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
AgeCommit message (Expand)Author
2021-04-02Fix would-crash tests if the default allocator used were kNeedFree.ylavic
2020-10-09Remove unnecessary wording from BSD license not needed for MIT license (fixes...Silas S. Brown
2017-08-07modifybluehero
2017-08-07modifybluehero
2017-08-05modify unittestbluehero
2017-08-05add unittestbluehero
2017-07-09ParseResult: improve bool conversion and add operator!=Philipp A. Hartmann
2016-04-04Try to fix all /W4 warnings in VC2015Milo Yip
2016-03-04Normalize line endings but not JSON filesMilo Yip
2016-03-04Revert "Normalize all the line endings"Milo Yip
2016-03-04Normalize all the line endingsMilo Yip
2016-02-21Fix another VC2010 compilation errorMilo Yip
2016-02-15Add Document::Parse() overloadsMilo Yip
2016-01-23Disable type_traitsMilo Yip
2016-01-23Fix warnings in clang for C++11Milo Yip
2015-12-18Fix clang -WeverythingMilo 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
2015-10-07add simple test for unchanged DOM after parse errorPhilipp A. Hartmann
2015-07-13add free inline `swap` functionsPhilipp A. Hartmann
2015-07-04add GenericDocument<>::SwapPhilipp A. Hartmann
2015-05-11Fix Document.UserBuffer testMilo Yip
2015-05-06Workaround for Valgrind false alarm on wcscmp()miloyip
2015-05-03Fix 2 FILE* leaks in documenttest.cppmiloyip
2015-04-18Update license headers for testsmiloyip
2015-04-14Search more paths for different build situationsmiloyip
2015-04-14Typomiloyip
2015-04-14Cover MemoryPoolAllocator::Capacity()miloyip
2015-04-13Fix gcc/clang compilationmiloyip
2015-04-13Add coverage for Document::ParseXXX()Milo Yip
2015-04-10Fix another -Wfloat-equal warningMilo Yip
2015-04-03Try to fix a compilation error on gcc/clangMilo Yip
2015-04-03Add user buffer unit testMilo Yip
2015-02-17add support for `AppVeyor` CI for checking Windows buildsunknown
2015-01-14Merge branch 'movetestleak'Milo Yip
2015-01-14Remove 2 unit tests which make memory leaksMilo Yip
2015-01-13Correct Value(kStringType) and more assertionsMilo Yip
2014-11-23Fix compilation errors in unit tests for VCMilo Yip
2014-10-31Document traits of types using <type_traits> and static_assert in tests.Drew Noakes
2014-10-30DocumentMove tests: compiler error due to -Wsign-comparePhilipp A. Hartmann
2014-10-24Added MemoryPoolAllocator to GenericDocument moveunit tests. Added comment in...ecorm
2014-10-24Merge branch 'master' into issue123movesupportecorm
2014-10-24Implemented C++11 move semantics for GenericDocumentecorm
2014-10-24Disambiguate GenericValue's [0] and ["string"]Zhihao Yuan
2014-08-17Fix a gcc compilation errorMilo Yip
2014-08-17Separate Document's value and stack allocator.Milo Yip
2014-08-11Add license and change indents from tab to space.Milo Yip
2014-07-04Fixes filename cases in source codeMilo Yip
2014-07-04Adds unit tests about streams.Milo Yip
2014-07-04Fixes a compilation error in Reader when using encoded stream.Milo Yip