libaurum: Add rapidjson 19/321219/2
authorHosang Kim <hosang12.kim@samsung.com>
Mon, 17 Mar 2025 07:47:42 +0000 (16:47 +0900)
committerkim hosang <hosang12.kim@samsung.com>
Thu, 20 Mar 2025 05:57:34 +0000 (05:57 +0000)
commit7a95099f9f02923c1876f4039d62950d3a3ff500
tree2b4ce97880598e24bf2e1f5d1a49255919318f51
parent114eb8e1e8181840342e0d3f398b2b3df31172be
libaurum: Add rapidjson

from "review.tizen.org/git/platform/upstream/rapidjson"

Change-Id: I2e5cb1ea1d116a1059e515d1353bd76f11c28fb4
38 files changed:
rapidjson/allocators.h [new file with mode: 0644]
rapidjson/cursorstreamwrapper.h [new file with mode: 0644]
rapidjson/document.h [new file with mode: 0644]
rapidjson/encodedstream.h [new file with mode: 0644]
rapidjson/encodings.h [new file with mode: 0644]
rapidjson/error/en.h [new file with mode: 0644]
rapidjson/error/error.h [new file with mode: 0644]
rapidjson/filereadstream.h [new file with mode: 0644]
rapidjson/filewritestream.h [new file with mode: 0644]
rapidjson/fwd.h [new file with mode: 0644]
rapidjson/internal/biginteger.h [new file with mode: 0644]
rapidjson/internal/clzll.h [new file with mode: 0644]
rapidjson/internal/diyfp.h [new file with mode: 0644]
rapidjson/internal/dtoa.h [new file with mode: 0644]
rapidjson/internal/ieee754.h [new file with mode: 0644]
rapidjson/internal/itoa.h [new file with mode: 0644]
rapidjson/internal/meta.h [new file with mode: 0644]
rapidjson/internal/pow10.h [new file with mode: 0644]
rapidjson/internal/regex.h [new file with mode: 0644]
rapidjson/internal/stack.h [new file with mode: 0644]
rapidjson/internal/strfunc.h [new file with mode: 0644]
rapidjson/internal/strtod.h [new file with mode: 0644]
rapidjson/internal/swap.h [new file with mode: 0644]
rapidjson/istreamwrapper.h [new file with mode: 0644]
rapidjson/memorybuffer.h [new file with mode: 0644]
rapidjson/memorystream.h [new file with mode: 0644]
rapidjson/msinttypes/inttypes.h [new file with mode: 0644]
rapidjson/msinttypes/stdint.h [new file with mode: 0644]
rapidjson/ostreamwrapper.h [new file with mode: 0644]
rapidjson/pointer.h [new file with mode: 0644]
rapidjson/prettywriter.h [new file with mode: 0644]
rapidjson/rapidjson.h [new file with mode: 0644]
rapidjson/reader.h [new file with mode: 0644]
rapidjson/schema.h [new file with mode: 0644]
rapidjson/stream.h [new file with mode: 0644]
rapidjson/stringbuffer.h [new file with mode: 0644]
rapidjson/uri.h [new file with mode: 0644]
rapidjson/writer.h [new file with mode: 0644]