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
2014-08-17Add Stack::ShrinkToFit() and some refactoring.Milo Yip
2014-08-11BaseReaderHandler: allow overriding of Default() implementationPhilipp A. Hartmann
2014-08-11Add license and change indents from tab to space.Milo Yip
2014-08-10Change CountDecimalDigit32() to simple implementationMilo Yip
2014-08-09Fixed gcc effc++ warning in dtoa.hMilo Yip
2014-08-09Custom dtoa() impleemntationMilo Yip
2014-08-09Change double parsing with fast-path conversionMilo Yip
2014-08-08Change UINT64_C() to RAPIDJSON_UINT64_C2()Milo Yip
2014-07-31Add `UINT64_C()` macros for 64-bit integer literals in `u64toa()`Milo Yip
2014-07-27Merge remote-tracking branch 'origin/master' into IterativeParseOptimizationMilo Yip
2014-07-26Make Stack::Push() force inline in normal pathMilo Yip
2014-07-24Use branchlut implementation for itoa conversion.Milo Yip
2014-07-10StrLen: align implementationsPhilipp A. Hartmann
2014-07-08Add a wrapper for constant string referencesPhilipp A. Hartmann
2014-07-08meta.h: inherit from TrueType/FalseType where applicablePhilipp A. Hartmann
2014-07-03Fixes 'not' keyword that is not supported by Visual Studio by defaultMilo Yip
2014-07-03internal/meta.h: add some template meta functionsPhilipp 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
2011-11-22Added Flush() to concept stream. Add this new member function to all streams.miloyip@gmail.com
2011-11-18Initial version (0.1)miloyip@gmail.com