SHA256
1
0
forked from pool/libconfig
Commit Graph

3 Commits

Author SHA256 Message Date
Dave Plater
9aa68a0552 Accepting request 540745 from home:avindra
- Update to 1.7:
  * Redesigned the directory-include feature to avoid using
    platform-specific directory scanning code, and to fix a bug in
    the handling of nested includes. The application can now do its
    own directory scanning and/or wildcard expansion by registering
    an include function.
  * Added new CONFIG_OPTION_ALLOW_SCIENTIFIC_NOTATION to allow
    either %f or %g-style formatting for floating point values.
  * Improved the options APIs in both the C and C++ libraries.
  * Improved the automatic conversion between int and int64 values.
  * Fixed build errors caused by out-of-sync generated lexer and
    parser source files.
  * Added an API to clear an existing configuration.
  * Fixed a problem where a group or list could be added to an array.
  * Changed default float precision from 2 to 6.
  * Modified grammar to allow trailing commas in lists and arrays.
  * Removed logic that clipped negative values to 0 in (unsigned int)
    cast operator.
  * Updated manual and added a new chapter on other libconfig
    implementations and bindings.
  * Various internal code cleanup.
  * Fixed failing unit tests.
  * Upgraded VS2015 solution/project files to VS2017.
- Use new project URL
- sonum updated from 8 to 11

OBS-URL: https://build.opensuse.org/request/show/540745
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libconfig?expand=0&rev=19
2017-11-12 05:49:32 +00:00
Tomáš Chvátal
763549c695 Accepting request 510047 from home:scarabeus_iv:branches:multimedia:libs
- Update to 1.6.0:
  * Added include_dir feature (support for Debian-style conf.d/
    includes) (pull request #36)
  * Added octal_ints feature (support for integer expressed in octal,
    useful for permissions and masks in UNIX-like systems (pull req #42)
  * Fixed "Removing a setting removes all siblings" (issue #41)
    Props random85
  * Allow specifying the number of decimals wanted when outputting
    Based upon a suggestion by zhaopingsun (issue #31)
  * Make libconfig usable from CMake (pull request/issue #28)
    Props thfi
  * Documentation fixes
    - Copyright and examples
    - Included TeX patch from Debian (fixes FTBS with TeXlive)
  * Resync Debian packaging
    includes updated packages for GCC5 transition

OBS-URL: https://build.opensuse.org/request/show/510047
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libconfig?expand=0&rev=17
2017-07-13 12:27:30 +00:00
Dave Plater
7ac54c0a43 Accepting request 121513 from home:plater
Added baselibs.conf for 32 bit compat libs, moved info files to devel package and disabled doc package with html and pdf as workaround for broken texlive-bin build

OBS-URL: https://build.opensuse.org/request/show/121513
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libconfig?expand=0&rev=8
2012-05-19 12:14:59 +00:00