summaryrefslogtreecommitdiffstats
path: root/lib/jsoncpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to C++17 [CMake] (#4717)Tiger Wang2020-05-161-0/+0
| | | * Make our CMake slightly less insane
* Update submodules (#4727)peterbell102020-05-091-0/+0
| | | | | | | | | | | | | Closes #4708 This updates jsoncpp, mbedtls, TCLAP and SQLiteCpp to their latest stable release. A few additional changes were needed: * jsoncpp deprecated Reader, FastWriter and StyledWriter which I've replaced with some helper functions in JsonUtils.cpp * SQLiteCpp changed how it builds with external sqlite libraries, now expecting them to be installed. The simplest path was to remove sqlite from cuberite's submodule and just use SQLiteCpp's internal version.
* Fix Travis build (#4101)peterbell102017-12-221-0/+0
| | | | | | | | | Stop using gdb on osx - was breaking the build Add clang 3.5 build as travis now defaults to 5.0 Fix unknown-warning-option errors on AppleClang ProtoProxy: Use nullptr UrlClientTest: add override to callback destructor Update jsoncpp to use nullptr
* Updated submodulesTiger Wang2015-07-151-0/+0
|
* Updated and submodularised JsonCPPTiger Wang2015-07-1018-6526/+0
| | | | | Conflicts: lib/jsoncpp
* Fixed buffer overflow in JSON.madmaxoft2014-06-041-1/+1
| | | | Reported on Coverity as CID 43614.
* more cmake changesTycho Bickerstaff2013-12-101-1/+7
|
* more cmakeTycho Bickerstaff2013-12-101-0/+7
|
* Removed faulty .gitattributes.madmaxoft2013-11-271-8/+8
| | | | | They cause git to think that files have been modified although they have not, and makes it impossible to revert the files to un-changed form. See http://stackoverflow.com/questions/5009096/files-showing-as-modified-directly-after-git-clone 's first answer.
* Attempt to fix compilationTiger Wang2013-11-243-5/+5
|
* Moved JSONCPPAlexander Harkness2013-11-2416-0/+6513