- 10 Oct, 2018 4 commits
-
-
Mark Lindner authored
Add inline functions for readFile and writeFile for std::string
-
Mark Lindner authored
Fix portability problem due to == test
-
Mark Lindner authored
Add --disable-doc option
-
Mark Lindner authored
Improve the treatment of single line comment.
-
- 08 Oct, 2018 1 commit
-
-
Frédéric Fauberteau authored
The "test" command, as well as the "[" command, are not required to know the "==" operator. Only a few implementations like bash and some versions of ksh support it. When you run "test foo == foo" on a platform that does not support the "==" operator, the result will be "false" instead of "true". This can lead to unexpected behavior.
-
- 06 Sep, 2018 1 commit
-
-
vonaka authored
-
- 02 Sep, 2018 2 commits
-
-
Mark Lindner authored
Make including library easier
-
Magnus Ulimoen authored
libconfig can now be built by including with eg. add_subdirectory directly, without changing compiler flags
-
- 03 May, 2018 2 commits
-
-
Alexander F Rødseth authored
-
Alexander F Rødseth authored
-
- 28 Apr, 2018 1 commit
-
-
Fabrice Fontaine authored
Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com>
-
- 20 Feb, 2018 1 commit
-
-
Mark Lindner authored
Some changes for CMakeLists.txt - one bug-fix included
-
- 14 Feb, 2018 2 commits
-
-
Patrick Boettcher authored
Setting this define makes that #include <stdlib.h> does nothing (because of the include-guard). But this file is needed for free() and realloc() and others.
-
Patrick Boettcher authored
The cmake built-in variable BUILD_SHARED_LIBS does exactly what LIB_TYPE was used for. Switching between SHARED and STATIC library-builds.
-
- 01 Feb, 2018 2 commits
-
-
Mark Lindner authored
Fixed an issue causing build to fail on OSX 10.12.
-
Nurrl authored
-
- 06 Jan, 2018 4 commits
-
-
Mark Lindner authored
-
Mark Lindner authored
-
-
Mark Lindner authored
-
- 20 Dec, 2017 1 commit
-
-
Mark Lindner authored
#96 : fix lib/CMakeLists.txt, add wincompat.c.
-
- 19 Dec, 2017 1 commit
-
-
Dai Sato authored
-
- 11 Dec, 2017 1 commit
-
-
Mark Lindner authored
Added optional method chained interface
-
- 07 Dec, 2017 1 commit
-
-
Richard Schubert authored
-
- 02 Dec, 2017 2 commits
-
-
-
Mark Lindner authored
-
- 25 Nov, 2017 1 commit
-
-
Mark Lindner authored
AM_CONFIG_HEADER is deprecated
-
- 24 Nov, 2017 1 commit
-
-
Jeroen Roovers authored
-
- 17 Nov, 2017 5 commits
-
-
Mark Lindner authored
-
Mark Lindner authored
-
Mark Lindner authored
-
Mark Lindner authored
-
Mark Lindner authored
-
- 16 Nov, 2017 2 commits
-
-
-
Mark Lindner authored
-
- 15 Nov, 2017 2 commits
-
-
Mark Lindner authored
configure cmake
-
fenglc authored
-
- 14 Nov, 2017 2 commits
-
-
Mark Lindner authored
Safely handle escape sequences
-
Brian McGuire authored
And accompanying tests
-
- 31 Oct, 2017 1 commit
-
-
Mark Lindner authored
fixed from PVS-Studio
-