Updated READMEs
This commit is contained in:
parent
631e501393
commit
08a7bb9774
|
@ -19,6 +19,11 @@ stamp-h1
|
||||||
libpipecolors.pc
|
libpipecolors.pc
|
||||||
tests/
|
tests/
|
||||||
test/
|
test/
|
||||||
|
src/libpipecolors-boost.cc
|
||||||
|
src/libpipecolors.la
|
||||||
|
src/libpipecolors.lo
|
||||||
|
src/libpipecolors.o
|
||||||
|
|
||||||
/timestamp
|
/timestamp
|
||||||
# Ignore backup files
|
# Ignore backup files
|
||||||
*~
|
*~
|
||||||
|
|
2
README
2
README
|
@ -18,7 +18,7 @@ int pcsprintf(char * str, const char * format, ...);
|
||||||
***********
|
***********
|
||||||
|
|
||||||
[x] Remove std::map requirement
|
[x] Remove std::map requirement
|
||||||
[ ] Remove boost requirement without forcing -std=c++11
|
[x] Remove boost requirement without forcing -std=c++11 (Reduced size from 1.2M to 87K)
|
||||||
|
|
||||||
*****************
|
*****************
|
||||||
** Example use **
|
** Example use **
|
||||||
|
|
|
@ -10,7 +10,7 @@ int pcsprintf(char * str, const char * format, ...);
|
||||||
```
|
```
|
||||||
### To Do
|
### To Do
|
||||||
- [x] Remove std::map requirement
|
- [x] Remove std::map requirement
|
||||||
- [ ] Remove boost requirement without forcing `-std=c++11`
|
- [x] Remove boost requirement without forcing `-std=c++11` (Reduced size from 1.2M to 87K)
|
||||||
|
|
||||||
## Example use
|
## Example use
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue