- 09 Nov, 2021 2 commits
-
-
Mark Lindner authored
Fix locale handling when building with cmake
-
Tom authored
* Add `check_symbol_exists` for locale handling (it was commented out before) * Mac OS: use header "xlocale.h" for checks * Apply the result of these checks not only to `libconfig`, but also `libconfig++` * This fixes the build warning "No way to modify calling thread's locale!" * This also fixes the memory leak on Mac OS as described in issue #212.
-
- 01 Oct, 2021 2 commits
-
-
Mark Lindner authored
Conan package build
-
Mark Lindner authored
Make sure function arguments are used
-
- 19 Sep, 2021 1 commit
-
-
Johan Svensson authored
This patch fixes this issue: error: unused parameter 'argc' [-Werror=unused-parameter]
-
- 20 Jun, 2021 3 commits
-
-
Mark Lindner authored
Fix memory leak in example4.c
-
Mark Lindner authored
-
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
-
- 10 May, 2021 1 commit
-
-
Artur Cygan authored
Found with ASan: ``` FAIL: example4 ============== ================================================================= ==4679==ERROR: LeakSanitizer: detected memory leaks Direct leak of 264 byte(s) in 1 object(s) allocated from: #0 0x7ffff76ac1f8 in __interceptor_realloc (/nix/store/9ilyrqidrjbqvmnn8ykjc7lygdd86g7q-gcc-10.2.0-lib/lib/libasan.so.6+0xad1f8) #1 0x7ffff75f67a1 in strvec_append (/build/libconfig-1.7.2/lib/.libs/libconfig.so.11+0x1d7a1) #2 0x7ffff75e8b12 in scanctx_init (/build/libconfig-1.7.2/lib/.libs/libconfig.so.11+0xfb12) #3 0x7ffff75e451a in __config_read (/build/libconfig-1.7.2/lib/.libs/libconfig.so.11+0xb51a) #4 0x7ffff75e4e7e in config_read_file (/build/libconfig-1.7.2/lib/.libs/libconfig.so.11+0xbe7e) #5 0x401a9c in main (/build/libconfig-1.7.2/examples/c/.libs/lt-example4+0x401a9c) #6 0x7ffff741edec in __libc_start_main (/nix/store/v8q6nxyppy1myi3rxni2080bv8s9jxiy-glibc-2.32-40/lib/libc.so.6+0x27dec) SUMMARY: AddressSanitizer: 264 byte(s) leaked in 1 allocation(s). ```
-
- 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
-
- 12 Jan, 2021 1 commit
-
-
lukas authored
-
- 10 Jan, 2021 6 commits
-
-
lukas authored
-
lukas authored
add github build workflow
-
lukas authored
-
Lukas-Heiligenbrunner authored
Pr181
-
Anonymous Maarten authored
-
Anonymous Maarten authored
-
- 09 Jan, 2021 2 commits
-
-
lukas authored
-
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`.
-
- 17 Nov, 2020 1 commit
-
-
Lukas Heiligenbrunner authored
-
- 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
-
- 11 Oct, 2020 1 commit
-
-
Lukas Heiligenbrunner authored
-
- 10 Oct, 2020 1 commit
-
-
lukas 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
-