Imported Upstream version 1.9.2 upstream/1.9.2
authorDongHun Kwak <dh0128.kwak@samsung.com>
Wed, 12 Feb 2020 00:25:14 +0000 (09:25 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Wed, 12 Feb 2020 00:25:14 +0000 (09:25 +0900)
commitcc9b06ff64a0943044f7a867549c651aa92d9191
tree706e0aede7c53b9e93b274bcbdb58eb8199bb212
parent51063944e0b73497e72a9ac0c7e4460f65d7ca38
Imported Upstream version 1.9.2
159 files changed:
.clang-format
.clang-tidy [new file with mode: 0644]
.gitignore
.travis.yml
.travis_scripts/meson_builder.sh
.travis_scripts/run-clang-format.py [new file with mode: 0755]
.travis_scripts/run-clang-format.sh [new file with mode: 0755]
CMakeLists.txt
CONTRIBUTING.md
README.md
amalgamate.py [changed mode: 0644->0755]
doc/jsoncpp.dox
example/CMakeLists.txt [new file with mode: 0644]
example/README.md [new file with mode: 0644]
example/readFromStream/errorFormat.json [new file with mode: 0644]
example/readFromStream/readFromStream.cpp [new file with mode: 0644]
example/readFromStream/withComment.json [new file with mode: 0644]
example/readFromString/readFromString.cpp [new file with mode: 0644]
example/streamWrite/streamWrite.cpp [new file with mode: 0644]
example/stringWrite/stringWrite.cpp [new file with mode: 0644]
include/CMakeLists.txt
include/json/config.h
include/json/forwards.h
include/json/json.h
include/json/json_features.h [moved from include/json/features.h with 100% similarity]
include/json/reader.h
include/json/value.h
include/json/version.h [new file with mode: 0644]
include/json/writer.h
makerelease.py [deleted file]
meson.build
pkg-config/jsoncpp.pc.in
src/jsontestrunner/CMakeLists.txt
src/jsontestrunner/main.cpp
src/lib_json/CMakeLists.txt
src/lib_json/json_reader.cpp
src/lib_json/json_value.cpp
src/lib_json/json_valueiterator.inl
src/lib_json/json_writer.cpp
src/lib_json/version.h.in [deleted file]
src/test_lib_json/CMakeLists.txt
src/test_lib_json/fuzz.cpp
src/test_lib_json/fuzz.dict [new file with mode: 0644]
src/test_lib_json/jsontest.cpp
src/test_lib_json/jsontest.h
src/test_lib_json/main.cpp
test/data/legacy_test_array_01.expected [moved from test/data/test_array_01.expected with 100% similarity]
test/data/legacy_test_array_01.json [moved from test/data/test_array_01.json with 100% similarity]
test/data/legacy_test_array_02.expected [moved from test/data/test_array_02.expected with 100% similarity]
test/data/legacy_test_array_02.json [moved from test/data/test_array_02.json with 100% similarity]
test/data/legacy_test_array_03.expected [moved from test/data/test_array_03.expected with 100% similarity]
test/data/legacy_test_array_03.json [moved from test/data/test_array_03.json with 100% similarity]
test/data/legacy_test_array_04.expected [moved from test/data/test_array_04.expected with 100% similarity]
test/data/legacy_test_array_04.json [moved from test/data/test_array_04.json with 100% similarity]
test/data/legacy_test_array_05.expected [moved from test/data/test_array_05.expected with 100% similarity]
test/data/legacy_test_array_05.json [moved from test/data/test_array_05.json with 100% similarity]
test/data/legacy_test_array_06.expected [moved from test/data/test_array_06.expected with 100% similarity]
test/data/legacy_test_array_06.json [moved from test/data/test_array_06.json with 100% similarity]
test/data/legacy_test_array_07.expected [moved from test/data/test_large_01.expected with 100% similarity]
test/data/legacy_test_array_07.json [moved from test/data/test_large_01.json with 100% similarity]
test/data/legacy_test_basic_01.expected [moved from test/data/test_basic_01.expected with 100% similarity]
test/data/legacy_test_basic_01.json [moved from test/data/test_basic_01.json with 100% similarity]
test/data/legacy_test_basic_02.expected [moved from test/data/test_basic_02.expected with 100% similarity]
test/data/legacy_test_basic_02.json [moved from test/data/test_basic_02.json with 100% similarity]
test/data/legacy_test_basic_03.expected [moved from test/data/test_basic_03.expected with 100% similarity]
test/data/legacy_test_basic_03.json [moved from test/data/test_basic_03.json with 100% similarity]
test/data/legacy_test_basic_04.expected [moved from test/data/test_basic_04.expected with 100% similarity]
test/data/legacy_test_basic_04.json [moved from test/data/test_basic_04.json with 100% similarity]
test/data/legacy_test_basic_05.expected [moved from test/data/test_basic_05.expected with 100% similarity]
test/data/legacy_test_basic_05.json [moved from test/data/test_basic_05.json with 100% similarity]
test/data/legacy_test_basic_06.expected [moved from test/data/test_basic_06.expected with 100% similarity]
test/data/legacy_test_basic_06.json [moved from test/data/test_basic_06.json with 100% similarity]
test/data/legacy_test_basic_07.expected [moved from test/data/test_basic_07.expected with 100% similarity]
test/data/legacy_test_basic_07.json [moved from test/data/test_basic_07.json with 100% similarity]
test/data/legacy_test_basic_08.expected [moved from test/data/test_basic_08.expected with 100% similarity]
test/data/legacy_test_basic_08.json [moved from test/data/test_basic_08.json with 100% similarity]
test/data/legacy_test_basic_09.expected [moved from test/data/test_basic_09.expected with 100% similarity]
test/data/legacy_test_basic_09.json [moved from test/data/test_basic_09.json with 100% similarity]
test/data/legacy_test_comment_00.expected [moved from test/data/test_comment_00.expected with 100% similarity]
test/data/legacy_test_comment_00.json [moved from test/data/test_comment_00.json with 100% similarity]
test/data/legacy_test_comment_01.expected [moved from test/data/test_comment_01.expected with 100% similarity]
test/data/legacy_test_comment_01.json [moved from test/data/test_comment_01.json with 100% similarity]
test/data/legacy_test_comment_02.expected [moved from test/data/test_comment_02.expected with 100% similarity]
test/data/legacy_test_comment_02.json [moved from test/data/test_comment_02.json with 100% similarity]
test/data/legacy_test_complex_01.expected [moved from test/data/test_complex_01.expected with 100% similarity]
test/data/legacy_test_complex_01.json [moved from test/data/test_complex_01.json with 100% similarity]
test/data/legacy_test_integer_01.expected [moved from test/data/test_integer_01.expected with 100% similarity]
test/data/legacy_test_integer_01.json [moved from test/data/test_integer_01.json with 100% similarity]
test/data/legacy_test_integer_02.expected [moved from test/data/test_integer_02.expected with 100% similarity]
test/data/legacy_test_integer_02.json [moved from test/data/test_integer_02.json with 100% similarity]
test/data/legacy_test_integer_03.expected [moved from test/data/test_integer_03.expected with 100% similarity]
test/data/legacy_test_integer_03.json [moved from test/data/test_integer_03.json with 100% similarity]
test/data/legacy_test_integer_04.expected [moved from test/data/test_integer_04.expected with 100% similarity]
test/data/legacy_test_integer_04.json [moved from test/data/test_integer_04.json with 100% similarity]
test/data/legacy_test_integer_05.expected [moved from test/data/test_integer_05.expected with 100% similarity]
test/data/legacy_test_integer_05.json [moved from test/data/test_integer_05.json with 100% similarity]
test/data/legacy_test_integer_06_64bits.expected [moved from test/data/test_integer_06_64bits.expected with 100% similarity]
test/data/legacy_test_integer_06_64bits.json [moved from test/data/test_integer_06_64bits.json with 100% similarity]
test/data/legacy_test_integer_07_64bits.expected [moved from test/data/test_integer_07_64bits.expected with 100% similarity]
test/data/legacy_test_integer_07_64bits.json [moved from test/data/test_integer_07_64bits.json with 100% similarity]
test/data/legacy_test_integer_08_64bits.expected [moved from test/data/test_integer_08_64bits.expected with 100% similarity]
test/data/legacy_test_integer_08_64bits.json [moved from test/data/test_integer_08_64bits.json with 100% similarity]
test/data/legacy_test_large_01.expected [moved from test/data/test_array_07.expected with 100% similarity]
test/data/legacy_test_large_01.json [moved from test/data/test_array_07.json with 100% similarity]
test/data/legacy_test_object_01.expected [moved from test/data/test_object_01.expected with 100% similarity]
test/data/legacy_test_object_01.json [moved from test/data/test_object_01.json with 100% similarity]
test/data/legacy_test_object_02.expected [moved from test/data/test_object_02.expected with 100% similarity]
test/data/legacy_test_object_02.json [moved from test/data/test_object_02.json with 100% similarity]
test/data/legacy_test_object_03.expected [moved from test/data/test_object_03.expected with 100% similarity]
test/data/legacy_test_object_03.json [moved from test/data/test_object_03.json with 100% similarity]
test/data/legacy_test_object_04.expected [moved from test/data/test_object_04.expected with 100% similarity]
test/data/legacy_test_object_04.json [moved from test/data/test_object_04.json with 100% similarity]
test/data/legacy_test_preserve_comment_01.expected [moved from test/data/test_preserve_comment_01.expected with 100% similarity]
test/data/legacy_test_preserve_comment_01.json [moved from test/data/test_preserve_comment_01.json with 100% similarity]
test/data/legacy_test_real_01.expected [moved from test/data/test_real_01.expected with 100% similarity]
test/data/legacy_test_real_01.json [moved from test/data/test_real_01.json with 100% similarity]
test/data/legacy_test_real_02.expected [moved from test/data/test_real_03.expected with 100% similarity]
test/data/legacy_test_real_02.json [moved from test/data/test_real_03.json with 100% similarity]
test/data/legacy_test_real_03.expected [moved from test/data/test_real_02.expected with 100% similarity]
test/data/legacy_test_real_03.json [moved from test/data/test_real_02.json with 100% similarity]
test/data/legacy_test_real_04.expected [moved from test/data/test_real_04.expected with 100% similarity]
test/data/legacy_test_real_04.json [moved from test/data/test_real_04.json with 100% similarity]
test/data/legacy_test_real_05.expected [moved from test/data/test_real_05.expected with 100% similarity]
test/data/legacy_test_real_05.json [moved from test/data/test_real_05.json with 100% similarity]
test/data/legacy_test_real_06.expected [moved from test/data/test_real_06.expected with 100% similarity]
test/data/legacy_test_real_06.json [moved from test/data/test_real_06.json with 100% similarity]
test/data/legacy_test_real_07.expected [moved from test/data/test_real_07.expected with 100% similarity]
test/data/legacy_test_real_07.json [moved from test/data/test_real_07.json with 100% similarity]
test/data/legacy_test_real_08.expected [moved from test/data/test_real_08.expected with 100% similarity]
test/data/legacy_test_real_08.json [moved from test/data/test_real_08.json with 100% similarity]
test/data/legacy_test_real_09.expected [moved from test/data/test_real_09.expected with 100% similarity]
test/data/legacy_test_real_09.json [moved from test/data/test_real_09.json with 100% similarity]
test/data/legacy_test_real_10.expected [moved from test/data/test_real_10.expected with 100% similarity]
test/data/legacy_test_real_10.json [moved from test/data/test_real_10.json with 100% similarity]
test/data/legacy_test_real_11.expected [moved from test/data/test_real_11.expected with 100% similarity]
test/data/legacy_test_real_11.json [moved from test/data/test_real_11.json with 100% similarity]
test/data/legacy_test_real_12.expected [moved from test/data/test_real_12.expected with 100% similarity]
test/data/legacy_test_real_12.json [moved from test/data/test_real_12.json with 100% similarity]
test/data/legacy_test_string_01.expected [moved from test/data/test_string_01.expected with 100% similarity]
test/data/legacy_test_string_01.json [moved from test/data/test_string_01.json with 100% similarity]
test/data/legacy_test_string_02.expected [moved from test/data/test_string_02.expected with 100% similarity]
test/data/legacy_test_string_02.json [moved from test/data/test_string_02.json with 100% similarity]
test/data/legacy_test_string_03.expected [moved from test/data/test_string_03.expected with 100% similarity]
test/data/legacy_test_string_03.json [moved from test/data/test_string_03.json with 100% similarity]
test/data/legacy_test_string_04.expected [moved from test/data/test_string_04.expected with 100% similarity]
test/data/legacy_test_string_04.json [moved from test/data/test_string_04.json with 100% similarity]
test/data/legacy_test_string_05.expected [moved from test/data/test_string_05.expected with 100% similarity]
test/data/legacy_test_string_05.json [moved from test/data/test_string_05.json with 100% similarity]
test/data/legacy_test_string_unicode_01.expected [moved from test/data/test_string_unicode_01.expected with 100% similarity]
test/data/legacy_test_string_unicode_01.json [moved from test/data/test_string_unicode_01.json with 100% similarity]
test/data/legacy_test_string_unicode_02.expected [moved from test/data/test_string_unicode_02.expected with 100% similarity]
test/data/legacy_test_string_unicode_02.json [moved from test/data/test_string_unicode_02.json with 100% similarity]
test/data/legacy_test_string_unicode_03.expected [moved from test/data/test_string_unicode_03.expected with 100% similarity]
test/data/legacy_test_string_unicode_03.json [moved from test/data/test_string_unicode_03.json with 100% similarity]
test/data/legacy_test_string_unicode_04.expected [moved from test/data/test_string_unicode_04.expected with 100% similarity]
test/data/legacy_test_string_unicode_04.json [moved from test/data/test_string_unicode_04.json with 100% similarity]
test/data/legacy_test_string_unicode_05.expected [moved from test/data/test_string_unicode_05.expected with 100% similarity]
test/data/legacy_test_string_unicode_05.json [moved from test/data/test_string_unicode_05.json with 100% similarity]
version.txt [deleted file]