- 18 Oct, 2017 6 commits
-
-
-
Mark Lindner authored
Only tested with Visual C++ 2008.
-
hyperrealm authored
Update ruby bindings for libconfig
-
Mark Lindner authored
-
Mark Lindner authored
-
Mark Lindner authored
- Fixed incorrect buffer switching. - Fixed crash in scanctx_cleanup() when file list was empty. - Fixed config_init() to properly set the default include function. - Fixed memory leak when freeing file list.
-
- 17 Oct, 2017 3 commits
-
-
Mark Lindner authored
-
Mark Lindner authored
-
Mark Lindner authored
- Make use of scientific notiation configurable (%f vs. %g) via new option. - Set default float precision to 6 (was 2). - Fix clipping of negative values when casting to unsigned int in C++ library. - Fix bug in formatting of floating point values (removal of trailing 0's) - Split tab width and float precision into two separate fields.
-
- 16 Oct, 2017 2 commits
-
-
Mark Lindner authored
-
Mark Lindner authored
hook functions are now used so the app can supply its own logic. Various other cleanup.
-
- 23 Jun, 2017 1 commit
-
-
Niall Sheridan authored
Rake::GemPackageTask has been deprecated in favour of Gem::PackageTask. As of Ruby 2.2 RFLOAT is private, use RFLOAT_VALUE to obtain the value.
-
- 15 May, 2016 1 commit
-
-
- 31 Dec, 2015 3 commits
-
-
Jose Luis Tallon authored
-
-
Mark Lindner authored
Currently only has complete Win32 implementation. POSIX implementation is incomplete.
-
- 30 Dec, 2015 15 commits
-
-
jltallon authored
Robustness & bug fixes for tab_width handling
-
Jose Luis Tallon authored
* Reset default float_precision to 2 (from leftover DBL_DIG) * bugfix (missing mask) that multiplied indentation by 3840 (0x0F00) * Robustness: convert get|set_tab_width() from macro to function Also: const correctness
-
jltallon authored
Locating libconfig from CMake-based projects. Tested. Looks good.
-
jltallon authored
Implement float_precision parameter (Closes #31)
-
Jose Luis Tallon authored
Added the ability to specify the amount of decimal digits (precision) to be used when writing out (file or stream) a configuration. Includes C & C++ versions. As per zhaopingsun's suggestion
-
jltallon authored
Merge fix for issue #41 from random85 ; Documentation and fixes by me
-
Jose Luis Tallon authored
-
Guy Morand authored
We look for the setting using its path and extract the setting name from the path to get its index in parent for removal. This adds "Removing a setting with its path" feature. This changes the specification, the documentation has to be updated.
-
Guy Morand authored
The test doesn't behave as documented. The wrong element is removed.
-
hyperrealm authored
Octal ints
-
Jose Luis Tallon authored
-
Jose Luis Tallon authored
-
Jose Luis Tallon authored
-
hyperrealm authored
Add @include_dir directive: debian-style ("conf.d") config processing
-
Jose Luis Tallon authored
Apply stylistic fixes, following Mark's advice: homogeneous style with the rest of the code
-
- 24 Dec, 2015 1 commit
-
-
Jose Luis Tallon authored
- Misc documentation fixes
-
- 23 Dec, 2015 4 commits
-
-
Jose Luis Tallon authored
- Document the include_dir directive - Robustness: filter out non-files (where scandir supports it) - Add myself to the credits
-
Jose Luis Tallon authored
Quite some refactoring of the includefile stack and filename processing logic Adds some extra fields to scan_context, but does not change the API "symbols" file should hide all functions called scanctx_* anyway
-
Mark Lindner authored
-
Mark Lindner authored
-
- 14 Oct, 2015 1 commit
-
-
Thomas Fischer authored
Configuration files for CMake are provided to simplify locating libconfig from within project that use CMake as their build system. Separate configuration files are provided for C and C++ builds. In a CMakeLists.txt file, use the following commands to locate libconfig: - To locate the library, use either find_package(libconfig) or find_package(libconfig++) - The include directories are available as variables LIBCONFIG_INCLUDE_DIRS and LIBCONFIG++_INCLUDE_DIRS respectively, and can be used like this: include_directories(${LIBCONFIG++_INCLUDE_DIRS}) - Link to libconfig using variables LIBCONFIG_LIBRARIES and LIBCONFIG++_LIBRARIES respectively, by writing: target_link_libraries(${PROJECT_NAME} ${LIBCONFIG++_LIBRARIES} )
-
- 23 Sep, 2015 1 commit
-
-
Mark Lindner authored
-
- 15 Aug, 2015 2 commits
-
-
Mark Lindner authored
-
Mark Lindner authored
-