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-18Update license headers for testsmiloyip
2015-04-18Fix warnings for misctestmiloyip
2015-04-16Fix mistake in perftestmiloyip
2015-04-16Search sample data in more folders for perftestmiloyip
2015-04-14Remove deprecated testmiloyip
2015-04-14Remove depreciated FileStreammiloyip
2015-02-11Merge pull request #192 from jollyroger/cmakeMilo Yip
2014-11-14Merge remote-tracking branch 'origin/master' into issue120floatprecision_cust...Milo Yip
2014-11-12Add travis tests to be run from CTestAndriy Senkovych
2014-11-11Add separate targets for examples and testsAndriy Senkovych
2014-11-11Set separate directory to place binariesAndriy Senkovych
2014-11-11Add initial CMake supportAndriy Senkovych
2014-10-28Drop thirdparty JSON implementations/performance testsPhilipp A. Hartmann
2014-10-26Use 'deprecated' instead of 'depreciated'Sean Leather
2014-10-23Merge pull request #165 from spl/perf-test-encoded-and-autoutf-input-streamsMilo Yip
2014-10-18Add perf tests for EncodedInputStream and AutoUTFInputStreamSean Leather
2014-10-18Use predefined macros to enable SSE with gmakeSean Leather
2014-09-05Optimize ParseNumber()miloyip
2014-08-11Remove cppformat and strtkMilo Yip
2014-08-11Add license and change indents from tab to space.Milo Yip
2014-08-09Fixed a bug in perftest (was asserted in debug)Milo Yip
2014-07-27Merge remote-tracking branch 'origin/master' into IterativeParseOptimizationMilo Yip
2014-07-27Merge pull request #80 from miloyip/issue31optimizeitoaMilo Yip
2014-07-26Add perf test cases for document using iterative parsingMilo Yip
2014-07-24Use branchlut implementation for itoa conversion.Milo Yip
2014-07-17Add VC itoa perf comparisonmiloyip
2014-07-17Pass GCC compilationmiloyip
2014-07-16Implemented faster itoa with bit counting and reverse writeMilo Yip
2014-07-16Start benchmarking different itoa implementationmiloyip
2014-07-14Merge upstream/master.thebusytypist
2014-07-12Merge pull request #61 from miloyip/issue59terminateMilo Yip
2014-07-11Merge remote-tracking branch 'upstream/master' into TransitionTablethebusytypist
2014-07-10rapidjsontest.cpp: silence a warning (C4244) on MSVCPhilipp A. Hartmann
2014-07-10Add two basic performance tests.thebusytypist
2014-07-10Fixes #59 by adding bool return value for each event handler functionMilo Yip
2014-07-08perftest.h/unittest.h: fix pragma orderingPhilipp A. Hartmann
2014-07-08Add RAPIDJSON_DIAG_* macros to handle compiler warningsPhilipp A. Hartmann
2014-07-03perftest: fix typoPhilipp A. Hartmann
2014-07-02Fixes warningsMilo Yip
2014-06-29Added overloaded functions for default parseFlagsMilo Yip
2012-11-13Fixed a lots of vc2008/vs2010 and gcc3/4 warnings with the maximum warning le...miloyip@gmail.com
2011-11-29Added EncodedInputStream, AutoUTFInputStream, AutoUTFmiloyip@gmail.com
2011-11-24Added referenced performance of UTF-8 validationmiloyip@gmail.com
2011-11-23Rewrite UTF8::Validate() to obtain better performance.miloyip@gmail.com
2011-11-23The missing file for ultrajson performance test.miloyip@gmail.com
2011-11-22Added encoding validation featuremiloyip@gmail.com
2011-11-22Fixed compilation errors in Ubuntu 64-bitmiloyip@gmail.com
2011-11-22Added ultrajson to perftest, only tested parsing to dummy handler.miloyip@gmail.com
2011-11-22Added Flush() to concept stream. Add this new member function to all streams.miloyip@gmail.com
2011-11-22Separated platform related performance tests from rapidjsontestmiloyip@gmail.com