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-07-02Rename a few internal preprocessor macros to avoid potential naming conflictsRomain Moret
2018-04-09fix compilation on windows with clangZoltan Kovago
2017-10-09Partially fix #1077Milo Yip
2017-05-25If storage class is not specified as first in declaration then Intel C++ Comp...Tomasz Noczynski (Linux)
2017-01-19Treat signed-unsigned conversions as errors.Zhihao Yuan
2016-06-14avoid shift out-of-range errorEli Fidler
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
2015-12-31PutReserve() and PutUnsafe() optimisation for WriterMilo Yip
2015-12-18Fix clang -WeverythingMilo Yip
2015-12-16encodings.h: fix typo in preprocessor condition (closes #494)Philipp A. Hartmann
2015-04-03Change copyright owner and related changes.Milo Yip
2015-04-01encodings.h: hide overflow warningPhilipp A. Hartmann
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-15Merge conflicts and suppress VC warningsmiloyip
2014-07-13Fixes missing supportUnicode in AutoUTFMilo Yip
2014-07-13Add ASCII encoding which can fulfill #69Milo Yip
2014-07-10encodings.h: hide narrowing conversion warnings on MSVCPhilipp A. Hartmann
2014-07-08Add RAPIDJSON_DIAG_* macros to handle compiler warningsPhilipp A. Hartmann
2014-07-02Fixes warningsMilo 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 mistake of r67miloyip@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 RAPIDJSON_STATIC_ASSERT() and applied it to check size of character typ...miloyip@gmail.com
2011-12-03Fixed one decoding/validating bug in UTF8miloyip@gmail.com
2011-12-01Added RFC4627's encoding detection method, with refactored BOM detection.miloyip@gmail.com
2011-11-30Fixed gcc compilation errors.miloyip@gmail.com
2011-11-30Added EncodedOutputStream and AutoUTFOutputStream with unit testsmiloyip@gmail.com
2011-11-29Added EncodedInputStream, AutoUTFInputStream, AutoUTFmiloyip@gmail.com