rj_schema 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/Rakefile +18 -0
- data/ext/rj_schema/extconf.rb +7 -0
- data/ext/rj_schema/rapidjson/CHANGELOG.md +158 -0
- data/ext/rj_schema/rapidjson/CMakeLists.txt +221 -0
- data/ext/rj_schema/rapidjson/CMakeModules/FindGTestSrc.cmake +30 -0
- data/ext/rj_schema/rapidjson/RapidJSON.pc.in +7 -0
- data/ext/rj_schema/rapidjson/RapidJSONConfig.cmake.in +15 -0
- data/ext/rj_schema/rapidjson/RapidJSONConfigVersion.cmake.in +10 -0
- data/ext/rj_schema/rapidjson/appveyor.yml +41 -0
- data/ext/rj_schema/rapidjson/bin/data/glossary.json +22 -0
- data/ext/rj_schema/rapidjson/bin/data/menu.json +27 -0
- data/ext/rj_schema/rapidjson/bin/data/readme.txt +1 -0
- data/ext/rj_schema/rapidjson/bin/data/sample.json +3315 -0
- data/ext/rj_schema/rapidjson/bin/data/webapp.json +88 -0
- data/ext/rj_schema/rapidjson/bin/data/widget.json +26 -0
- data/ext/rj_schema/rapidjson/bin/draft-04/schema +150 -0
- data/ext/rj_schema/rapidjson/bin/encodings/utf16be.json +0 -0
- data/ext/rj_schema/rapidjson/bin/encodings/utf16bebom.json +0 -0
- data/ext/rj_schema/rapidjson/bin/encodings/utf16le.json +0 -0
- data/ext/rj_schema/rapidjson/bin/encodings/utf16lebom.json +0 -0
- data/ext/rj_schema/rapidjson/bin/encodings/utf32be.json +0 -0
- data/ext/rj_schema/rapidjson/bin/encodings/utf32bebom.json +0 -0
- data/ext/rj_schema/rapidjson/bin/encodings/utf32le.json +0 -0
- data/ext/rj_schema/rapidjson/bin/encodings/utf32lebom.json +0 -0
- data/ext/rj_schema/rapidjson/bin/encodings/utf8.json +7 -0
- data/ext/rj_schema/rapidjson/bin/encodings/utf8bom.json +7 -0
- data/ext/rj_schema/rapidjson/bin/jsonchecker/fail1.json +1 -0
- data/ext/rj_schema/rapidjson/bin/jsonchecker/fail10.json +1 -0
- data/ext/rj_schema/rapidjson/bin/jsonchecker/fail11.json +1 -0
- data/ext/rj_schema/rapidjson/bin/jsonchecker/fail12.json +1 -0
- data/ext/rj_schema/rapidjson/bin/jsonchecker/fail13.json +1 -0
- data/ext/rj_schema/rapidjson/bin/jsonchecker/fail14.json +1 -0
- data/ext/rj_schema/rapidjson/bin/jsonchecker/fail15.json +1 -0
- data/ext/rj_schema/rapidjson/bin/jsonchecker/fail16.json +1 -0
- data/ext/rj_schema/rapidjson/bin/jsonchecker/fail17.json +1 -0
- data/ext/rj_schema/rapidjson/bin/jsonchecker/fail18.json +1 -0
- data/ext/rj_schema/rapidjson/bin/jsonchecker/fail19.json +1 -0
- data/ext/rj_schema/rapidjson/bin/jsonchecker/fail2.json +1 -0
- data/ext/rj_schema/rapidjson/bin/jsonchecker/fail20.json +1 -0
- data/ext/rj_schema/rapidjson/bin/jsonchecker/fail21.json +1 -0
- data/ext/rj_schema/rapidjson/bin/jsonchecker/fail22.json +1 -0
- data/ext/rj_schema/rapidjson/bin/jsonchecker/fail23.json +1 -0
- data/ext/rj_schema/rapidjson/bin/jsonchecker/fail24.json +1 -0
- data/ext/rj_schema/rapidjson/bin/jsonchecker/fail25.json +1 -0
- data/ext/rj_schema/rapidjson/bin/jsonchecker/fail26.json +1 -0
- data/ext/rj_schema/rapidjson/bin/jsonchecker/fail27.json +2 -0
- data/ext/rj_schema/rapidjson/bin/jsonchecker/fail28.json +2 -0
- data/ext/rj_schema/rapidjson/bin/jsonchecker/fail29.json +1 -0
- data/ext/rj_schema/rapidjson/bin/jsonchecker/fail3.json +1 -0
- data/ext/rj_schema/rapidjson/bin/jsonchecker/fail30.json +1 -0
- data/ext/rj_schema/rapidjson/bin/jsonchecker/fail31.json +1 -0
- data/ext/rj_schema/rapidjson/bin/jsonchecker/fail32.json +1 -0
- data/ext/rj_schema/rapidjson/bin/jsonchecker/fail33.json +1 -0
- data/ext/rj_schema/rapidjson/bin/jsonchecker/fail4.json +1 -0
- data/ext/rj_schema/rapidjson/bin/jsonchecker/fail5.json +1 -0
- data/ext/rj_schema/rapidjson/bin/jsonchecker/fail6.json +1 -0
- data/ext/rj_schema/rapidjson/bin/jsonchecker/fail7.json +1 -0
- data/ext/rj_schema/rapidjson/bin/jsonchecker/fail8.json +1 -0
- data/ext/rj_schema/rapidjson/bin/jsonchecker/fail9.json +1 -0
- data/ext/rj_schema/rapidjson/bin/jsonchecker/pass1.json +58 -0
- data/ext/rj_schema/rapidjson/bin/jsonchecker/pass2.json +1 -0
- data/ext/rj_schema/rapidjson/bin/jsonchecker/pass3.json +6 -0
- data/ext/rj_schema/rapidjson/bin/jsonchecker/readme.txt +3 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/LICENSE +19 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/README.md +148 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/bin/jsonschema_suite +283 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/remotes/folder/folderInteger.json +3 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/remotes/integer.json +3 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/remotes/subSchemas.json +8 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/additionalItems.json +82 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/additionalProperties.json +88 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/default.json +49 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/dependencies.json +108 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/disallow.json +80 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/divisibleBy.json +60 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/enum.json +71 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/extends.json +94 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/items.json +46 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/maxItems.json +28 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/maxLength.json +33 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/maximum.json +42 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/minItems.json +28 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/minLength.json +33 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/minimum.json +42 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/optional/bignum.json +107 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/optional/format.json +222 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/optional/jsregex.json +18 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/optional/zeroTerminatedFloats.json +15 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/pattern.json +34 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/patternProperties.json +110 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/properties.json +92 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/ref.json +159 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/refRemote.json +74 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/required.json +53 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/type.json +474 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/uniqueItems.json +79 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/additionalItems.json +82 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/additionalProperties.json +88 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/allOf.json +112 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/anyOf.json +68 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/default.json +49 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/definitions.json +32 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/dependencies.json +113 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/enum.json +72 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/items.json +46 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/maxItems.json +28 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/maxLength.json +33 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/maxProperties.json +28 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/maximum.json +42 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/minItems.json +28 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/minLength.json +33 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/minProperties.json +28 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/minimum.json +42 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/multipleOf.json +60 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/not.json +96 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/oneOf.json +68 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/optional/bignum.json +107 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/optional/format.json +148 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/optional/zeroTerminatedFloats.json +15 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/pattern.json +34 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/patternProperties.json +110 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/properties.json +92 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/ref.json +159 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/refRemote.json +74 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/required.json +39 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/type.json +330 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/uniqueItems.json +79 -0
- data/ext/rj_schema/rapidjson/bin/jsonschema/tox.ini +8 -0
- data/ext/rj_schema/rapidjson/bin/types/booleans.json +102 -0
- data/ext/rj_schema/rapidjson/bin/types/floats.json +102 -0
- data/ext/rj_schema/rapidjson/bin/types/guids.json +102 -0
- data/ext/rj_schema/rapidjson/bin/types/integers.json +102 -0
- data/ext/rj_schema/rapidjson/bin/types/mixed.json +592 -0
- data/ext/rj_schema/rapidjson/bin/types/nulls.json +102 -0
- data/ext/rj_schema/rapidjson/bin/types/paragraphs.json +102 -0
- data/ext/rj_schema/rapidjson/bin/types/readme.txt +1 -0
- data/ext/rj_schema/rapidjson/contrib/natvis/LICENSE +45 -0
- data/ext/rj_schema/rapidjson/contrib/natvis/README.md +7 -0
- data/ext/rj_schema/rapidjson/contrib/natvis/rapidjson.natvis +38 -0
- data/ext/rj_schema/rapidjson/doc/CMakeLists.txt +27 -0
- data/ext/rj_schema/rapidjson/doc/Doxyfile.in +2369 -0
- data/ext/rj_schema/rapidjson/doc/Doxyfile.zh-cn.in +2369 -0
- data/ext/rj_schema/rapidjson/doc/diagram/architecture.dot +50 -0
- data/ext/rj_schema/rapidjson/doc/diagram/architecture.png +0 -0
- data/ext/rj_schema/rapidjson/doc/diagram/insituparsing.dot +65 -0
- data/ext/rj_schema/rapidjson/doc/diagram/insituparsing.png +0 -0
- data/ext/rj_schema/rapidjson/doc/diagram/iterative-parser-states-diagram.dot +62 -0
- data/ext/rj_schema/rapidjson/doc/diagram/iterative-parser-states-diagram.png +0 -0
- data/ext/rj_schema/rapidjson/doc/diagram/makefile +8 -0
- data/ext/rj_schema/rapidjson/doc/diagram/move1.dot +47 -0
- data/ext/rj_schema/rapidjson/doc/diagram/move1.png +0 -0
- data/ext/rj_schema/rapidjson/doc/diagram/move2.dot +62 -0
- data/ext/rj_schema/rapidjson/doc/diagram/move2.png +0 -0
- data/ext/rj_schema/rapidjson/doc/diagram/move3.dot +60 -0
- data/ext/rj_schema/rapidjson/doc/diagram/move3.png +0 -0
- data/ext/rj_schema/rapidjson/doc/diagram/normalparsing.dot +56 -0
- data/ext/rj_schema/rapidjson/doc/diagram/normalparsing.png +0 -0
- data/ext/rj_schema/rapidjson/doc/diagram/simpledom.dot +54 -0
- data/ext/rj_schema/rapidjson/doc/diagram/simpledom.png +0 -0
- data/ext/rj_schema/rapidjson/doc/diagram/tutorial.dot +58 -0
- data/ext/rj_schema/rapidjson/doc/diagram/tutorial.png +0 -0
- data/ext/rj_schema/rapidjson/doc/diagram/utilityclass.dot +73 -0
- data/ext/rj_schema/rapidjson/doc/diagram/utilityclass.png +0 -0
- data/ext/rj_schema/rapidjson/doc/dom.md +280 -0
- data/ext/rj_schema/rapidjson/doc/dom.zh-cn.md +284 -0
- data/ext/rj_schema/rapidjson/doc/encoding.md +146 -0
- data/ext/rj_schema/rapidjson/doc/encoding.zh-cn.md +152 -0
- data/ext/rj_schema/rapidjson/doc/faq.md +289 -0
- data/ext/rj_schema/rapidjson/doc/faq.zh-cn.md +290 -0
- data/ext/rj_schema/rapidjson/doc/features.md +104 -0
- data/ext/rj_schema/rapidjson/doc/features.zh-cn.md +103 -0
- data/ext/rj_schema/rapidjson/doc/internals.md +368 -0
- data/ext/rj_schema/rapidjson/doc/internals.zh-cn.md +363 -0
- data/ext/rj_schema/rapidjson/doc/logo/rapidjson.png +0 -0
- data/ext/rj_schema/rapidjson/doc/logo/rapidjson.svg +119 -0
- data/ext/rj_schema/rapidjson/doc/misc/DoxygenLayout.xml +194 -0
- data/ext/rj_schema/rapidjson/doc/misc/doxygenextra.css +274 -0
- data/ext/rj_schema/rapidjson/doc/misc/footer.html +11 -0
- data/ext/rj_schema/rapidjson/doc/misc/header.html +24 -0
- data/ext/rj_schema/rapidjson/doc/npm.md +31 -0
- data/ext/rj_schema/rapidjson/doc/performance.md +26 -0
- data/ext/rj_schema/rapidjson/doc/performance.zh-cn.md +26 -0
- data/ext/rj_schema/rapidjson/doc/pointer.md +234 -0
- data/ext/rj_schema/rapidjson/doc/pointer.zh-cn.md +234 -0
- data/ext/rj_schema/rapidjson/doc/sax.md +509 -0
- data/ext/rj_schema/rapidjson/doc/sax.zh-cn.md +487 -0
- data/ext/rj_schema/rapidjson/doc/schema.md +505 -0
- data/ext/rj_schema/rapidjson/doc/schema.zh-cn.md +237 -0
- data/ext/rj_schema/rapidjson/doc/stream.md +426 -0
- data/ext/rj_schema/rapidjson/doc/stream.zh-cn.md +426 -0
- data/ext/rj_schema/rapidjson/doc/tutorial.md +536 -0
- data/ext/rj_schema/rapidjson/doc/tutorial.zh-cn.md +534 -0
- data/ext/rj_schema/rapidjson/docker/debian/Dockerfile +8 -0
- data/ext/rj_schema/rapidjson/example/CMakeLists.txt +45 -0
- data/ext/rj_schema/rapidjson/example/archiver/archiver.cpp +292 -0
- data/ext/rj_schema/rapidjson/example/archiver/archiver.h +145 -0
- data/ext/rj_schema/rapidjson/example/archiver/archivertest.cpp +287 -0
- data/ext/rj_schema/rapidjson/example/capitalize/capitalize.cpp +67 -0
- data/ext/rj_schema/rapidjson/example/condense/condense.cpp +32 -0
- data/ext/rj_schema/rapidjson/example/filterkey/filterkey.cpp +135 -0
- data/ext/rj_schema/rapidjson/example/filterkeydom/filterkeydom.cpp +170 -0
- data/ext/rj_schema/rapidjson/example/jsonx/jsonx.cpp +207 -0
- data/ext/rj_schema/rapidjson/example/lookaheadparser/lookaheadparser.cpp +350 -0
- data/ext/rj_schema/rapidjson/example/messagereader/messagereader.cpp +105 -0
- data/ext/rj_schema/rapidjson/example/parsebyparts/parsebyparts.cpp +176 -0
- data/ext/rj_schema/rapidjson/example/pretty/pretty.cpp +30 -0
- data/ext/rj_schema/rapidjson/example/prettyauto/prettyauto.cpp +56 -0
- data/ext/rj_schema/rapidjson/example/schemavalidator/schemavalidator.cpp +78 -0
- data/ext/rj_schema/rapidjson/example/serialize/serialize.cpp +173 -0
- data/ext/rj_schema/rapidjson/example/simpledom/simpledom.cpp +29 -0
- data/ext/rj_schema/rapidjson/example/simplepullreader/simplepullreader.cpp +53 -0
- data/ext/rj_schema/rapidjson/example/simplereader/simplereader.cpp +42 -0
- data/ext/rj_schema/rapidjson/example/simplewriter/simplewriter.cpp +36 -0
- data/ext/rj_schema/rapidjson/example/tutorial/tutorial.cpp +151 -0
- data/ext/rj_schema/rapidjson/include/rapidjson/allocators.h +271 -0
- data/ext/rj_schema/rapidjson/include/rapidjson/cursorstreamwrapper.h +78 -0
- data/ext/rj_schema/rapidjson/include/rapidjson/document.h +2630 -0
- data/ext/rj_schema/rapidjson/include/rapidjson/encodedstream.h +299 -0
- data/ext/rj_schema/rapidjson/include/rapidjson/encodings.h +716 -0
- data/ext/rj_schema/rapidjson/include/rapidjson/error/en.h +74 -0
- data/ext/rj_schema/rapidjson/include/rapidjson/error/error.h +161 -0
- data/ext/rj_schema/rapidjson/include/rapidjson/filereadstream.h +99 -0
- data/ext/rj_schema/rapidjson/include/rapidjson/filewritestream.h +104 -0
- data/ext/rj_schema/rapidjson/include/rapidjson/fwd.h +151 -0
- data/ext/rj_schema/rapidjson/include/rapidjson/internal/biginteger.h +290 -0
- data/ext/rj_schema/rapidjson/include/rapidjson/internal/diyfp.h +258 -0
- data/ext/rj_schema/rapidjson/include/rapidjson/internal/dtoa.h +245 -0
- data/ext/rj_schema/rapidjson/include/rapidjson/internal/ieee754.h +78 -0
- data/ext/rj_schema/rapidjson/include/rapidjson/internal/itoa.h +304 -0
- data/ext/rj_schema/rapidjson/include/rapidjson/internal/meta.h +181 -0
- data/ext/rj_schema/rapidjson/include/rapidjson/internal/pow10.h +55 -0
- data/ext/rj_schema/rapidjson/include/rapidjson/internal/regex.h +734 -0
- data/ext/rj_schema/rapidjson/include/rapidjson/internal/stack.h +231 -0
- data/ext/rj_schema/rapidjson/include/rapidjson/internal/strfunc.h +69 -0
- data/ext/rj_schema/rapidjson/include/rapidjson/internal/strtod.h +269 -0
- data/ext/rj_schema/rapidjson/include/rapidjson/internal/swap.h +46 -0
- data/ext/rj_schema/rapidjson/include/rapidjson/istreamwrapper.h +115 -0
- data/ext/rj_schema/rapidjson/include/rapidjson/memorybuffer.h +70 -0
- data/ext/rj_schema/rapidjson/include/rapidjson/memorystream.h +71 -0
- data/ext/rj_schema/rapidjson/include/rapidjson/msinttypes/inttypes.h +316 -0
- data/ext/rj_schema/rapidjson/include/rapidjson/msinttypes/stdint.h +300 -0
- data/ext/rj_schema/rapidjson/include/rapidjson/ostreamwrapper.h +81 -0
- data/ext/rj_schema/rapidjson/include/rapidjson/pointer.h +1363 -0
- data/ext/rj_schema/rapidjson/include/rapidjson/prettywriter.h +277 -0
- data/ext/rj_schema/rapidjson/include/rapidjson/rapidjson.h +628 -0
- data/ext/rj_schema/rapidjson/include/rapidjson/reader.h +2222 -0
- data/ext/rj_schema/rapidjson/include/rapidjson/schema.h +2479 -0
- data/ext/rj_schema/rapidjson/include/rapidjson/stream.h +223 -0
- data/ext/rj_schema/rapidjson/include/rapidjson/stringbuffer.h +121 -0
- data/ext/rj_schema/rapidjson/include/rapidjson/writer.h +716 -0
- data/ext/rj_schema/rapidjson/include_dirs.js +2 -0
- data/ext/rj_schema/rapidjson/library.json +15 -0
- data/ext/rj_schema/rapidjson/license.txt +57 -0
- data/ext/rj_schema/rapidjson/package.json +24 -0
- data/ext/rj_schema/rapidjson/rapidjson.autopkg +77 -0
- data/ext/rj_schema/rapidjson/readme.md +160 -0
- data/ext/rj_schema/rapidjson/readme.zh-cn.md +152 -0
- data/ext/rj_schema/rapidjson/test/CMakeLists.txt +20 -0
- data/ext/rj_schema/rapidjson/test/perftest/CMakeLists.txt +28 -0
- data/ext/rj_schema/rapidjson/test/perftest/misctest.cpp +974 -0
- data/ext/rj_schema/rapidjson/test/perftest/perftest.cpp +24 -0
- data/ext/rj_schema/rapidjson/test/perftest/perftest.h +185 -0
- data/ext/rj_schema/rapidjson/test/perftest/platformtest.cpp +166 -0
- data/ext/rj_schema/rapidjson/test/perftest/rapidjsontest.cpp +472 -0
- data/ext/rj_schema/rapidjson/test/perftest/schematest.cpp +216 -0
- data/ext/rj_schema/rapidjson/test/unittest/CMakeLists.txt +92 -0
- data/ext/rj_schema/rapidjson/test/unittest/allocatorstest.cpp +102 -0
- data/ext/rj_schema/rapidjson/test/unittest/bigintegertest.cpp +133 -0
- data/ext/rj_schema/rapidjson/test/unittest/cursorstreamwrappertest.cpp +115 -0
- data/ext/rj_schema/rapidjson/test/unittest/documenttest.cpp +672 -0
- data/ext/rj_schema/rapidjson/test/unittest/dtoatest.cpp +98 -0
- data/ext/rj_schema/rapidjson/test/unittest/encodedstreamtest.cpp +313 -0
- data/ext/rj_schema/rapidjson/test/unittest/encodingstest.cpp +451 -0
- data/ext/rj_schema/rapidjson/test/unittest/filestreamtest.cpp +112 -0
- data/ext/rj_schema/rapidjson/test/unittest/fwdtest.cpp +230 -0
- data/ext/rj_schema/rapidjson/test/unittest/istreamwrappertest.cpp +181 -0
- data/ext/rj_schema/rapidjson/test/unittest/itoatest.cpp +160 -0
- data/ext/rj_schema/rapidjson/test/unittest/jsoncheckertest.cpp +143 -0
- data/ext/rj_schema/rapidjson/test/unittest/namespacetest.cpp +70 -0
- data/ext/rj_schema/rapidjson/test/unittest/ostreamwrappertest.cpp +92 -0
- data/ext/rj_schema/rapidjson/test/unittest/pointertest.cpp +1529 -0
- data/ext/rj_schema/rapidjson/test/unittest/prettywritertest.cpp +344 -0
- data/ext/rj_schema/rapidjson/test/unittest/readertest.cpp +1895 -0
- data/ext/rj_schema/rapidjson/test/unittest/regextest.cpp +638 -0
- data/ext/rj_schema/rapidjson/test/unittest/schematest.cpp +2009 -0
- data/ext/rj_schema/rapidjson/test/unittest/simdtest.cpp +219 -0
- data/ext/rj_schema/rapidjson/test/unittest/strfunctest.cpp +30 -0
- data/ext/rj_schema/rapidjson/test/unittest/stringbuffertest.cpp +192 -0
- data/ext/rj_schema/rapidjson/test/unittest/strtodtest.cpp +132 -0
- data/ext/rj_schema/rapidjson/test/unittest/unittest.cpp +51 -0
- data/ext/rj_schema/rapidjson/test/unittest/unittest.h +140 -0
- data/ext/rj_schema/rapidjson/test/unittest/valuetest.cpp +1829 -0
- data/ext/rj_schema/rapidjson/test/unittest/writertest.cpp +598 -0
- data/ext/rj_schema/rapidjson/test/valgrind.supp +17 -0
- data/ext/rj_schema/rapidjson/travis-doxygen.sh +121 -0
- data/ext/rj_schema/rj_schema.cpp +136 -0
- data/lib/rj_schema.rb +7 -0
- metadata +371 -0
|
@@ -0,0 +1,219 @@
|
|
|
1
|
+
// Tencent is pleased to support the open source community by making RapidJSON available.
|
|
2
|
+
//
|
|
3
|
+
// Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved.
|
|
4
|
+
//
|
|
5
|
+
// Licensed under the MIT License (the "License"); you may not use this file except
|
|
6
|
+
// in compliance with the License. You may obtain a copy of the License at
|
|
7
|
+
//
|
|
8
|
+
// http://opensource.org/licenses/MIT
|
|
9
|
+
//
|
|
10
|
+
// Unless required by applicable law or agreed to in writing, software distributed
|
|
11
|
+
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
|
12
|
+
// CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
|
13
|
+
// specific language governing permissions and limitations under the License.
|
|
14
|
+
|
|
15
|
+
// Since Travis CI installs old Valgrind 3.7.0, which fails with some SSE4.2
|
|
16
|
+
// The unit tests prefix with SIMD should be skipped by Valgrind test
|
|
17
|
+
|
|
18
|
+
// __SSE2__ and __SSE4_2__ are recognized by gcc, clang, and the Intel compiler.
|
|
19
|
+
// We use -march=native with gmake to enable -msse2 and -msse4.2, if supported.
|
|
20
|
+
#if defined(__SSE4_2__)
|
|
21
|
+
# define RAPIDJSON_SSE42
|
|
22
|
+
#elif defined(__SSE2__)
|
|
23
|
+
# define RAPIDJSON_SSE2
|
|
24
|
+
#elif defined(__ARM_NEON)
|
|
25
|
+
# define RAPIDJSON_NEON
|
|
26
|
+
#endif
|
|
27
|
+
|
|
28
|
+
#define RAPIDJSON_NAMESPACE rapidjson_simd
|
|
29
|
+
|
|
30
|
+
#include "unittest.h"
|
|
31
|
+
|
|
32
|
+
#include "rapidjson/reader.h"
|
|
33
|
+
#include "rapidjson/writer.h"
|
|
34
|
+
|
|
35
|
+
#ifdef __GNUC__
|
|
36
|
+
RAPIDJSON_DIAG_PUSH
|
|
37
|
+
RAPIDJSON_DIAG_OFF(effc++)
|
|
38
|
+
#endif
|
|
39
|
+
|
|
40
|
+
using namespace rapidjson_simd;
|
|
41
|
+
|
|
42
|
+
#ifdef RAPIDJSON_SSE2
|
|
43
|
+
#define SIMD_SUFFIX(name) name##_SSE2
|
|
44
|
+
#elif defined(RAPIDJSON_SSE42)
|
|
45
|
+
#define SIMD_SUFFIX(name) name##_SSE42
|
|
46
|
+
#elif defined(RAPIDJSON_NEON)
|
|
47
|
+
#define SIMD_SUFFIX(name) name##_NEON
|
|
48
|
+
#else
|
|
49
|
+
#define SIMD_SUFFIX(name) name
|
|
50
|
+
#endif
|
|
51
|
+
|
|
52
|
+
template <typename StreamType>
|
|
53
|
+
void TestSkipWhitespace() {
|
|
54
|
+
for (size_t step = 1; step < 32; step++) {
|
|
55
|
+
char buffer[1025];
|
|
56
|
+
for (size_t i = 0; i < 1024; i++)
|
|
57
|
+
buffer[i] = " \t\r\n"[i % 4];
|
|
58
|
+
for (size_t i = 0; i < 1024; i += step)
|
|
59
|
+
buffer[i] = 'X';
|
|
60
|
+
buffer[1024] = '\0';
|
|
61
|
+
|
|
62
|
+
StreamType s(buffer);
|
|
63
|
+
size_t i = 0;
|
|
64
|
+
for (;;) {
|
|
65
|
+
SkipWhitespace(s);
|
|
66
|
+
if (s.Peek() == '\0')
|
|
67
|
+
break;
|
|
68
|
+
EXPECT_EQ(i, s.Tell());
|
|
69
|
+
EXPECT_EQ('X', s.Take());
|
|
70
|
+
i += step;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
TEST(SIMD, SIMD_SUFFIX(SkipWhitespace)) {
|
|
76
|
+
TestSkipWhitespace<StringStream>();
|
|
77
|
+
TestSkipWhitespace<InsituStringStream>();
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
TEST(SIMD, SIMD_SUFFIX(SkipWhitespace_EncodedMemoryStream)) {
|
|
81
|
+
for (size_t step = 1; step < 32; step++) {
|
|
82
|
+
char buffer[1024];
|
|
83
|
+
for (size_t i = 0; i < 1024; i++)
|
|
84
|
+
buffer[i] = " \t\r\n"[i % 4];
|
|
85
|
+
for (size_t i = 0; i < 1024; i += step)
|
|
86
|
+
buffer[i] = 'X';
|
|
87
|
+
|
|
88
|
+
MemoryStream ms(buffer, 1024);
|
|
89
|
+
EncodedInputStream<UTF8<>, MemoryStream> s(ms);
|
|
90
|
+
size_t i = 0;
|
|
91
|
+
for (;;) {
|
|
92
|
+
SkipWhitespace(s);
|
|
93
|
+
if (s.Peek() == '\0')
|
|
94
|
+
break;
|
|
95
|
+
//EXPECT_EQ(i, s.Tell());
|
|
96
|
+
EXPECT_EQ('X', s.Take());
|
|
97
|
+
i += step;
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
struct ScanCopyUnescapedStringHandler : BaseReaderHandler<UTF8<>, ScanCopyUnescapedStringHandler> {
|
|
103
|
+
bool String(const char* str, size_t length, bool) {
|
|
104
|
+
memcpy(buffer, str, length + 1);
|
|
105
|
+
return true;
|
|
106
|
+
}
|
|
107
|
+
char buffer[1024 + 5 + 32];
|
|
108
|
+
};
|
|
109
|
+
|
|
110
|
+
template <unsigned parseFlags, typename StreamType>
|
|
111
|
+
void TestScanCopyUnescapedString() {
|
|
112
|
+
char buffer[1024 + 5 + 32];
|
|
113
|
+
char backup[1024 + 5 + 32];
|
|
114
|
+
|
|
115
|
+
// Test "ABCDABCD...\\"
|
|
116
|
+
for (size_t offset = 0; offset < 32; offset++) {
|
|
117
|
+
for (size_t step = 0; step < 1024; step++) {
|
|
118
|
+
char* json = buffer + offset;
|
|
119
|
+
char *p = json;
|
|
120
|
+
*p++ = '\"';
|
|
121
|
+
for (size_t i = 0; i < step; i++)
|
|
122
|
+
*p++ = "ABCD"[i % 4];
|
|
123
|
+
*p++ = '\\';
|
|
124
|
+
*p++ = '\\';
|
|
125
|
+
*p++ = '\"';
|
|
126
|
+
*p++ = '\0';
|
|
127
|
+
strcpy(backup, json); // insitu parsing will overwrite buffer, so need to backup first
|
|
128
|
+
|
|
129
|
+
StreamType s(json);
|
|
130
|
+
Reader reader;
|
|
131
|
+
ScanCopyUnescapedStringHandler h;
|
|
132
|
+
reader.Parse<parseFlags>(s, h);
|
|
133
|
+
EXPECT_TRUE(memcmp(h.buffer, backup + 1, step) == 0);
|
|
134
|
+
EXPECT_EQ('\\', h.buffer[step]); // escaped
|
|
135
|
+
EXPECT_EQ('\0', h.buffer[step + 1]);
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
// Test "\\ABCDABCD..."
|
|
140
|
+
for (size_t offset = 0; offset < 32; offset++) {
|
|
141
|
+
for (size_t step = 0; step < 1024; step++) {
|
|
142
|
+
char* json = buffer + offset;
|
|
143
|
+
char *p = json;
|
|
144
|
+
*p++ = '\"';
|
|
145
|
+
*p++ = '\\';
|
|
146
|
+
*p++ = '\\';
|
|
147
|
+
for (size_t i = 0; i < step; i++)
|
|
148
|
+
*p++ = "ABCD"[i % 4];
|
|
149
|
+
*p++ = '\"';
|
|
150
|
+
*p++ = '\0';
|
|
151
|
+
strcpy(backup, json); // insitu parsing will overwrite buffer, so need to backup first
|
|
152
|
+
|
|
153
|
+
StreamType s(json);
|
|
154
|
+
Reader reader;
|
|
155
|
+
ScanCopyUnescapedStringHandler h;
|
|
156
|
+
reader.Parse<parseFlags>(s, h);
|
|
157
|
+
EXPECT_TRUE(memcmp(h.buffer + 1, backup + 3, step) == 0);
|
|
158
|
+
EXPECT_EQ('\\', h.buffer[0]); // escaped
|
|
159
|
+
EXPECT_EQ('\0', h.buffer[step + 1]);
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
TEST(SIMD, SIMD_SUFFIX(ScanCopyUnescapedString)) {
|
|
165
|
+
TestScanCopyUnescapedString<kParseDefaultFlags, StringStream>();
|
|
166
|
+
TestScanCopyUnescapedString<kParseInsituFlag, InsituStringStream>();
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
TEST(SIMD, SIMD_SUFFIX(ScanWriteUnescapedString)) {
|
|
170
|
+
char buffer[2048 + 1 + 32];
|
|
171
|
+
for (size_t offset = 0; offset < 32; offset++) {
|
|
172
|
+
for (size_t step = 0; step < 1024; step++) {
|
|
173
|
+
char* s = buffer + offset;
|
|
174
|
+
char* p = s;
|
|
175
|
+
for (size_t i = 0; i < step; i++)
|
|
176
|
+
*p++ = "ABCD"[i % 4];
|
|
177
|
+
char escape = "\0\n\\\""[step % 4];
|
|
178
|
+
*p++ = escape;
|
|
179
|
+
for (size_t i = 0; i < step; i++)
|
|
180
|
+
*p++ = "ABCD"[i % 4];
|
|
181
|
+
|
|
182
|
+
StringBuffer sb;
|
|
183
|
+
Writer<StringBuffer> writer(sb);
|
|
184
|
+
writer.String(s, SizeType(step * 2 + 1));
|
|
185
|
+
const char* q = sb.GetString();
|
|
186
|
+
EXPECT_EQ('\"', *q++);
|
|
187
|
+
for (size_t i = 0; i < step; i++)
|
|
188
|
+
EXPECT_EQ("ABCD"[i % 4], *q++);
|
|
189
|
+
if (escape == '\0') {
|
|
190
|
+
EXPECT_EQ('\\', *q++);
|
|
191
|
+
EXPECT_EQ('u', *q++);
|
|
192
|
+
EXPECT_EQ('0', *q++);
|
|
193
|
+
EXPECT_EQ('0', *q++);
|
|
194
|
+
EXPECT_EQ('0', *q++);
|
|
195
|
+
EXPECT_EQ('0', *q++);
|
|
196
|
+
}
|
|
197
|
+
else if (escape == '\n') {
|
|
198
|
+
EXPECT_EQ('\\', *q++);
|
|
199
|
+
EXPECT_EQ('n', *q++);
|
|
200
|
+
}
|
|
201
|
+
else if (escape == '\\') {
|
|
202
|
+
EXPECT_EQ('\\', *q++);
|
|
203
|
+
EXPECT_EQ('\\', *q++);
|
|
204
|
+
}
|
|
205
|
+
else if (escape == '\"') {
|
|
206
|
+
EXPECT_EQ('\\', *q++);
|
|
207
|
+
EXPECT_EQ('\"', *q++);
|
|
208
|
+
}
|
|
209
|
+
for (size_t i = 0; i < step; i++)
|
|
210
|
+
EXPECT_EQ("ABCD"[i % 4], *q++);
|
|
211
|
+
EXPECT_EQ('\"', *q++);
|
|
212
|
+
EXPECT_EQ('\0', *q++);
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
#ifdef __GNUC__
|
|
218
|
+
RAPIDJSON_DIAG_POP
|
|
219
|
+
#endif
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
// Tencent is pleased to support the open source community by making RapidJSON available.
|
|
2
|
+
//
|
|
3
|
+
// Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved.
|
|
4
|
+
//
|
|
5
|
+
// Licensed under the MIT License (the "License"); you may not use this file except
|
|
6
|
+
// in compliance with the License. You may obtain a copy of the License at
|
|
7
|
+
//
|
|
8
|
+
// http://opensource.org/licenses/MIT
|
|
9
|
+
//
|
|
10
|
+
// Unless required by applicable law or agreed to in writing, software distributed
|
|
11
|
+
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
|
12
|
+
// CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
|
13
|
+
// specific language governing permissions and limitations under the License.
|
|
14
|
+
|
|
15
|
+
#include "unittest.h"
|
|
16
|
+
#include "rapidjson/internal/strfunc.h"
|
|
17
|
+
|
|
18
|
+
using namespace rapidjson;
|
|
19
|
+
using namespace rapidjson::internal;
|
|
20
|
+
|
|
21
|
+
TEST(StrFunc, CountStringCodePoint) {
|
|
22
|
+
SizeType count;
|
|
23
|
+
EXPECT_TRUE(CountStringCodePoint<UTF8<> >("", 0, &count));
|
|
24
|
+
EXPECT_EQ(0u, count);
|
|
25
|
+
EXPECT_TRUE(CountStringCodePoint<UTF8<> >("Hello", 5, &count));
|
|
26
|
+
EXPECT_EQ(5u, count);
|
|
27
|
+
EXPECT_TRUE(CountStringCodePoint<UTF8<> >("\xC2\xA2\xE2\x82\xAC\xF0\x9D\x84\x9E", 9, &count)); // cents euro G-clef
|
|
28
|
+
EXPECT_EQ(3u, count);
|
|
29
|
+
EXPECT_FALSE(CountStringCodePoint<UTF8<> >("\xC2\xA2\xE2\x82\xAC\xF0\x9D\x84\x9E\x80", 10, &count));
|
|
30
|
+
}
|
|
@@ -0,0 +1,192 @@
|
|
|
1
|
+
// Tencent is pleased to support the open source community by making RapidJSON available.
|
|
2
|
+
//
|
|
3
|
+
// Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved.
|
|
4
|
+
//
|
|
5
|
+
// Licensed under the MIT License (the "License"); you may not use this file except
|
|
6
|
+
// in compliance with the License. You may obtain a copy of the License at
|
|
7
|
+
//
|
|
8
|
+
// http://opensource.org/licenses/MIT
|
|
9
|
+
//
|
|
10
|
+
// Unless required by applicable law or agreed to in writing, software distributed
|
|
11
|
+
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
|
12
|
+
// CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
|
13
|
+
// specific language governing permissions and limitations under the License.
|
|
14
|
+
|
|
15
|
+
#include "unittest.h"
|
|
16
|
+
#include "rapidjson/stringbuffer.h"
|
|
17
|
+
#include "rapidjson/writer.h"
|
|
18
|
+
|
|
19
|
+
#ifdef __clang__
|
|
20
|
+
RAPIDJSON_DIAG_PUSH
|
|
21
|
+
RAPIDJSON_DIAG_OFF(c++98-compat)
|
|
22
|
+
#endif
|
|
23
|
+
|
|
24
|
+
using namespace rapidjson;
|
|
25
|
+
|
|
26
|
+
TEST(StringBuffer, InitialSize) {
|
|
27
|
+
StringBuffer buffer;
|
|
28
|
+
EXPECT_EQ(0u, buffer.GetSize());
|
|
29
|
+
EXPECT_EQ(0u, buffer.GetLength());
|
|
30
|
+
EXPECT_STREQ("", buffer.GetString());
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
TEST(StringBuffer, Put) {
|
|
34
|
+
StringBuffer buffer;
|
|
35
|
+
buffer.Put('A');
|
|
36
|
+
|
|
37
|
+
EXPECT_EQ(1u, buffer.GetSize());
|
|
38
|
+
EXPECT_EQ(1u, buffer.GetLength());
|
|
39
|
+
EXPECT_STREQ("A", buffer.GetString());
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
TEST(StringBuffer, PutN_Issue672) {
|
|
43
|
+
GenericStringBuffer<UTF8<>, MemoryPoolAllocator<> > buffer;
|
|
44
|
+
EXPECT_EQ(0, buffer.GetSize());
|
|
45
|
+
EXPECT_EQ(0, buffer.GetLength());
|
|
46
|
+
rapidjson::PutN(buffer, ' ', 1);
|
|
47
|
+
EXPECT_EQ(1, buffer.GetSize());
|
|
48
|
+
EXPECT_EQ(1, buffer.GetLength());
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
TEST(StringBuffer, Clear) {
|
|
52
|
+
StringBuffer buffer;
|
|
53
|
+
buffer.Put('A');
|
|
54
|
+
buffer.Put('B');
|
|
55
|
+
buffer.Put('C');
|
|
56
|
+
buffer.Clear();
|
|
57
|
+
|
|
58
|
+
EXPECT_EQ(0u, buffer.GetSize());
|
|
59
|
+
EXPECT_EQ(0u, buffer.GetLength());
|
|
60
|
+
EXPECT_STREQ("", buffer.GetString());
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
TEST(StringBuffer, Push) {
|
|
64
|
+
StringBuffer buffer;
|
|
65
|
+
buffer.Push(5);
|
|
66
|
+
|
|
67
|
+
EXPECT_EQ(5u, buffer.GetSize());
|
|
68
|
+
EXPECT_EQ(5u, buffer.GetLength());
|
|
69
|
+
|
|
70
|
+
// Causes sudden expansion to make the stack's capacity equal to size
|
|
71
|
+
buffer.Push(65536u);
|
|
72
|
+
EXPECT_EQ(5u + 65536u, buffer.GetSize());
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
TEST(StringBuffer, Pop) {
|
|
76
|
+
StringBuffer buffer;
|
|
77
|
+
buffer.Put('A');
|
|
78
|
+
buffer.Put('B');
|
|
79
|
+
buffer.Put('C');
|
|
80
|
+
buffer.Put('D');
|
|
81
|
+
buffer.Put('E');
|
|
82
|
+
buffer.Pop(3);
|
|
83
|
+
|
|
84
|
+
EXPECT_EQ(2u, buffer.GetSize());
|
|
85
|
+
EXPECT_EQ(2u, buffer.GetLength());
|
|
86
|
+
EXPECT_STREQ("AB", buffer.GetString());
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
TEST(StringBuffer, GetLength_Issue744) {
|
|
90
|
+
GenericStringBuffer<UTF16<wchar_t> > buffer;
|
|
91
|
+
buffer.Put('A');
|
|
92
|
+
buffer.Put('B');
|
|
93
|
+
buffer.Put('C');
|
|
94
|
+
EXPECT_EQ(3u * sizeof(wchar_t), buffer.GetSize());
|
|
95
|
+
EXPECT_EQ(3u, buffer.GetLength());
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
#if RAPIDJSON_HAS_CXX11_RVALUE_REFS
|
|
99
|
+
|
|
100
|
+
#if 0 // Many old compiler does not support these. Turn it off temporaily.
|
|
101
|
+
|
|
102
|
+
#include <type_traits>
|
|
103
|
+
|
|
104
|
+
TEST(StringBuffer, Traits) {
|
|
105
|
+
static_assert( std::is_constructible<StringBuffer>::value, "");
|
|
106
|
+
static_assert( std::is_default_constructible<StringBuffer>::value, "");
|
|
107
|
+
#ifndef _MSC_VER
|
|
108
|
+
static_assert(!std::is_copy_constructible<StringBuffer>::value, "");
|
|
109
|
+
#endif
|
|
110
|
+
static_assert( std::is_move_constructible<StringBuffer>::value, "");
|
|
111
|
+
|
|
112
|
+
static_assert(!std::is_nothrow_constructible<StringBuffer>::value, "");
|
|
113
|
+
static_assert(!std::is_nothrow_default_constructible<StringBuffer>::value, "");
|
|
114
|
+
|
|
115
|
+
#if !defined(_MSC_VER) || _MSC_VER >= 1800
|
|
116
|
+
static_assert(!std::is_nothrow_copy_constructible<StringBuffer>::value, "");
|
|
117
|
+
static_assert(!std::is_nothrow_move_constructible<StringBuffer>::value, "");
|
|
118
|
+
#endif
|
|
119
|
+
|
|
120
|
+
static_assert( std::is_assignable<StringBuffer,StringBuffer>::value, "");
|
|
121
|
+
#ifndef _MSC_VER
|
|
122
|
+
static_assert(!std::is_copy_assignable<StringBuffer>::value, "");
|
|
123
|
+
#endif
|
|
124
|
+
static_assert( std::is_move_assignable<StringBuffer>::value, "");
|
|
125
|
+
|
|
126
|
+
#if !defined(_MSC_VER) || _MSC_VER >= 1800
|
|
127
|
+
static_assert(!std::is_nothrow_assignable<StringBuffer, StringBuffer>::value, "");
|
|
128
|
+
#endif
|
|
129
|
+
|
|
130
|
+
static_assert(!std::is_nothrow_copy_assignable<StringBuffer>::value, "");
|
|
131
|
+
static_assert(!std::is_nothrow_move_assignable<StringBuffer>::value, "");
|
|
132
|
+
|
|
133
|
+
static_assert( std::is_destructible<StringBuffer>::value, "");
|
|
134
|
+
#ifndef _MSC_VER
|
|
135
|
+
static_assert(std::is_nothrow_destructible<StringBuffer>::value, "");
|
|
136
|
+
#endif
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
#endif
|
|
140
|
+
|
|
141
|
+
TEST(StringBuffer, MoveConstructor) {
|
|
142
|
+
StringBuffer x;
|
|
143
|
+
x.Put('A');
|
|
144
|
+
x.Put('B');
|
|
145
|
+
x.Put('C');
|
|
146
|
+
x.Put('D');
|
|
147
|
+
|
|
148
|
+
EXPECT_EQ(4u, x.GetSize());
|
|
149
|
+
EXPECT_EQ(4u, x.GetLength());
|
|
150
|
+
EXPECT_STREQ("ABCD", x.GetString());
|
|
151
|
+
|
|
152
|
+
// StringBuffer y(x); // does not compile (!is_copy_constructible)
|
|
153
|
+
StringBuffer y(std::move(x));
|
|
154
|
+
EXPECT_EQ(0u, x.GetSize());
|
|
155
|
+
EXPECT_EQ(0u, x.GetLength());
|
|
156
|
+
EXPECT_EQ(4u, y.GetSize());
|
|
157
|
+
EXPECT_EQ(4u, y.GetLength());
|
|
158
|
+
EXPECT_STREQ("ABCD", y.GetString());
|
|
159
|
+
|
|
160
|
+
// StringBuffer z = y; // does not compile (!is_copy_assignable)
|
|
161
|
+
StringBuffer z = std::move(y);
|
|
162
|
+
EXPECT_EQ(0u, y.GetSize());
|
|
163
|
+
EXPECT_EQ(0u, y.GetLength());
|
|
164
|
+
EXPECT_EQ(4u, z.GetSize());
|
|
165
|
+
EXPECT_EQ(4u, z.GetLength());
|
|
166
|
+
EXPECT_STREQ("ABCD", z.GetString());
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
TEST(StringBuffer, MoveAssignment) {
|
|
170
|
+
StringBuffer x;
|
|
171
|
+
x.Put('A');
|
|
172
|
+
x.Put('B');
|
|
173
|
+
x.Put('C');
|
|
174
|
+
x.Put('D');
|
|
175
|
+
|
|
176
|
+
EXPECT_EQ(4u, x.GetSize());
|
|
177
|
+
EXPECT_EQ(4u, x.GetLength());
|
|
178
|
+
EXPECT_STREQ("ABCD", x.GetString());
|
|
179
|
+
|
|
180
|
+
StringBuffer y;
|
|
181
|
+
// y = x; // does not compile (!is_copy_assignable)
|
|
182
|
+
y = std::move(x);
|
|
183
|
+
EXPECT_EQ(0u, x.GetSize());
|
|
184
|
+
EXPECT_EQ(4u, y.GetLength());
|
|
185
|
+
EXPECT_STREQ("ABCD", y.GetString());
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
#endif // RAPIDJSON_HAS_CXX11_RVALUE_REFS
|
|
189
|
+
|
|
190
|
+
#ifdef __clang__
|
|
191
|
+
RAPIDJSON_DIAG_POP
|
|
192
|
+
#endif
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
// Tencent is pleased to support the open source community by making RapidJSON available.
|
|
2
|
+
//
|
|
3
|
+
// Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved.
|
|
4
|
+
//
|
|
5
|
+
// Licensed under the MIT License (the "License"); you may not use this file except
|
|
6
|
+
// in compliance with the License. You may obtain a copy of the License at
|
|
7
|
+
//
|
|
8
|
+
// http://opensource.org/licenses/MIT
|
|
9
|
+
//
|
|
10
|
+
// Unless required by applicable law or agreed to in writing, software distributed
|
|
11
|
+
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
|
12
|
+
// CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
|
13
|
+
// specific language governing permissions and limitations under the License.
|
|
14
|
+
|
|
15
|
+
#include "unittest.h"
|
|
16
|
+
|
|
17
|
+
#include "rapidjson/internal/strtod.h"
|
|
18
|
+
|
|
19
|
+
#ifdef __clang__
|
|
20
|
+
RAPIDJSON_DIAG_PUSH
|
|
21
|
+
RAPIDJSON_DIAG_OFF(unreachable-code)
|
|
22
|
+
#endif
|
|
23
|
+
|
|
24
|
+
#define BIGINTEGER_LITERAL(s) BigInteger(s, sizeof(s) - 1)
|
|
25
|
+
|
|
26
|
+
using namespace rapidjson::internal;
|
|
27
|
+
|
|
28
|
+
TEST(Strtod, CheckApproximationCase) {
|
|
29
|
+
static const int kSignificandSize = 52;
|
|
30
|
+
static const int kExponentBias = 0x3FF;
|
|
31
|
+
static const uint64_t kExponentMask = RAPIDJSON_UINT64_C2(0x7FF00000, 0x00000000);
|
|
32
|
+
static const uint64_t kSignificandMask = RAPIDJSON_UINT64_C2(0x000FFFFF, 0xFFFFFFFF);
|
|
33
|
+
static const uint64_t kHiddenBit = RAPIDJSON_UINT64_C2(0x00100000, 0x00000000);
|
|
34
|
+
|
|
35
|
+
// http://www.exploringbinary.com/using-integers-to-check-a-floating-point-approximation/
|
|
36
|
+
// Let b = 0x1.465a72e467d88p-149
|
|
37
|
+
// = 5741268244528520 x 2^-201
|
|
38
|
+
union {
|
|
39
|
+
double d;
|
|
40
|
+
uint64_t u;
|
|
41
|
+
}u;
|
|
42
|
+
u.u = 0x465a72e467d88 | ((static_cast<uint64_t>(-149 + kExponentBias)) << kSignificandSize);
|
|
43
|
+
const double b = u.d;
|
|
44
|
+
const uint64_t bInt = (u.u & kSignificandMask) | kHiddenBit;
|
|
45
|
+
const int bExp = static_cast<int>(((u.u & kExponentMask) >> kSignificandSize) - kExponentBias - kSignificandSize);
|
|
46
|
+
EXPECT_DOUBLE_EQ(1.7864e-45, b);
|
|
47
|
+
EXPECT_EQ(RAPIDJSON_UINT64_C2(0x001465a7, 0x2e467d88), bInt);
|
|
48
|
+
EXPECT_EQ(-201, bExp);
|
|
49
|
+
|
|
50
|
+
// Let d = 17864 x 10-49
|
|
51
|
+
const char dInt[] = "17864";
|
|
52
|
+
const int dExp = -49;
|
|
53
|
+
|
|
54
|
+
// Let h = 2^(bExp-1)
|
|
55
|
+
const int hExp = bExp - 1;
|
|
56
|
+
EXPECT_EQ(-202, hExp);
|
|
57
|
+
|
|
58
|
+
int dS_Exp2 = 0;
|
|
59
|
+
int dS_Exp5 = 0;
|
|
60
|
+
int bS_Exp2 = 0;
|
|
61
|
+
int bS_Exp5 = 0;
|
|
62
|
+
int hS_Exp2 = 0;
|
|
63
|
+
int hS_Exp5 = 0;
|
|
64
|
+
|
|
65
|
+
// Adjust for decimal exponent
|
|
66
|
+
if (dExp >= 0) {
|
|
67
|
+
dS_Exp2 += dExp;
|
|
68
|
+
dS_Exp5 += dExp;
|
|
69
|
+
}
|
|
70
|
+
else {
|
|
71
|
+
bS_Exp2 -= dExp;
|
|
72
|
+
bS_Exp5 -= dExp;
|
|
73
|
+
hS_Exp2 -= dExp;
|
|
74
|
+
hS_Exp5 -= dExp;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
// Adjust for binary exponent
|
|
78
|
+
if (bExp >= 0)
|
|
79
|
+
bS_Exp2 += bExp;
|
|
80
|
+
else {
|
|
81
|
+
dS_Exp2 -= bExp;
|
|
82
|
+
hS_Exp2 -= bExp;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
// Adjust for half ulp exponent
|
|
86
|
+
if (hExp >= 0)
|
|
87
|
+
hS_Exp2 += hExp;
|
|
88
|
+
else {
|
|
89
|
+
dS_Exp2 -= hExp;
|
|
90
|
+
bS_Exp2 -= hExp;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
// Remove common power of two factor from all three scaled values
|
|
94
|
+
int common_Exp2 = (std::min)(dS_Exp2, (std::min)(bS_Exp2, hS_Exp2));
|
|
95
|
+
dS_Exp2 -= common_Exp2;
|
|
96
|
+
bS_Exp2 -= common_Exp2;
|
|
97
|
+
hS_Exp2 -= common_Exp2;
|
|
98
|
+
|
|
99
|
+
EXPECT_EQ(153, dS_Exp2);
|
|
100
|
+
EXPECT_EQ(0, dS_Exp5);
|
|
101
|
+
EXPECT_EQ(1, bS_Exp2);
|
|
102
|
+
EXPECT_EQ(49, bS_Exp5);
|
|
103
|
+
EXPECT_EQ(0, hS_Exp2);
|
|
104
|
+
EXPECT_EQ(49, hS_Exp5);
|
|
105
|
+
|
|
106
|
+
BigInteger dS = BIGINTEGER_LITERAL(dInt);
|
|
107
|
+
dS.MultiplyPow5(static_cast<unsigned>(dS_Exp5)) <<= static_cast<size_t>(dS_Exp2);
|
|
108
|
+
|
|
109
|
+
BigInteger bS(bInt);
|
|
110
|
+
bS.MultiplyPow5(static_cast<unsigned>(bS_Exp5)) <<= static_cast<size_t>(bS_Exp2);
|
|
111
|
+
|
|
112
|
+
BigInteger hS(1);
|
|
113
|
+
hS.MultiplyPow5(static_cast<unsigned>(hS_Exp5)) <<= static_cast<size_t>(hS_Exp2);
|
|
114
|
+
|
|
115
|
+
EXPECT_TRUE(BIGINTEGER_LITERAL("203970822259994138521801764465966248930731085529088") == dS);
|
|
116
|
+
EXPECT_TRUE(BIGINTEGER_LITERAL("203970822259994122305215569213032722473144531250000") == bS);
|
|
117
|
+
EXPECT_TRUE(BIGINTEGER_LITERAL("17763568394002504646778106689453125") == hS);
|
|
118
|
+
|
|
119
|
+
EXPECT_EQ(1, dS.Compare(bS));
|
|
120
|
+
|
|
121
|
+
BigInteger delta(0);
|
|
122
|
+
EXPECT_FALSE(dS.Difference(bS, &delta));
|
|
123
|
+
EXPECT_TRUE(BIGINTEGER_LITERAL("16216586195252933526457586554279088") == delta);
|
|
124
|
+
EXPECT_TRUE(bS.Difference(dS, &delta));
|
|
125
|
+
EXPECT_TRUE(BIGINTEGER_LITERAL("16216586195252933526457586554279088") == delta);
|
|
126
|
+
|
|
127
|
+
EXPECT_EQ(-1, delta.Compare(hS));
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
#ifdef __clang__
|
|
131
|
+
RAPIDJSON_DIAG_POP
|
|
132
|
+
#endif
|