- 20 Jun, 2021 1 commit
-
-
Mark Lindner authored
-
- 19 Jun, 2021 3 commits
-
-
Mark Lindner authored
NULL instead of the passed-in setting if the specified path was not found
-
Mark Lindner authored
-
Mark Lindner authored
-
- 28 Apr, 2021 1 commit
-
-
Mark Lindner authored
cmake: use target properties to define shared/static defines
-
- 27 Apr, 2021 4 commits
-
-
Anonymous Maarten authored
By applying them on the target, these are also available in the installed libconfigConfig.cmake scripts
-
Mark Lindner authored
cmake: set VERSION + SOVERSION property on libraries
-
Mark Lindner authored
docs: fix simple typo, configuation -> configuration
-
Mark Lindner authored
add --disable-tests configure option
-
- 23 Apr, 2021 1 commit
-
-
Taeer Bar-Yam authored
-
- 09 Jan, 2021 1 commit
-
-
Anonymous Maarten authored
These properties are only active when the libraries are built as a shared library.
-
- 12 Dec, 2020 1 commit
-
-
Tim Gates authored
There is a small typo in contrib/ls-config/src/ls-config.c. Should read `configuration` rather than `configuation`.
-
- 12 Nov, 2020 2 commits
-
-
Mark Lindner authored
Addressing the issue #150
-
Mark Lindner authored
Fix typos in ls-config README.md
-
- 30 Oct, 2020 1 commit
-
-
Andrew Yoder authored
-
- 03 Oct, 2020 1 commit
-
-
Suthiro authored
Detailed changelog (for all projects): Fixed (disabled) "enable full optimization (/O2)" parameter in debug mode. Added x64 platform and configured. Added and configured two new build configurations: Debug_Static and Release_Static. These configurations provide static libraries with statically linked MSVC runtime (/MT and /MTd switches). Depending on configuration, output files now have suffixes: Release - no (i.e. libconfig.lib), Debug - d (i.e. libconfigd.lib), Release_Static - s (i.e. libconfigs.lib), Debug_Static - ds (i.e. libconfigds.lib). Redirected the output of intermediate build files to \temp\(Platform)\(Project)\(Configuration) to enable the possibility of error-free batch build. Redirected the output of final build files to \build\(Platform). Added postbuild event for all applicable examples to copy appropriate *.cfg files also into \build\(Platform). Added few VS-related lines to .gitignore for convenience.
-
- 02 Oct, 2020 4 commits
-
-
Mark Lindner authored
Add isString () convenience method
-
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
-
- 03 Jul, 2020 1 commit
-
-
pixl 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 2 commits
-
-
Mark Lindner authored
Fix to undo #120 and make Docker compatible
-
Mark Lindner authored
Add missing include in CMakeLists
-