- 02 Oct, 2020 3 commits
-
-
Mark Lindner authored
Pi value
-
Mark Lindner authored
Update the project, if you like my changes
-
sodaaa69 authored
-
- 01 Oct, 2020 1 commit
-
-
PrathmeshAgrawal authored
-
- 20 Dec, 2019 1 commit
-
-
Mark Lindner authored
Add option to override duplicate settings
-
- 18 Dec, 2019 6 commits
-
-
Tom authored
-
Mark Lindner authored
-
-
Mark Lindner authored
-
Mark Lindner authored
Fix compilation of tests for out-of-tree-build
-
Mark Lindner authored
Fixed project version escape character
-
- 15 Dec, 2019 3 commits
-
-
Mark Lindner authored
-
Mark Lindner authored
-
Mark Lindner authored
-
- 03 Dec, 2019 1 commit
-
-
Abit Gray authored
-
- 02 Dec, 2019 1 commit
-
-
Abit Gray authored
-
- 21 Oct, 2019 2 commits
-
-
Mark Lindner authored
Fix memory leak when parsing invalid syntax
-
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".
-
- 22 Aug, 2019 2 commits
-
-
Tom authored
libconfig rejects settings with duplicate names by default. With this option enabled, libconfig will instead remove the old setting and add the new one.
-
Bernhard Walle authored
We have to modify the include path, otherwise I get | libconfig/tests/tests.c:31:10: fatal error: libconfig.h: No such file or directory | 31 | #include <libconfig.h> | | ^~~~~~~~~~~~~ | compilation terminated. Signed-off-by: Bernhard Walle <bernhard.walle@ncp-e.com>
-
- 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
-