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
2015-04-21Add version macros for RapidJSONmiloyip
2015-04-18Update license headers for testsmiloyip
2015-04-18Fix warnings for misctestmiloyip
2015-04-17Standardize behavior of CrtAllocator::Malloc()Milo Yip
2015-04-16Fix mistake in perftestmiloyip
2015-04-16Search sample data in more folders for perftestmiloyip
2015-04-16Fix allocator testmiloyip
2015-04-15Cover SkipWhiteSpace for InsituStringStreamMilo Yip
2015-04-15Improves SkipWhitespace testMilo Yip
2015-04-15Further improve SkipWhitespace coverageMilo Yip
2015-04-15Improves SkipWhitespace coverageMilo Yip
2015-04-15Try to use another namespace for SIMD versionmiloyip
2015-04-15Add SIMD SkipWhitespace() unit test which don't run in Valgrindmiloyip
2015-04-15Merge pull request #302 from thebusytypist/issue298_coverageMilo Yip
2015-04-15Add a missing error handling check(a single number as JSON root).thebusytypist
2015-04-15Add unittest for state transition to IterativeParsingMemberKeyState.thebusytypist
2015-04-15Add unittests for parsing root JSON value other than array and object.thebusytypist
2015-04-15Reduce random test iterations to speedup travismiloyip
2015-04-15Add tests for parsing number with exhaustive exponents and random signifcantmiloyip
2015-04-14Add more test numbers for writermiloyip
2015-04-14Improve coverage of encoded streamsMilo Yip
2015-04-14Improve coverage of encoded streamsMilo Yip
2015-04-14Improve dtoa coveragemiloyip
2015-04-14Fixed a bug in trimming long number sequencemiloyip
2015-04-14Add some parsing number testsmiloyip
2015-04-14Try turning on slow test on number parsingmiloyip
2015-04-14Merge remote-tracking branch 'origin/master' into issue298_coveragemiloyip
2015-04-14Remove deprecated testmiloyip
2015-04-14Remove depreciated FileStreammiloyip
2015-04-14Use PrettyWriter to cover FileWriteStream::PutN()miloyip
2015-04-14Search more paths for different build situationsmiloyip
2015-04-14Add separate allocators testmiloyip
2015-04-14Add commentmiloyip
2015-04-14Improve coverage of Stackmiloyip
2015-04-14Typomiloyip
2015-04-14Cover MemoryPoolAllocator::Capacity()miloyip
2015-04-13Improve coverage of encodingsmiloyip
2015-04-13Improve Value deep-clone coveragemiloyip
2015-04-13Try to improve coverage of encodingsmiloyip
2015-04-13Fix gcc/clang compilationmiloyip
2015-04-13Add coverage for Document::ParseXXX()Milo Yip
2015-04-13Try to fix a gcc/clang errormiloyip
2015-04-13Add valuetest coveragemiloyip
2015-04-13Improve Reading kParseErrorTermination coveragemiloyip
2015-04-13Fix gcc warningmiloyip
2015-04-13Add Reader kParseErrorTermination coveragemiloyip
2015-04-13Revert "Enable SIMD macros in unit tests"miloyip
2015-04-13Enable SIMD macros in unit testsmiloyip
2015-04-13Fix gcc warning for itoatestmiloyip
2015-04-13Add test for covering PutN() generic versionmiloyip