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
2015-04-22Simplify RAPIDJSON_VERSION_STRINGmiloyip
2015-04-21Add version macros for RapidJSONmiloyip
2015-04-18Update license headers for testsmiloyip
2015-04-15Not enforce force inline for debug configurationMilo Yip
2015-04-03Change copyright owner and related changes.Milo Yip
2015-03-24Check libstdc++ version to decide if enable rvalue ref support.thebusytypist
2014-11-06*.h: move to namespace macrosPhilipp A. Hartmann
2014-11-06add RAPIDJSON_NAMESPACE + _BEGIN, _ENDPhilipp A. Hartmann
2014-10-30Add customization macros for global new/deletePhilipp A. Hartmann
2014-09-16explicitly qualify C(++) library functionsPhilipp A. Hartmann
2014-09-16rapidjson.h: explicitly import std::size_t to rapidjson namespacePhilipp A. Hartmann
2014-08-31GenericValue: add RAPIDJSON_NOEXCEPTPhilipp A. Hartmann
2014-08-31detect rvalue reference support (RAPIDJSON_HAS_CXX11_RVALUE_REFS)Philipp A. Hartmann
2014-08-31rapidjson.h: add RAPIDJSON_GNUC as GCC version shortcutPhilipp A. Hartmann
2014-08-20Optimize number parsing for 64-bit architecturemiloyip
2014-08-19add Doxygen documentation for error handling customizationPhilipp A. Hartmann
2014-08-19add Doxygen documentation for configuration macrosPhilipp A. Hartmann
2014-08-11Add license and change indents from tab to space.Milo Yip
2014-08-08Change UINT64_C() to RAPIDJSON_UINT64_C2()Milo Yip
2014-07-27Merge remote-tracking branch 'origin/master' into IterativeParseOptimizationMilo Yip
2014-07-26Define RAPIDJSON_FORCEINLINE for gccMilo Yip
2014-07-24Use branchlut implementation for itoa conversion.Milo Yip
2014-07-16Implemented faster itoa with bit counting and reverse writeMilo Yip
2014-07-14More endian detectionmiloyip
2014-07-14Do not assume little endian when detection fail, add more detectionsmiloyip
2014-07-08Add RAPIDJSON_DIAG_* macros to handle compiler warningsPhilipp A. Hartmann
2014-07-06Fix readme issue in doxygen, customize cssMilo Yip
2014-07-06Doxygen: fixup main pagePhilipp A. Hartmann
2014-07-06Doxygen: document some UTF-8 typedefsPhilipp A. Hartmann
2014-07-06rapidjson.h: add some file-level doxygen documentationPhilipp A. Hartmann
2014-07-02StreamLocalCopy: move to reader.hPhilipp A. Hartmann
2014-07-02GenericReader: simplify local stream copy optimizationPhilipp A. Hartmann
2014-07-02Fixes local copy optimizationMilo Yip
2014-06-29Fixes compilation errorMilo Yip
2014-06-29Add stream copying optimization switch depending stream type.Milo Yip
2014-06-26document.h: define __STDC_CONSTANT_MACROSPhilipp A. Hartmann
2014-06-25Use thirdparty stdint.h for Visual StudioMilo Yip
2014-06-25Fixed VC which doesn't have INT64_C()/UINT64_C macros.Milo Yip
2014-06-25Separate the RAPIDJSON_FORCEINLINE from RAPIDJSON_NO_INT64DEFINEMilo Yip
2014-06-25Fixed some clang -Weverything warnings.Milo Yip
2014-06-25Revert "Merge branch 'master' into dev"Milo Yip
2014-06-25Merge branch 'master' into devMilo Yip
2014-06-25Remove some clang -Weverything warnings.Milo Yip
2014-06-24Fixed gcc 4.8.x warnings.Milo Yip
2012-11-13Fixed a lots of vc2008/vs2010 and gcc3/4 warnings with the maximum warning le...miloyip@gmail.com
2012-02-19Fixed several issues (10, 11, 13, 14) from 0.1x branchmiloyip@gmail.com
2011-12-03Added RAPIDJSON_STATIC_ASSERT() and applied it to check size of character typ...miloyip@gmail.com
2011-11-29Added EncodedInputStream, AutoUTFInputStream, AutoUTFmiloyip@gmail.com
2011-11-28Added Transcoder for converting Encoding during parsing.miloyip@gmail.com
2011-11-24Added Hoehrmann's UTF-8 decoder in perftest for referencemiloyip@gmail.com