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
2018-12-06Fix FileReadStream::Peek4().ylavic
2017-10-27Fix issue #1104 Solaris compilation errors fread()/fwrite()clach04
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-02Add fwd.h and extract stream.hMilo 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 x5Milo Yip
2015-12-18Try to fix clang and gcc warnings problems again x4Milo Yip
2015-12-18Try to fix clang and gcc warnings problems againMilo Yip
2015-12-18Fix clang -WeverythingMilo Yip
2015-04-03Change copyright owner and related changes.Milo Yip
2014-11-23Compile all examples with the Dinkum C++ of QNX 6.6Anton Indrawan
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-02Makes FileReadStream not using local copy optimizationMilo Yip
2014-06-29Add stream copying optimization switch depending stream type.Milo Yip
2014-06-25Fixed some clang -Weverything warnings.Milo Yip
2014-06-25Revert "Remove some clang -Weverything warnings."Milo Yip
2014-06-25Remove some clang -Weverything warnings.Milo Yip
2012-11-13Fixed a lots of vc2008/vs2010 and gcc3/4 warnings with the maximum warning le...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-22Added Flush() to concept stream. Add this new member function to all streams.miloyip@gmail.com
2011-11-21Implemented FileWriteStream with bufferingmiloyip@gmail.com
2011-11-21Proved FileStream is very slow due to fgetc(). Added a new FileReadStream whi...miloyip@gmail.com