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
ed258de63d39d87666ab5025118943b34d8463ea authored over 7 years ago
d14d8c35c38d3ba3dbf08698fd5478fcf994a88c authored over 7 years ago
Fix #567 in writing real values in different locales
154652ee7a989f3a08c04d12c7eb7b962949eaf5 authored over 7 years ago
The output of snprintf might produce ',' separators for decimal places if
certain locales are se...
Allocate the proper memory for formatString. Fix a warning with gcc 7.1
56efb6ba83f7c8d63d81e25b42b0367c48aa5f3c authored over 7 years ago/root/firefox-gcc-last/toolkit/components/jsoncpp/src/lib_json/json_writer.cpp:139:16: note: usi...
7f9cc2705c0eb2d424891ab0c470d7c69486fdbb authored over 7 years agoFix QNX build: QNX defines sprintf under the std namespace.
d7347a2623707d71f8b21b18a46a1281ab79d45c authored over 7 years ago2e319850d106908af60a446a2b8419ccbe678035 authored over 7 years ago
Refactor authorship information for more technical accuracy.
a3d35d7fb80670b5c128c839aaf07ff0f0e641ef authored over 7 years ago
Google advises its employees to add Google Inc. as an author, but that hasn't
been done yet and ...
Including instructions in how to use jsonCpp with conan
acf74290f11109b3f41d629e0fae8018e88c03c9 authored almost 8 years agoAlso added the badge to the conan package.
Related to issue #564
746ef154f1722c75735ba448518ae5e865096f23 authored almost 8 years agoFix V815:Decreased performance
559b4416e6f923183b02ffe73e5167bad79b669e authored almost 8 years ago6ca374371e5ed91ad15384d21c0b9d4805a542ad authored almost 8 years ago
Optimize Value::isIntegral() method
f7df408a6a16cdd5cdf30301c1f1372c8263b388 authored almost 8 years agoFix warning issue with gcc flags.
closes #586
86ed860c4b0f5444b3bb8f7ee527e7120234be35 authored almost 8 years agoWorst case called modf() twice
c442fd96e6853f4023479355680b0023aab6975d authored almost 8 years agoFIx cmake build.
c68443f3a032572039a329ce33ce4c12e0807b67 authored almost 8 years ago
PR for - https://github.com/open-source-parsers/jsoncpp/issues/586
Separating the default optio...
Fix crash issue due to NULL value.
264c3edca7aa4a924f30a44690269dbd6ab6cada authored almost 8 years agoREADME: Give some love
a47fc398ef929d956ca2d8d2e961e5acc9c3f837 authored almost 8 years ago
Using full paths is more versatile. The current solution
breaks when specifying an absolute path...
Null value in Value constructor will crash strlen(). Avoid crash with JSON_ASSERT_MESSAGE
f251f15e6aa4f47947811109f00befa686a458c0 authored about 8 years ago60bfcf1715ee4a02bbc0ca453acc4c4229409e28 authored about 8 years ago
std::min<unsigned>, for VS2015
fixes #565
81065748e315026017c633fca1bfc57cba5b246a authored about 8 years agofixes #565
11836ae9aa9f532b2d5101b88ae3b81e813012d3 authored about 8 years agoSee #497, bottom comment.
e25fb5384a96bedefb13f67a87ff7d4027389cec authored about 8 years ago
Plus some other build-related changes. I don't think there is anything
functionally different fr...
Replace current install variables with GNUInstallDirs
d167a09b1c77b6bdf42881382691970c491be6b1 authored about 8 years agoba158fd22d0007ebc2760b40b12b6d7ad0efb194 authored about 8 years ago
* The GNUInstallDirs module is more idiomatic and supported by
Kitware upstream, whereas the c...
Removed a static variable used to contain the current recursion depth in json_reader.cpp
0d25d9aebf3e3cf3c4dd4ba97948a02fd92a2752 authored about 8 years agoRenamed JSONCPP_STACK_LIMIT to JSONCPP_DEPRECATED_STACK_LIMIT to stress that usage of this macro...
5021e799dc8b8a5c47d4d62d1760096ac2329143 authored about 8 years agoAdd pragma pack directive
resolves #458
762ad0fe9d7a5fd8c48dbf3229fe31e04997f2f3 authored about 8 years agoRelated to https://github.com/open-source-parsers/jsoncpp/issues/458
d6e666f5735df7cfd905c29326b859c55de26017 authored about 8 years agoRemoved a static variable used to contain the current recursion depth of Reader::readValue(). T...
2ecd2a59de8faef1a6bd2ed7e53cf78b72d6c680 authored about 8 years agoClarify code for value type return
a691cb19deedb9e1e5ed6c0dad12735019ef5e47 authored about 8 years agoee7935986e0ba0af716ef0795651d3db73bf872e authored about 8 years ago
b4abc8241feae90586c760eb9b2b50986b817869 authored about 8 years ago
isDouble() contains isIntegral()
12e9ef32f9827d2b553ffdd7a6f67d39991051b5 authored about 8 years agoAdded stack overflow test
77632b26112675fc20aa0322cff481bdba0e26cb authored about 8 years ago89aa87bd245a33452bc9a4993882bdc73c592a7d authored about 8 years ago
change throw() to noexcept to conform to c++11
34fc0020c0e842d89011f20dec55f326dd47ab74 authored about 8 years agoCheck for locale support in CMake
f880a9432df5df5e8e183c24b9930d9273f51600 authored about 8 years ago5a821310331d48900dced317a6f45fcf881dce12 authored about 8 years ago
1839f2da342de35de4803f546c60d4bc6047d6fa authored about 8 years ago
91c1d2346186333b40a27fb1e634627add457736 authored about 8 years ago
86f085b810ef584f4ae97e1d90b887c358c5403b authored about 8 years ago
ac372d2b00fd5aad1f4fbd6b900c3b27449f7021 authored about 8 years ago
resolves #546: Ensure floating point values on input render as floats on output
0e24e3c64f7ff73ff11c61466d718a8c487e86d0 authored about 8 years ago89ab7eca7f3290d47770a569ae99982a7cee3a08 authored about 8 years ago
Rename variable empty to emptyString
a1db52b030416c0c03868e1be95689a6f05a20a5 authored about 8 years ago
Rename variable empty to emptyString in Value constructor to avoid shadowing of Value::empty().
...
d8cd848ede1071a25846cd90b4fddf269d868ff1 authored over 8 years ago
92259f714718ea44fa2c06e6d02c6f8c4eab4b8b authored over 8 years ago
resolves #537
closes #538
Otherwise failures like these one can happen during the configure phase
of other applications th...
45a560a8c0be756cbe661cd831e9c4e763eef546 authored over 8 years ago
Add RPATH to dynamic library build on OSX
fixes #534
But we will revert if there are any ...
4893a8f66727e4cfdc6d94086e6bcefce9a2db37 authored over 8 years agofor non-null terminated input.
f6d785fda89e327b99150c03af5b9a4b71b9b97c authored over 8 years ago8d54e333ff4d4b4aa90336231d42dd4c3a944bab authored over 8 years ago
fix a bug about Json::Path
b063cf4adaacaf68b0e8aa69aef637d6052accbb authored over 8 years agoUsed macros to disable localeconv() calls
c4ab6d733f73fc28f41af30a488d7a540c24de64 authored over 8 years ago2f97c0147bfb1abcad38dfdf93b4a8d1b585dc4d authored over 8 years ago
52cfe5ae889adf0c4099b16ddeb4b529b1f09007 authored over 8 years ago
a304d61a7b3ee2700b52abc0b28412aabee782e5 authored over 8 years ago
Workaround for missing lconv::decimal_point on android
0a97e38ea52c0c4298a43dd4376ae6be286c4d14 authored over 8 years ago894e78bff13b7e9ba69051904c6b37c197a6cb66 authored over 8 years ago
resolves #511
126bdc2b057d3d91c785b69c30a41e7697d8f80a authored over 8 years agoresolves #514
094a7d856409350ced93dab272b8091d19977298 authored over 8 years agoresolves #509
b9afdf190dbccbf3a59a3aba86eb295c0fa07068 authored over 8 years agoresolves #513
80a82ea269d6643e91d8c97acb5209aa74559d63 authored over 8 years agoresolves #516
f78f685babcd7390daad3c8fce519a110cae36c6 authored over 8 years agoAvoid null for stringValue
7d8eddb98cdca69b9b8db4f8bd11b8abf69d07eb authored over 8 years agofixes #517
7e0571b444497ad9a0a8547d76a06ef426c7116e authored over 8 years agoAllow dtor for nullSingleton
b14c8c1423373f265b0b1378b171aae5cf58934e authored over 8 years agore #488 and #490
b299d3581f4dc670734f1fe1a34fce1282337802 authored over 8 years ago48d2a69d47bbf92337a09fc1672e1bad39fdde86 authored over 8 years ago
Fix compilation errors for downstream projects caused by incorrect pkconfig paths
772e257fc98d550acbd82e88561000e790a14a1e authored over 8 years ago
Recent commit 911e2b0fea ("By default use <prefix> relative paths when
installing") introduced r...
Use a Myers Singleton for null
7e4df50d17f0a04a39193af2a7bac4076eed47c4 authored over 8 years ago318f30357c7fe13c4812dfb14178a258e2e2eede authored over 8 years ago
Avoid some static initialization problems.
From @marklakata
See #488
fixes #489
e0f9aab0bf4ddd3076ccff4d049548fdc92b4892 authored over 8 years agoUse override keyword with Visual Studio.
43203f1d09edc95af7da30f6d541e11aef71d9c9 authored over 8 years ago55176b2bdd5be57f41c5df3ec595b9e95689fc92 authored over 8 years ago
Fix some warnings
4356d9bba191e1e16ce7a92073cbf3e63564e973 authored over 8 years agoresolves #473
ea4af183171bcc1d775af301d9e8bd8db9405cc7 authored over 8 years agob999616df8f34d8183c5836df76f3cb7b2bfa4b3 authored over 8 years ago
By default use <prefix> relative paths when installing
660307d3577ccba7c458831fad9c4f34b45355f7 authored over 8 years ago
This allows the config file to keep working
when it is installed to a non-standard location
from...
CMakeLists.txt: Treat conversion warning as error only with JSONCPP_W…
d4a49cf511a9ef5ee52af83f8aed4437eaa160e1 authored over 8 years agojson/config.h: Generalize setting of JSONCPP_OVERRIDE to all compilers
8bd4f943da288d0a6c7269a4825c4400cb3b15e9 authored over 8 years agoAdd CMAKE_CXX_FLAGS for Intel compiler
4018422a05046ee6b649bed97bf4ad2838ab8796 authored over 8 years agoThis commit has been adapted from InsightSoftwareConsortium/ITK@1c86090
ba6fa48d31091a151b10dd47986602889731a893 authored over 8 years ago
Fixes errors when building with buildroot:
http://autobuild.buildroot.net/?reason=jsoncpp-1.7.2
...
6f22b0e076523735ee63736c6335a4bae45605c8 authored over 8 years ago
Nobody using SecureAllocator really needs the amalgamated header.
resolves #461
980cdf0fb56c7bdefaab94799cc16750b7b62b0b authored almost 9 years agoSmall fix for strict compilers (using the flag -Werror for instance)
45da594e71ad0ac323aada534c338a308d63b84f authored almost 9 years ago