Path to this page:
Subject: CVS commit: pkgsrc/textproc/jsoncpp
From: Adam Ciarcinski
Date: 2024-09-12 08:42:32
Message id: 20240912064233.03C1DFC74@cvs.NetBSD.org
Log Message:
jsoncpp: updated to 1.9.6
1.9.6: Bugfixes
Parse large floats as infinity
Fix various typos
Use default rather than hard-coded 8 for maximum aggregate member alignment
Fix wrong usage of doxygen groups
feat: adds front and back methods to Value type
Avoid using cmake glob vars if we are a subproject v2
Create meson_build_and_run
Fix clang format issues
Delete .travis.yml
Delete .travis_scripts directory
add comment space directive
Clang format updates
Update meson.yml
Fix a parser bug where tokens are misidentified as commas.
Fix out-of-bounds read.
Fix asserts in Value::setComment
add a valueToQuotedString overload
Add code coverage
Update meson.yml
build(meson): use find_program('python3')
Bump CMake policy version to avoid deprecation warning
Update link in amalgamate.py to GitHub
CharReader: Add StructuredError
Fix configure Clang on Windows
Fixed setting JSONCPP_USE_SECURE_MEMORY definition
Update readFromString.cpp print error
Add security policy
CMake: remove ccache micro management
Create cmake.yml
Update meson.yml
Move removeIndex's result instead of copying
Use current source / binary dir when assuring out of source builds
Opportunistically take advantage of C++20 move-in/out-of stringstream
Protect target JsonCpp::JsonCpp against multi-include
Don't use build dir build interfaces - Fix use with CMake FetchContent
Create a jsoncppConfig.cmake file, even if building under meson
include/json/value.h is changed
meson.build: fix the version number
Introduce CharReaderBuilder::ecma404Mode
cmake export configuration: allow repeating find_package(jsoncpp) calls
Added Value::find with String key
Don't use build dir build interfaces
Files: