Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/coronalabs/external-metalangle-jsoncpp-source

https://chromium.googlesource.com/external/github.com/open-source-parsers/jsoncpp
https://github.com/coronalabs/external-metalangle-jsoncpp-source

Create an example directory and add some code examples. (#944)

* update example directory

* modify some compile error.

* update with clang-format

* up...

e9ccbe01453908cd1753dbe882ffe5349f82cd93 authored over 5 years ago
pkgconfig: Fix for cross compilation (#1027)

exec_ and prefix must be overridden in such a case.

Makes the .pc file more consistent with ...

21e3d2124353ae27fdafe80a7b3081b5dad49609 authored over 5 years ago
add a testcase in ValueTest:CopyObject (#1028)

c97bd59ff293cf5a03d4cef0300957d21a1a8517 authored over 5 years ago
Just run clang format (#1025)

81ae1d55f78eec0c097029c782e26f5e79bc33a3 authored over 5 years ago
Issue 1021: Fix clang 10 compilation (#1023)

This patch fixes an implicit long to double conversion, fixing
compilation on the as-of-yet unr...

18f790fbe7854c30415b08e88ce115fc10488059 authored over 5 years ago
jsoncpp: Define JSON_USE_INT64_DOUBLE_CONVERSION for clang as well. (#1002)

The current check to define JSON_USE_INT64_DOUBLE_CONVERSION
works for GCC but not clang.

Cl...

3013ed48b333c70d5960393412a3b2c541cc97ba authored over 5 years ago
reinforce readToken function and add simple tests (#1012)

2cb9a5803e5123efcc0a08f7c3f52dd521917a34 authored over 5 years ago
Do not allow tokenError tokens after input if failIfExtra is set. (#1014)

Currently when failIfExtra is set and strictRoot is not set,
OurReader::parse() will accept tra...

c5cb313ca0652f5669624648d972d5fbaa96000c authored over 5 years ago
Modify code comments in write.h (#987)

* modify code comments in write.h

* update

abcd3f7b1fff42638a9848909611f21595bf820a authored over 5 years ago
Check the comments array boundry. (#993)

* check the comments array boundry

* remove empty line

d622250c3e378484b572c26b2b1db98bfc8c4c9b authored over 5 years ago
Improving Code Readability (#1004)

db61dba885bb2314b5626a716c1aa96f5221dfc7 authored over 5 years ago
[Language Conformance] Use constexpr restriction in jsoncpp (#1005)

* use constexpr restriction in jsoncpp

* remove TODO comment

7ef0f9fa5bc1e9dcd2cbba8202dac65fae083a03 authored over 5 years ago
add some testcases: WriteTest, StreamWriterTest (#1015)

3550a0a93940525bc32230fd851975631ed3f196 authored over 5 years ago
Add dictionary for fuzzing (#1020)

21ab82916b00cf09673694c34fa8942b6b987bb9 authored over 5 years ago
change the returned value (#1003)

fd940255ced7773489f818e62d7074fbcfda81cc authored over 5 years ago
Fix a coupe of typos (#1007)

472adb60eec34f9af430e099384e68772be86971 authored over 5 years ago
Add some test cases in ValueTest (#1010)

* add some test cases in ValueTest

* add some test cases in ValueTest

c92c87b47d7f2db163f58ac162432f1a9a60455a authored over 5 years ago
tests: Improve CharReaderFailIfExtraTest (#1011)

* There was a nonsensical change of 'failIfExtra' before calling strictMode():
the latter res...

b941149a37e3564ba215fd9ea1232649ec3525b5 authored over 5 years ago
change Value::null to Value::nullSingleton() (#1000)

2cf939e8c37494922ca2991902a0fe50baa2eaea authored over 5 years ago
Cleanup versioning strategy relanding (#989) (#997)

* Cleanup versioning strategy

Currently, versioning is a mess. CMake and Meson have seperate ...

7b28698c5cd00c432cb1b981891b076dd81cd204 authored over 5 years ago
Revert "Cleanup versioning strategy (#989)" (#996)

This reverts commit 12325b814f00cc31c6ccdb7a17d058c4dbc55aed.

0d27381acfdd458e802ef59a1304fab356acd652 authored over 5 years ago
Cleanup versioning strategy (#989)

* Cleanup versioning strategy

Currently, versioning is a mess. CMake and Meson have seperate ...

12325b814f00cc31c6ccdb7a17d058c4dbc55aed authored over 5 years ago
Delete JSONCPP_DEPRECATED, use [[deprecated]] instead. (#978)

* delete JSONCPP_DEPRECATED, use [[deprecated]]

* add pragma warning(disable:4996)

* add e...

b27c83f691a03f521a1b3b99eefa2973f8e2bfcd authored over 5 years ago
Improve code comment formatting (Issue #985)

483eba84a757d2e8ac61ae9345630fcbdbd03d5d authored over 5 years ago
Fix definition check for GNUC

b3507948e2a1a79dfb1a8ac7b1e2dc1bea9f8360 authored over 5 years ago
\#979 Fix parseFromStream definition

This patch fixes issue #979, where the parseFromStream definition in
the header is different fro...

645250b6690785be60ab6780ce4b58698d884d11 authored over 5 years ago
Add new JSON_USE_NULLREF flag

This patch adds a new flag, JSON_USE_NULLREF, which removes
the legacy singletons null, nullRef ...

25c57812e2fbe818b4b3ae42b2321f47dd2249d7 authored over 5 years ago
\#964 Delete JSONCPP_NORETURN for [[noreturn]]

This patch removes the custom JSONCPP_NORETURN macro in favor of the
C++11 standard [[noreturn]]...

9ef812a097fd49ecce470f68b1cb591b42adecb1 authored over 5 years ago
pop the root node after readValue()

60ba071aace3d512131149f10f1fbf7ec284eb7a authored over 5 years ago
adjust some codes position

3c32dca89214c03b107cc9d1c468000cff3f8127 authored over 5 years ago
Update version.h.in header comments

Currently, the comments in the version.h.in header file are
incorrect. This tiny patch just upda...

7924d3ff9713f1a130ed5fe234d52d7176ae4d09 authored over 5 years ago
Fix comments on Json Reader

There have been multiple discussions of the inaccurate comments in the
Json Reader class. This p...

95b3092ce4b7156adc8a265907b2175ceff5a96f authored over 5 years ago
Update minimum CMake version requirement

f8db40ff83ee8fa901e046ace396fa94a535b0d4 authored over 5 years ago
Issue #633: Fix issue with maxInt

This patch is a minor fix to Json::OurReader to properly check against
maxLargestInt, not maxInt...

44bc38f0a116d3ec3bd248a85da927839454c5bf authored over 5 years ago
Run clang-format on the repository

We currently don't have any checks for clang formatting as part of our
check-in process, this is...

ddc9e0fcd74fe478c575b12814bb9ce79b3db636 authored over 5 years ago
Add fuzz.cpp to jsoncpp_test

879a5b80ce0f28cce4b859c57253f1e3c741e230 authored over 5 years ago
Update fuzz.cpp

6d236e19481bc63aef9e952abedf48e0e242911b authored over 5 years ago
Update jsontest.cpp

c4d1cb1cd15ba0e2cd659ae36bfe6eaefa69765f authored over 5 years ago
Update CMakeLists.txt

400ec89811d975677a69039a52ef1d401c6daa1f authored over 5 years ago
Update CMakeLists.txt

181f9eb129bd00ed24561c1e4bab4b8d84abc036 authored over 5 years ago
Update main.cpp

13afd0e45500943ff48480d6f43d133b2a15ea7b authored over 5 years ago
Update main.cpp

fdcd2fc2324df973dfec39e7cca08b1709d5dae1 authored over 5 years ago
Added include fuzz.cpp

92cc77392e397bb32455c1874b301636b7a5107d authored over 5 years ago
added llvm

7e69f15a6419003aa7e81e42ee7bb62444025602 authored over 5 years ago
fix llvm

8e01024ce37d7fe83d2667ed1ae65b82ab780fa5 authored over 5 years ago
Update fuzz.h

d81a3caece868d21c97ced31b1395039242bbbde authored over 5 years ago
Update fuzz.cpp

2939d85b8411d019e48efaea461bac2b4cd910a1 authored over 5 years ago
Update fuzz.h

9725530a4ffedb92d9cd588a0b3b1c1f00b66c44 authored over 5 years ago
Update fuzz.cpp

576b271a044949950ed315da9ccd4eb6ab8d1894 authored over 5 years ago
Update jsontest.cpp

bcc0472621982fa004455684fe90b62c09398eef authored over 5 years ago
added fuzz.cpp to macro in main.cpp

d148e28b9bcd03a6269b82d6d6eb287871314179 authored over 5 years ago
Update fuzz.h

9d6db96f364021c5ed6b42db84e2d091a4e7137a authored over 5 years ago
Updated fuzz.h

32472026767d377a6503fc8e676d34e99ea4471e authored over 5 years ago
Update main.cpp

caa2f3bf4224b585e811ca84f679f83a327b5a35 authored over 5 years ago
Update fuzz.h

46d35659ef5c2738b20df0e9a46f7c97a867cdb4 authored over 5 years ago
Add a simple fuzz test for jsoncpp.

786851819efe52c14114a857faf30b508e537c1b authored over 5 years ago
Update fuzz.cpp

29434414d762bc53278d474150ea146f5d1c0f65 authored over 5 years ago
Update jsontest.cpp

336c300ca408900875d4d66bf30acb00b1a35d19 authored over 5 years ago
Updated header and fixed the bug

0e3b22dd3ad15d1b4b6fed6ff0333ff28bb74a17 authored over 5 years ago
Update main.cpp

dc170e30e247d5ce8639ee876f70b685bab66a9e authored over 5 years ago
version.h : wrong file was deployed, added required include path and

629a727b5f1330322c418457cd730cf459e3d05b authored over 5 years ago
extract variable

c51d718ead5b8320dab84d15d5b57d887a7bc81a authored over 5 years ago
use fpclassify to test a float number is zero or nan

b7feb2d493eade984f097d0e42cb190db542c1d0 authored over 5 years ago
fix compile problem

7c7ccbf9349066b930fd6f6d55b2f735ec5381bf authored over 5 years ago
repair a typo error

5510f14a71fab7d7307815c4097e30cfef84f329 authored over 5 years ago
Issue 920: Fix android build with casting fix

This patch removes an unchecked conversion from a 64bit wide type
to a 32bit wide type, fixing a...

d34479ec3465667600f82ae3be7c0d20e840c670 authored over 5 years ago
Add WideString test for Issue #756

dd6921f479414ff1f63fc64f0c697afe3c5c3d9c authored over 5 years ago
Merge pull request #955 from baylesj/yaml-cleanups

Modernize Travis and Appveyor configs

101d4797db74e8c9417a851a42a6e920bd102b93 authored over 5 years ago
Update appveyor to use build images

2690bc9a9a9c7b3c80a886948321bc44cfde7654 authored over 5 years ago
Update travis scripts

c84f2e19c9514c22dfcb3e52c004b62ccb77deb9 authored over 5 years ago
Modernize Travis and Appveyor configs

This PR updates the Travis and Appveyor configs to use more recent
toolchain versions, allowing ...

408b466b57f4cf0744c2ab3de1c700dc83fc24fc authored over 5 years ago
Merge pull request #932 from oleurodecision/cmake_clean

cmake cleanup

2a3ae0e79ff88293aadcdaed36f952299dec7588 authored over 5 years ago
Update issue templates

2d211de06e387c9c4f30f602c00ba6c6fac3d376 authored over 5 years ago
Update issue templates

18e51e23fd4dcbdfb6e348d93548e03bcdd4c7ba authored over 5 years ago
Merge pull request #934 from oleurodecision/cmake_config_version

added cmake config version file for proper cmake delivery

56c41fbd88c06583cf9bb1d17e310a2a4323d0b8 authored over 5 years ago
Merge pull request #953 from baylesj/clang-format

Run clang format

4babd12a25543592b08748183323daedd93e95e7 authored over 5 years ago
Merge pull request #952 from baylesj/update-meson-req

Update meson build requirement

6935317d8405334bd677739dcc61b0cb5fe694f8 authored over 5 years ago
Run clang format

Clang format hasn't been run on some recent checkins. This patch updates
the repository with cla...

d5bd1a771631950264f65a01b9c4255f0f2324a6 authored over 5 years ago
Update CONTRIBUTING.md

Added style information.

f7182a0fdc72404a9722388f1d59adecef8d93d6 authored over 5 years ago
Update README.md

Separate contributing guidelines into their own separate documentation.

be4dc51c1fb270a014ab75b4fdbf4a791ee4af1a authored over 5 years ago
Create CONTRIBUTING.md

12461e5bf1ccc9886f95d58aac211c3e9404bcac authored over 5 years ago
Update meson build requirement

Currently, we have a build type warning due to listing a requirement for
meson build version tha...

185dfd592d92d523971ea059edc6c34a9be9b5e3 authored over 5 years ago
Update AUTHORS

518875d2ea71db4f9d6f3418dd5218dd1ae04f01 authored over 5 years ago
Merge pull request #935 from abigailbunyan/forward-declarations

Add missing classes to forwards.h

3e4c8f8f1d0ec8e6e58e58ab38362554e4230f34 authored over 5 years ago
Fix JSON_USE_EXCEPTION=0 use case

This patch fixes the JSON_USE_EXCEPTION flag. Currently, due to the
throwRuntimeError and throwL...

83cc92161be96d7f2113a3ec9f62109d828e1eec authored over 5 years ago
fixed typos

85f5b1c8f90cda5afd15cdcd01c825815e7fbe04 authored over 5 years ago
Add missing classes to forwards.h

Fixes #904.

1234f4227b8c5068100d60bdb6ab10c858cbed2b authored over 5 years ago
cmake fixes

8d2095af3c503f009d8f447e40ae1e2dbdec1408 authored over 5 years ago
added cmake config version file for proper cmake delivery

0155f38b5b6b8e8d2b5806df0729cb3663ee1070 authored over 5 years ago
Rename version.md to version.txt

5b91551f3944d69e0090d6b6528852207de78078 authored over 5 years ago
Fix build with libc++, closes #910

27b950168360616b3b20213e3c5a1ec34386844c authored over 5 years ago
Use version.md in dev.makefile

27290cf81db1e25f53b839ff240c019c317cff5f authored over 5 years ago
Explicitly set JSON_API to 'default' visibility on clang & gcc

b16abf8ce1e78d0c77bcd6e458afe6048c855b6a authored almost 6 years ago
Merge pull request #901 from res2k/demand

Implement Value::demand()

cd1121290a9cbd36e0acd3008c9ec1932dfa6357 authored almost 6 years ago
Bump minor version, SOVERSION

69402d1fbb893c85a3bfc603e66c618d423be94e authored almost 6 years ago
Merge pull request #902 from res2k/fix-888

Fix #888

3e2f8d3ea8a9e1e0ace4af1b00f65df7219c4247 authored almost 6 years ago
Cast to unsigned char in Value::setType() to appease gcc (issue #888)

99a99d4032ca1607ad0b9b985b49935bef3713f0 authored almost 6 years ago
tests: Add a comment

9a629bc5e1fd00f959316afa2ceb3575e8f3ea5e authored almost 6 years ago
Value::find(): Fix assert message

eb7bd9546e3107215fdaaf6f6c9d2b41f1635446 authored almost 6 years ago
Implement Value::demand()

d76fe5687dd448a1b466bcf73729147e6046c31e authored almost 6 years ago