- 21 Oct, 2019 1 commit
-
-
Tom authored
Add a destructor for TOK_STRING that is called when a TOK_STRING is discarded during error recovery. Closes #142. `lib/grammar.c` was regenerated using "bison (GNU Bison) 3.0.4".
-
- 14 Aug, 2019 3 commits
-
-
Mark Lindner authored
Fix to undo #120 and make Docker compatible
-
Mark Lindner authored
Add missing include in CMakeLists
-
Mark Lindner authored
Add modern *Config.cmake
-
- 02 Aug, 2019 3 commits
-
-
tastytea authored
These files will be generated and installed: * libconfigConfig.cmake * libconfigConfigVersion.cmake * libconfig++Config.cmake * libconfig++ConfigVersion.cmake
-
tastytea authored
-
Alessandro Bacchini authored
Add the `include(CheckSymbolExists)` to allow the usage of the `check_symbol_exists()` macro and fix #136
-
- 26 Feb, 2019 1 commit
-
-
Alessandro Bacchini authored
Add the `include(CheckSymbolExists)` to allow the usage of the `check_symbol_exists()` macro and fix #136
-
- 18 Feb, 2019 1 commit
-
-
seanfroth authored
-
- 25 Nov, 2018 1 commit
-
-
Mark Lindner authored
fix missing locales support macros in CMake
-
- 12 Nov, 2018 1 commit
-
-
Benjamin Beichler authored
with autotools
-
- 10 Oct, 2018 5 commits
-
-
Mark Lindner authored
cmake: remove lib prefix when building for non windows hosts
-
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.
-
- 09 Oct, 2018 1 commit
-
-
Erik Stromdahl authored
The "lib"-prefix is appended automatically for most non windows hosts. Using the library name "libconfig" results in an .so file named liblibconfig.so. Instead, we use just "config" when the building for non windows hosts.
-
- 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
-