- 25 Oct, 2017 1 commit
-
-
Mark Lindner authored
-
- 24 Oct, 2017 2 commits
-
-
Mark Lindner authored
-
Mark Lindner authored
-
- 23 Oct, 2017 2 commits
-
-
Mark Lindner authored
-
Mark Lindner authored
And other minor code cleanup.
-
- 21 Oct, 2017 12 commits
-
-
Mark Lindner authored
-
Mark Lindner authored
-
Mark Lindner authored
-
Mark Lindner authored
-
Mark Lindner authored
-
-
Mark Lindner authored
-
hyperrealm authored
-
hyperrealm authored
-
-
Mark Lindner authored
-
hyperrealm 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 4 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)
-