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-07-26In iterative parsing, always use SizeType to prevent potential alignment prob...Milo Yip
2014-07-26Force inline some suitable functions.Milo Yip
2014-07-26Cleanup codeMilo Yip
2014-07-26Remove stack size limit featureMilo Yip
2014-07-26Use lookup table for Tokenize()Milo Yip
2014-07-26Make Stack::Push() force inline in normal pathMilo Yip
2014-07-26Make variables in Transit() more localizedMilo Yip
2014-07-24Fixes stack overflowMilo Yip
2014-07-24Use branchlut implementation for itoa conversion.Milo Yip
2014-07-17Fix compilation error for gcc/clang.thebusytypist
2014-07-16Implemented faster itoa with bit counting and reverse writeMilo Yip
2014-07-16Merge remote-tracking branch 'upstream/master' into TransitionTablethebusytypist
2014-07-16Reduce times of stack size check; reduce transition table size.thebusytypist
2014-07-16Start benchmarking different itoa implementationmiloyip
2014-07-15Implement stack size limitation for iterative parsing.thebusytypist
2014-07-15Merge conflicts and suppress VC warningsmiloyip
2014-07-15Merge pull request #74 from miloyip/issue71endiannessMilo Yip
2014-07-14Add unittests for kParserErrorTermination; Fix bugs in last merge.thebusytypist
2014-07-14Merge upstream/master.thebusytypist
2014-07-14More endian detectionmiloyip
2014-07-14Do not assume little endian when detection fail, add more detectionsmiloyip
2014-07-13Fixes missing supportUnicode in AutoUTFMilo Yip
2014-07-13Add ASCII encoding which can fulfill #69Milo Yip
2014-07-13Add API doc for Writer::Reset() and Writer::IsComplete()Milo Yip
2014-07-13Add Writer::IsComplete()Milo Yip
2014-07-13Fixes #66 by adding Writer::Reset() and multiple root checkMilo Yip
2014-07-12Suppress VS2013 warnings due to #64Milo Yip
2014-07-12error/en.h: fix typo, add termination stringPhilipp A. Hartmann
2014-07-12error.h: add kParseErrorTermination (from #61)Philipp A. Hartmann
2014-07-12Merge branch 'upstream/master' into feature/exception-supportPhilipp A. Hartmann
2014-07-12Merge pull request #61 from miloyip/issue59terminateMilo Yip
2014-07-11Revise unittests: reset the handler before the transition which we are going ...thebusytypist
2014-07-11update documentation of ParseResult and related functionsPhilipp A. Hartmann
2014-07-11add ParseResultPhilipp A. Hartmann
2014-07-11GenericDocument: simplify error handling in ParseStreamPhilipp A. Hartmann
2014-07-11reader.h: prepare "early return path" for exception supportPhilipp A. Hartmann
2014-07-11move ParseErrorCode to error/error.hPhilipp A. Hartmann
2014-07-11GenericValue::operator= : fixup assignment operatorPhilipp A. Hartmann
2014-07-11Merge remote-tracking branch 'upstream/master' into TransitionTablethebusytypist
2014-07-10writer.h: use warning macros for MSVCPhilipp A. Hartmann
2014-07-10StrLen: align implementationsPhilipp A. Hartmann
2014-07-10MSVC: fix compiler error in GenericDocumentPhilipp A. Hartmann
2014-07-10Writer::WriteUint: add cast to hide warning C4244 on MSVCPhilipp A. Hartmann
2014-07-10encodings.h: hide narrowing conversion warnings on MSVCPhilipp A. Hartmann
2014-07-10MSVC: fix SSE/intrinsic supportPhilipp A. Hartmann
2014-07-10Add unittests for state transition.thebusytypist
2014-07-10Handle all unspecific parsing errors.thebusytypist
2014-07-10Fixes #59 by adding bool return value for each event handler functionMilo Yip
2014-07-09Add basic error handling.thebusytypist
2014-07-09GenericValue: add Move()Philipp A. Hartmann