eb6a5197ee
Accepting request 1219067 from home:ayankov:branches:devel:libraries:c_c++
...
- Update to 1.9.6:
* Building infrastrucutre updates, Cmake and meson
* Major bugfixes
* Parse large floats as infinity
* Fix parser tokens bug and out-of-bound read
OBS-URL: https://build.opensuse.org/request/show/1219067
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=64
2024-10-29 15:43:44 +00:00
a3801c80d1
- Build AVX2 enabled hwcaps library for x86_64-v3
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=63
2023-03-08 12:06:13 +00:00
c0a5653e90
Accepting request 934233 from home:dirkmueller:Factory
...
- update to 1.9.5:
* Minor bug-fixes (including for cmake)
* Support for Bazel
* Dropped compile-time deprecation warnings
OBS-URL: https://build.opensuse.org/request/show/934233
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=62
2021-11-29 06:54:55 +00:00
e7eeff6f2a
Accepting request 838355 from home:dirkmueller:branches:devel:libraries:c_c++
...
- update to 1.9.4:
* This patch contains several fixes found through the OSS-Fuzz project
fuzzing, increasing the security of the library,
OBS-URL: https://build.opensuse.org/request/show/838355
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=61
2020-09-29 05:50:04 +00:00
8781491a01
Accepting request 816884 from home:Guillaume_G:branches:openSUSE:Factory:ARM
...
- From 1.9.2 to 1.9.3, autolink.h has been dropped and
config.h must be used so, create a symlink for compatibility
OBS-URL: https://build.opensuse.org/request/show/816884
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=60
2020-06-25 05:00:16 +00:00
27e4418ca7
- 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
a27ea1f7c8
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
b86ed6f1ef
- 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
8dc72d75ad
- 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
1bc0f5a85d
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
054d6fb1c9
- 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
f6e6b2350d
- 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
fcb01f9e19
- 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
e05ec03ba5
- 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
5737067c9e
- 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
f128100f75
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
6d91196916
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
98741a492f
- 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
d02fc6f2a5
- 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
84479a7bce
- 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
7dd38d7cf0
- 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
72dfcc91a9
- 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
30169ce2ff
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
c7f56050a8
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
3aa73de28a
- 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
4943c27039
- 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
49e192b9e0
- 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
53f14b1155
- 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
a2961e83e9
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
3209832df9
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
1e48c90781
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
Stephan Kulow
693089e2fa
Accepting request 286566 from home:pluskalm:branches:devel:libraries:c_c++
...
- Update to 1.4.2:
* minor cleanups
OBS-URL: https://build.opensuse.org/request/show/286566
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=8
2015-02-18 07:22:30 +00:00
9db06b56d5
Accepting request 284239 from home:pluskalm:branches:devel:libraries:c_c++
...
- Patch jsoncpp-1.0.0-lib_suffix.patch is longer necessary
- Update to version 1.4:
* Updated the type system's behavior, in order to better support
backwards compatibility with code that was written before
64-bit integer support was introduced.
OBS-URL: https://build.opensuse.org/request/show/284239
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=6
2015-02-06 18:24:02 +00:00
2e10ddfc76
- Update packace categories
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=4
2014-12-20 17:33:10 +00:00
73669bda8c
Lets have only important changes in changelog
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=3
2014-12-13 11:17:56 +00:00
Ismail Dönmez
060ecb4801
Accepting request 264997 from home:pluskalm:branches:devel:libraries:c_c++
...
New release (1.0.0), enable cmake building
OBS-URL: https://build.opensuse.org/request/show/264997
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=2
2014-12-12 13:26:32 +00:00
Stephan Kulow
aac312cae4
Accepting request 242353 from home:mvyskocil:branches:devel:libraries:c_c++
...
doc can't require package name
OBS-URL: https://build.opensuse.org/request/show/242353
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=1
2014-07-26 09:41:43 +00:00