59 Commits

Author SHA256 Message Date
964e0b41be Accepting request 815823 from devel:libraries:c_c++
- Update to version 1.9.3"
  * Fixes to JSON_USE_EXCEPTION--some bugs creeped in breaking this
    flag in pre-release.
  * Fixes to build system--improvements have been make for code
    correctness.
  * Compile errors for various platforms have been resolved.
  * Fuzzing has been fixed.
  * Various bugs in the Reader and Writer code have been corrected.
  * CPPTL support has been dropped.
  * Various code improvements and optimizations.
- Drop no longer needed patch:
  * jsoncpp-f11611c8785082ead760494cba06196f14a06dcb.patch

OBS-URL: https://build.opensuse.org/request/show/815823
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jsoncpp?expand=0&rev=25
2020-06-23 19:02:51 +00:00
Martin Pluskal
601e697b91 - Update to version 1.9.3"
* Fixes to JSON_USE_EXCEPTION--some bugs creeped in breaking this
    flag in pre-release.
  * Fixes to build system--improvements have been make for code
    correctness.
  * Compile errors for various platforms have been resolved.
  * Fuzzing has been fixed.
  * Various bugs in the Reader and Writer code have been corrected.
  * CPPTL support has been dropped.
  * Various code improvements and optimizations.
- Drop no longer needed patch:
  * jsoncpp-f11611c8785082ead760494cba06196f14a06dcb.patch

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=57
2020-06-19 06:03:25 +00:00
f57ec2af05 Accepting request 773615 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/773615
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jsoncpp?expand=0&rev=24
2020-02-15 21:24:40 +00:00
Martin Pluskal
5dd20fae7f Accepting request 773600 from home:Guillaume_G:branches:devel:libraries:c_c++
- Fix build on non-x86 architectures - boo#1163385
  * jsoncpp-f11611c8785082ead760494cba06196f14a06dcb.patch
- From 1.9.1 to 1.9.2, features.h has been renamed json_features.h
  so, add a symlink for compatibility - boo#1163385

OBS-URL: https://build.opensuse.org/request/show/773600
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=55
2020-02-12 08:41:15 +00:00
4eab6f2e2c Accepting request 769684 from devel:libraries:c_c++
- Update to version 1.9.2:
  * Medium size pre-release containing lots of build fixes

OBS-URL: https://build.opensuse.org/request/show/769684
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jsoncpp?expand=0&rev=23
2020-02-06 12:18:37 +00:00
Martin Pluskal
886ebab7cf - Update to version 1.9.2:
* Medium size pre-release containing lots of build fixes

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=53
2020-02-03 15:37:05 +00:00
5ffc08b4d8 Accepting request 723047 from devel:libraries:c_c++
- Update to version 1.9.1:
  * This release contains some minor build fixes.
- Changes for version 1.9.0:
  * Build optimizations and updates. Now needs at least Meson
    0.50.0, bot support for VS 2013 dropped in favor of VS 2017
  * Lots of bug fixes
  * Lots of enhancements
  * Lots of cleanup

OBS-URL: https://build.opensuse.org/request/show/723047
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jsoncpp?expand=0&rev=22
2019-08-16 13:28:53 +00:00
Martin Pluskal
5a7cc3d2fe - Update to version 1.9.1:
* This release contains some minor build fixes.
- Changes for version 1.9.0:
  * Build optimizations and updates. Now needs at least Meson
    0.50.0, bot support for VS 2013 dropped in favor of VS 2017
  * Lots of bug fixes
  * Lots of enhancements
  * Lots of cleanup

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=51
2019-08-13 10:46:48 +00:00
11dedc3f0f Accepting request 559568 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/559568
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jsoncpp?expand=0&rev=21
2017-12-30 23:43:31 +00:00
Martin Pluskal
cc8184ff3a Accepting request 559520 from home:avindra
- Update to version 1.8.4:
  * Functional changes
    - Serialize UTF-8 string with Unicode escapes
      + Breaks code that relies on not Unicode-escaping encoding
        strings. A future release may allow skipping all Unicode
	escape.
    - Un-deprecate removeMember overloads, return void
    - Allow Json::Value to be used in a boolean context
    - Use move ctor in append()
    - Add value_type to improve integration with boost
  * Meta-changes
    - Fix meson.build to allow using jsoncpp as a subproject
    - Fix some compiler warnings
    - Update docs

OBS-URL: https://build.opensuse.org/request/show/559520
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=49
2017-12-23 08:19:39 +00:00
31c5c6473a Accepting request 530394 from devel:libraries:c_c++
- Update to version 1.8.3:
  * Also, fix writeCommentBeforeValue() iter deref

