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
2020-10-09Remove unnecessary wording from BSD license not needed for MIT license (fixes...Silas S. Brown
2017-01-19Treat signed-unsigned conversions as errors.Zhihao Yuan
2016-04-05Fix a compilation errorMilo Yip
2016-04-05Try to fix VC warning C4512Milo 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-20Fix VC compilation errorMilo Yip
2016-02-15Fix clang compilationMilo Yip
2016-02-15Optimize the new Parse() interfacesMilo Yip
2016-02-02Add fwd.h and extract stream.hMilo Yip
2015-12-18Fix clang -WeverythingMilo Yip
2015-10-15Add missing return statement, fix #448etiennebatise
2015-07-22fixing sign conversion warnings and loss of precision warningsscheiber
2015-04-14Fix the warnings againMilo Yip
2015-04-14Fix gcc warningMilo Yip
2015-04-14Improve coverage of encoded streamsMilo Yip
2015-04-03Change copyright owner and related changes.Milo Yip
2014-11-06*.h: move to namespace macrosPhilipp A. Hartmann
2014-08-11Add license and change indents from tab to space.Milo Yip
2014-07-08Add RAPIDJSON_DIAG_* macros to handle compiler warningsPhilipp A. Hartmann
2014-07-04Fixes -Wswitch-default warningsMilo Yip
2014-07-04Fixes a compilation error in Reader when using encoded stream.Milo Yip
2014-07-02Fixes warningsMilo Yip
2012-11-16Remove warnings in examplesmiloyip@gmail.com
2012-11-13Fixed a lots of vc2008/vs2010 and gcc3/4 warnings with the maximum warning le...miloyip@gmail.com
2011-12-03Added prettyauto example, which can handle UTF-8/UTF-16LE/UTF-16BE/UTF-32LE/U...miloyip@gmail.com
2011-12-03Added RAPIDJSON_STATIC_ASSERT() and applied it to check size of character typ...miloyip@gmail.com
2011-12-01Added RFC4627's encoding detection method, with refactored BOM detection.miloyip@gmail.com
2011-11-30Added EncodedOutputStream and AutoUTFOutputStream with unit testsmiloyip@gmail.com
2011-11-29Added EncodedInputStream, AutoUTFInputStream, AutoUTFmiloyip@gmail.com