]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
submodule: Tencent's RapidJSON library
authorAdam C. Emerson <aemerson@redhat.com>
Thu, 28 Jul 2016 17:35:08 +0000 (13:35 -0400)
committerAdam C. Emerson <aemerson@redhat.com>
Wed, 17 May 2017 16:26:39 +0000 (12:26 -0400)
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 <aemerson@redhat.com>
.gitmodules
src/rapidjson [new submodule]

index 488cd895320d9aadbb5cf0b45114cb80ca5588c7..85a78ace76b4e7b1c27deefaeb83f7f0c0b47b07 100644 (file)
@@ -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 (submodule)
index 0000000..f54b0e4
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit f54b0e47a08782a6131cc3d60f94d038fa6e0a51