OBS-URL: https://build.opensuse.org/request/show/530394
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jsoncpp?expand=0&rev=20
2017-10-07 15:46:30 +00:00
Martin Pluskal
1659201624 - Update to version 1.8.3:
* Also, fix writeCommentBeforeValue() iter deref

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=47
2017-10-02 10:47:12 +00:00
f00f08c63e Accepting request 519093 from devel:libraries:c_c++
- Update to version 1.8.2:
  * Some C++ "move" operators.
  * Fix uninitialized value detected by valgrind.
  * Other minor improvements.
  * Moved most READ docs to Wiki.

OBS-URL: https://build.opensuse.org/request/show/519093
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jsoncpp?expand=0&rev=19
2017-09-04 10:25:29 +00:00
Martin Pluskal
bd37cc32b1 - Update to version 1.8.2:
* Some C++ "move" operators.
  * Fix uninitialized value detected by valgrind.
  * Other minor improvements.
  * Moved most READ docs to Wiki.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=45
2017-08-28 10:34:52 +00:00
eeb4fac987 Accepting request 509455 from devel:libraries:c_c++
- Update to version 1.8.1:
  * meson.build
  * Minor bug fixes and optimizations
  * Improved docs

OBS-URL: https://build.opensuse.org/request/show/509455
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jsoncpp?expand=0&rev=18
2017-07-17 07:01:46 +00:00
Martin Pluskal
7a1abda0f3 - Update to version 1.8.1:
* meson.build
  * Minor bug fixes and optimizations
  * Improved docs

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=43
2017-07-11 13:11:21 +00:00
Martin Pluskal
994edcd063 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=42 2017-06-21 10:32:59 +00:00
119fef659b Accepting request 448601 from devel:libraries:c_c++
- Update to version 1.8.0:
  * Build related changes, minimal required cmake is 3.1
- Execute tests in check section

OBS-URL: https://build.opensuse.org/request/show/448601
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jsoncpp?expand=0&rev=17
2017-01-09 10:51:03 +00:00
Martin Pluskal
e83d0603ae - Execute tests in check section
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=40
2017-01-02 15:58:01 +00:00
Martin Pluskal
5b07616369 - Update to version 1.8.0:
* Build related changes, minimal required cmake is 3.1

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=39
2017-01-02 15:46:06 +00:00
f89936a331 Accepting request 435078 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/435078
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jsoncpp?expand=0&rev=16
2016-10-18 08:09:43 +00:00
Martin Pluskal
0d6d3e2cc9 Accepting request 435072 from home:olh:branches:devel:libraries:c_c++
- Require cmake 3.0.2 for make_jobs

OBS-URL: https://build.opensuse.org/request/show/435072
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=37
2016-10-14 07:39:05 +00:00
20ee1e27c4 Accepting request 433734 from devel:libraries:c_c++
- Update to vesrion 1.7.7:

OBS-URL: https://build.opensuse.org/request/show/433734
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jsoncpp?expand=0&rev=15
2016-10-14 01:37:45 +00:00
Martin Pluskal
cdafce350d OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=35 2016-10-07 10:30:16 +00:00
Martin Pluskal
8d80685ead Accepting request 433730 from home:nmoudra:branches:devel:libraries:c_c++
- Update to vesrion 1.7.7:
  * At the suggestion of Peter Spiess-Knafl, we will bump the
    SOVERSION independent of the MAJOR.MINOR.MICRO version,
    in case we break binary compatibility.
- Changes for version 1.7.6:
  * Prevent possible SEGV. (Thanks to @ngg.)
  * Add RPATH for OSX libs. (Please let us know if this causes
    a problem.)
- Changes for version 1.7.5:
  * Fix locale for decimal points
    + Plus a fix for Android
  * int64_t for 64-bit integers
  * Optionally suppress space after comma
  * Avoid null for empty stringValue
  * Fix null ctor/dtor, using a "Meyers Singleton"
    + Thanks to @marklakata and @BillyDonahue in #488 in #490.

OBS-URL: https://build.opensuse.org/request/show/433730
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=34
2016-10-07 10:22:12 +00:00
44a3017249 Accepting request 414566 from devel:libraries:c_c++
- Update to version 1.7.4:
  * Fix pkg-config

OBS-URL: https://build.opensuse.org/request/show/414566
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jsoncpp?expand=0&rev=14
2016-08-03 09:38:00 +00:00
Martin Pluskal
c769eb373b - Update to version 1.7.4:
* Fix pkg-config

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=32
2016-07-23 07:36:43 +00:00
cb943ae3df Accepting request 405606 from devel:libraries:c_c++
- Update to version 1.7.3:
  * Fix static initialization of null with Myers Singleton.
  * Fix other minor compiler and installation problems and
    warnings.
  * Fix amalgamated header.
- Drop -doc subpackage

OBS-URL: https://build.opensuse.org/request/show/405606
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jsoncpp?expand=0&rev=13
2016-07-07 13:08:33 +00:00
Martin Pluskal
46e811d964 - Update to version 1.7.3:
* Fix static initialization of null with Myers Singleton.
  * Fix other minor compiler and installation problems and
    warnings.
  * Fix amalgamated header.
