- 21 Oct, 2017 1 commit
-
-
Mark Lindner authored
-
- 18 Oct, 2017 9 commits
-
-
Mark Lindner authored
-
Mark Lindner authored
-
Mark Lindner authored
Without the flex/bison generated files, it's very hard to build the code on Windows. Contributors must simply remember to keep these files up-to-date if the .l or .y files change.
-
-
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
-