Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-02-06Make a stackoverflow solutionMilo Yip
2016-02-03Improve reader coverage for insitu parsingMilo Yip
2016-02-03Fix gcc warningMilo Yip
2016-02-03Fix warningMilo Yip
2016-02-03Add SIMD ScanCopyUnescapedString testMilo Yip
2016-02-03Fix schema performance statsMilo Yip
2016-02-03Improve comment parsing code coverageMilo Yip
2016-02-02Fix #399 MemoryPoolAllocator::Realloc expands failMilo Yip
2016-02-02Fix againMilo Yip
2016-02-02Fix the last warning fixMilo Yip
2016-02-02Fix warningsMilo Yip
2016-02-02Add fwd.h and extract stream.hMilo Yip
2016-02-02Minor refactoringMilo Yip
2016-01-31Add SchemaValidatingReader ::IsValid()Milo Yip
2016-01-29Update json schema suite and add perf testMilo Yip
2016-01-27Fix schema tests and added SchemaValidatingReaderMilo Yip
2016-01-26Merge branch 'master' into schemaMilo Yip
2016-01-23Disable type_traitsMilo Yip
2016-01-23Fix warnings in clang for C++11Milo Yip
2016-01-22Optimize ScanCopyUnescapedString for insitu parsingMilo Yip
2016-01-22Fix valgrind problemMilo Yip
2016-01-22Fix compilationMilo Yip
2016-01-22Remove unused codeMilo Yip
2016-01-22Fix ScanCopyUnescapedString performance issueMilo Yip
2016-01-22Implemented ScanCopyUnescapeString optimizationMilo Yip
2016-01-20Merge pull request #510 from miloyip/issue509_writingnaninfMilo Yip
2016-01-20Fix #498 VC2015 warningsMilo Yip
2016-01-19Fix clang warningMilo Yip
2016-01-19Fix #509 by checking Nan/Inf when writing a doubleMilo Yip
2016-01-04Merge pull request #501 from thedrow/fix-cmake-min-version-warningMilo Yip
2016-01-04Merge pull request #504 from thedrow/containerized-travisMilo Yip
2015-12-31Fixed cmake syntax errors.Omer Katz
2015-12-31Workaround clang and ccache bugs described in http://petereisentraut.blogspot...Omer Katz
2015-12-31Adjust CMakeLists.txt files to use ccache when it's available.Omer Katz
2015-12-31PutReserve() and PutUnsafe() optimisation for WriterMilo Yip
2015-12-31Merge branch 'master' into optimizationMilo Yip
2015-12-29CMake will no longer complain that the minimum CMake version is not specified...Omer Katz
2015-12-18Try to fix clang and gcc warnings problems again x11Milo Yip
2015-12-18Try to fix clang and gcc warnings problems again x9Milo Yip
2015-12-18Try to fix clang and gcc warnings problems again x7Milo Yip
2015-12-18Try to fix clang and gcc warnings problems again x6Milo Yip
2015-12-18Try to fix clang and gcc warnings problems again x4Milo Yip
2015-12-18Try to fix clang and gcc warnings problems again x3Milo Yip
2015-12-18Try to fix clang and gcc warnings problemsMilo Yip
2015-12-18Fix clang -WeverythingMilo Yip
2015-12-06Fixes #489miloyip
2015-11-30Merge pull request #484 from miloyip/Issue483_PointerValueMilo Yip
2015-11-30Fix #483 by using the correct value typeMilo Yip
2015-11-27documenttest.cpp: check/use conversion from Document to ParseResultPhilipp A. Hartmann
2015-11-16documenttest.cpp: EXPECT_THROW when checking empty allocator (closes #469)Philipp A. Hartmann