- Drop -doc subpackage

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=30
2016-06-30 08:49:01 +00:00
9a6b3b7502 Accepting request 383178 from devel:libraries:c_c++
- Update to 1.7.2
  * Fix a clang warning

OBS-URL: https://build.opensuse.org/request/show/383178
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jsoncpp?expand=0&rev=12
2016-04-07 11:35:31 +00:00
Martin Pluskal
c94244f17a - Update to 1.7.2
* Fix a clang warning

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=28
2016-04-02 09:45:22 +00:00
e5756e094e Accepting request 379035 from devel:libraries:c_c++
- Update to 1.7.1

OBS-URL: https://build.opensuse.org/request/show/379035
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jsoncpp?expand=0&rev=11
2016-03-29 07:50:53 +00:00
Martin Pluskal
e4efc77951 - Update to 1.7.1
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=26
2016-03-23 19:40:21 +00:00
c17cb6abaf Accepting request 319062 from devel:libraries:c_c++
- Update to 1.6.5
  * Other changes are just comments.

OBS-URL: https://build.opensuse.org/request/show/319062
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jsoncpp?expand=0&rev=10
2015-08-01 09:37:20 +00:00
Martin Pluskal
9d03be8078 - Update to 1.6.5
* Other changes are just comments.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=24
2015-07-28 07:35:16 +00:00
036264b176 Accepting request 298131 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/298131
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jsoncpp?expand=0&rev=9
2015-04-21 08:53:04 +00:00
Martin Pluskal
00f32709bf Accepting request 298129 from home:pluskalm:branches:devel:libraries:c_c++
- Update to 1.6.2
  * Do not truncate output at embedded zeroes.

OBS-URL: https://build.opensuse.org/request/show/298129
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=22
2015-04-20 08:39:02 +00:00
9c56c3cb23 Accepting request 294482 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/294482
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jsoncpp?expand=0&rev=8
2015-04-05 00:04:20 +00:00
Martin Pluskal
c5c0e40634 Accepting request 294481 from home:pluskalm:branches:devel:libraries:c_c++
- Update to 1.6.1
  * Fix compilation error for snprintf() for some compilers.
- Update category for documentation

OBS-URL: https://build.opensuse.org/request/show/294481
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=20
2015-04-04 10:38:52 +00:00
c2db2ffe76 Accepting request 290891 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/290891
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jsoncpp?expand=0&rev=7
2015-03-18 12:04:45 +00:00
Martin Pluskal
5a4dbc8701 - Cleanup spec file with spec-cleaner
- Use url for source

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=19
2015-03-15 19:41:45 +00:00
dfa8a7a956 Accepting request 289722 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/289722
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jsoncpp?expand=0&rev=6
2015-03-09 09:09:56 +00:00
Martin Pluskal
525d093a1a - Use graphviz-gd so that we can generate png files in
documentation

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=17
2015-03-09 09:07:03 +00:00
Martin Pluskal
6f12e215f1 - Create and install cmake files
- Define libname to make maintenance easier
- Update to 1.5.4

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=16
2015-03-09 08:47:04 +00:00
Martin Pluskal
e073da9ea5 - Add missing dependency on graphviz
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=15
2015-03-06 18:26:09 +00:00
Martin Pluskal
1c7c407ff6 Accepting request 289710 from home:pluskalm:branches:devel:libraries:c_c++
- Correct rpm group
- Update to 1.5.2
  * Fixed compile error for VS2013. 
  * Added operator[] to Builders. (Builders are not yet widely 
    used, and 0.9.z is very new, so we have not bumped the minor 
    version number.)
- Changes for 1.5.1
  * Plus a minor bug-fix. (For the Builders, ::validate() was 
    always returning true.)

OBS-URL: https://build.opensuse.org/request/show/289710
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=14
2015-03-06 18:19:09 +00:00
1bc3ca706d Accepting request 288764 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/288764
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jsoncpp?expand=0&rev=5
2015-03-05 14:42:09 +00:00
Martin Pluskal
122074b65d Accepting request 288763 from home:pluskalm:branches:devel:libraries:c_c++
- Update to 1.5.0

OBS-URL: https://build.opensuse.org/request/show/288763
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=12
2015-03-03 21:53:30 +00:00
745a3e3f08 Accepting request 287532 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/287532
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jsoncpp?expand=0&rev=4
2015-02-25 01:18:08 +00:00
Martin Pluskal
153ca6c42a Accepting request 287528 from home:pluskalm:branches:devel:libraries:c_c++
- Update to 1.4.4
  * The odd allowDroppedNullPlaceholders feature of Readers 
    (corresponding to dropNullPlaceholders in Writers) can be 
    helpful when parsing javascript as JSON, when null elements 
    have been discarded.
- Build doc package as noarch

OBS-URL: https://build.opensuse.org/request/show/287528
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=10
2015-02-24 14:21:25 +00:00