summaryrefslogtreecommitdiffstats
path: root/lib/jsoncpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-04-12Update the minimodulesTiger Wang1-0/+0
2020-05-16Upgrade to C++17 [CMake] (#4717)Tiger Wang1-0/+0
* Make our CMake slightly less insane
2020-05-09Update submodules (#4727)peterbell101-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.
2017-12-22Fix Travis build (#4101)peterbell101-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
2015-07-15Updated submodulesTiger Wang1-0/+0
2015-07-10Updated and submodularised JsonCPPTiger Wang18-6526/+0
Conflicts: lib/jsoncpp
2014-06-04Fixed buffer overflow in JSON.madmaxoft1-1/+1
Reported on Coverity as CID 43614.
2013-12-10more cmake changesTycho Bickerstaff1-1/+7
2013-12-10more cmakeTycho Bickerstaff1-0/+7
2013-11-27Removed faulty .gitattributes.madmaxoft1-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.
2013-11-24Attempt to fix compilationTiger Wang3-5/+5
2013-11-24Moved JSONCPPAlexander Harkness16-0/+6513