aboutsummaryrefslogtreecommitdiff
path: root/src/convert_json.h
AgeCommit message (Collapse)Author
2021-04-02Sort out cURL timeouts and increase defaultsfan5
2021-03-20Serialize tool capabilities JSON without whitespacesfan5
fixes #11087
2017-09-26Update JsonCPP to 1.8.3 (#6466)Loïc Blot
* Update JsonCPP to 1.8.3 * Fix deprecated functions Json::FastWriter, Json::StyledWriter and Json::Reader are marked deprecated since 1.1 and are deprecated in 0.8 but not shown at compilation time. Use new methods to serialize/deserialize
2017-08-17C++ modernize: Pragma once (#6264)Loïc Blot
* Migrate cpp headers to pragma once
2017-07-14Remove remaining modstore code (#6120)Elijah Duffy
2016-08-10Fixes for compiling with a newer (system) jsoncpp (#4429)Rogier-5
* Move included json code to jsoncpp subdirectory This is needed to avoid having to specify the minetest src directory as a system include when fixing the json includes. * Fix json includes They used "", so that the compiler searches the project's directory first. The result was that when compiling with a system jsoncpp, the project's own version of json.h was still included, instead of the system version. The includes now use <>, so a system location, or one specified with '-Ilocation' is searched only. * Fix for jsoncpp deprecated function warning When compiling with a newer version of jsoncpp (and ENABLE_SYSTEM_JSONCPP=true), jsoncpp emits a warning about a deprecated function that minetest uses.
2014-06-19Remove ugly curl struct pointer from jsonFetchValue signaturesapier
2014-03-12Pass arguments by referenceSelat
2013-07-02Replace C++ mainmenu by formspec powered onesapier