From: Adam C. Emerson Date: Thu, 28 Jul 2016 17:35:08 +0000 (-0400) Subject: submodule: Tencent's RapidJSON library X-Git-Tag: v12.1.0~10^2~88^2~9 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c3f2447c80e632a0fe0bdd8996a61c7953f472e1;p=ceph.git submodule: Tencent's RapidJSON library This is a high performance, MIT licensed JSON parsing library. It provides a SAX interface so that I can compile an S3 policy without building up a JSONObject tree in the middle that gets thrown away. Signed-off-by: Adam C. Emerson --- diff --git a/.gitmodules b/.gitmodules index 488cd895320d..85a78ace76b4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -55,3 +55,6 @@ [submodule "src/blkin"] path = src/blkin url = https://github.com/ceph/blkin +[submodule "src/rapidjson"] + path = src/rapidjson + url = https://github.com/ceph/rapidjson diff --git a/src/rapidjson b/src/rapidjson new file mode 160000 index 000000000000..f54b0e47a087 --- /dev/null +++ b/src/rapidjson @@ -0,0 +1 @@ +Subproject commit f54b0e47a08782a6131cc3d60f94d038fa6e0a51