From 8a6c081df71cde3f1c55d5b7e5ef7d5d34b475dc Mon Sep 17 00:00:00 2001 From: anonimal Date: Fri, 25 May 2018 04:50:20 +0000 Subject: rapidjson: remove outdated in-tree, use submodule Includes ~2 years worth of fixes including security and build. Note: this pulls directly from master, not a release branch/tag. See https://github.com/Tencent/rapidjson/issues/1265 --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 73b430c10..91bddb0a3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,3 +6,6 @@ path = external/miniupnp url = https://github.com/monero-project/miniupnp branch = monero +[submodule "external/rapidjson"] + path = external/rapidjson + url = https://github.com/Tencent/rapidjson -- cgit v1.2.3