Update jsoncpp from version 0.5.0 to 1.9.5

Aside from including a ton of bug fixes, this should fix an issue in the
CI pipeline when building with system libraries that was caused by a
minor incompatibility between 0.5.0 and less ancient versions.

Also, switch to the amalgamated source, because it makes it easier to
keep it up to date.
https://github.com/open-source-parsers/jsoncpp/wiki/Amalgamated-(Possibly-outdated)
This commit is contained in:
Martin Natano
2022-02-19 12:42:13 +01:00
parent 5322843ace
commit e1b5664f21
37 changed files with 8140 additions and 8395 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#include "global.h"
#include "NotesLoaderJson.h"
#include "json/value.h"
#include "json/json.h"
#include "TimingData.h"
#include "RageUtil.h"
#include "JsonUtil.h"