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-07Tests for Members in std::multimap.ylavic
2020-10-09Remove unnecessary wording from BSD license not needed for MIT license (fixes...Silas S. Brown
2018-12-06Base buffered BasicIStreamWrapper on the original (better performing) FileRea...ylavic
2018-12-05Possibly std::ios::binary helps with streams on Windowsylavic
2018-12-05Optimize FileReadStream and BasicIStreamWrapper.ylavic
2017-04-21Added ARM-Neon support for SIMD.SkipWhitespace*Alejandro Martinez
2017-02-07Test coverage upJohn Stiles
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-15Optimize the new Parse() interfacesMilo Yip
2016-02-14Optimize Writer::WriteString() with SIMDMilo Yip
2016-01-22Optimize ScanCopyUnescapedString for insitu parsingMilo Yip
2016-01-22Fix compilationMilo Yip
2016-01-22Fix ScanCopyUnescapedString performance issueMilo Yip
2016-01-22Implemented ScanCopyUnescapeString optimizationMilo Yip
2015-12-31PutReserve() and PutUnsafe() optimisation for WriterMilo Yip
2015-12-31Merge branch 'master' into optimizationMilo Yip
2015-05-20Add multiple SkipWhitespace perftestMilo Yip
2015-04-18Update license headers for testsmiloyip
2015-04-18Add RAPIDJSON_LIKELY/UNLIKELY and apply them in stackmiloyip
2015-04-14Remove deprecated testmiloyip
2015-04-14Remove depreciated FileStreammiloyip
2014-11-14Merge remote-tracking branch 'origin/master' into issue120floatprecision_cust...Milo Yip
2014-10-26Use 'deprecated' instead of 'depreciated'Sean Leather
2014-10-18Add perf tests for EncodedInputStream and AutoUTFInputStreamSean Leather
2014-09-05Optimize ParseNumber()miloyip
2014-08-11Add license and change indents from tab to space.Milo Yip
2014-08-09Fixed a bug in perftest (was asserted in debug)Milo Yip
2014-07-26Add perf test cases for document using iterative parsingMilo Yip
2014-07-14Merge upstream/master.thebusytypist
2014-07-12Merge pull request #61 from miloyip/issue59terminateMilo Yip
2014-07-11Merge remote-tracking branch 'upstream/master' into TransitionTablethebusytypist
2014-07-10rapidjsontest.cpp: silence a warning (C4244) on MSVCPhilipp A. Hartmann
2014-07-10Add two basic performance tests.thebusytypist
2014-07-10Fixes #59 by adding bool return value for each event handler functionMilo Yip
2014-07-08Add RAPIDJSON_DIAG_* macros to handle compiler warningsPhilipp A. Hartmann
2014-07-03perftest: fix typoPhilipp A. Hartmann
2014-07-02Fixes warningsMilo Yip
2014-06-29Added overloaded functions for default parseFlagsMilo Yip
2012-11-13Fixed a lots of vc2008/vs2010 and gcc3/4 warnings with the maximum warning le...miloyip@gmail.com
2011-11-24Added referenced performance of UTF-8 validationmiloyip@gmail.com
2011-11-23Rewrite UTF8::Validate() to obtain better performance.miloyip@gmail.com
2011-11-22Added encoding validation featuremiloyip@gmail.com
2011-11-22Added ultrajson to perftest, only tested parsing to dummy handler.miloyip@gmail.com
2011-11-22Separated platform related performance tests from rapidjsontestmiloyip@gmail.com
2011-11-21Proved FileStream is very slow due to fgetc(). Added a new FileReadStream whi...miloyip@gmail.com
2011-11-18Initial version (0.1)miloyip@gmail.com