- 02 Jul, 2014 14 commits
-
-
Philipp A. Hartmann authored
Eventually move to internal header `internal/streamcopy.h`? Based on 088e8173.
-
Philipp A. Hartmann authored
rapidjson.h: * StreamLocalCopy: add default argument to copy optimization selector based on StreamTraits of Stream parameter * drop operator->, operator* * make Stream (reference) member public * drop empty destructor reader.h: * add local references, initialized from "copy" (reverts algorithmic bodies back to plain 's.xx()')
-
Milo Yip authored
-
Milo Yip authored
-
Milo Yip authored
Fix/Suppress all -Wall -Wextra -Weffc++ warnings on gcc 4.6.x - 4.8.x
-
Milo Yip authored
-
Milo Yip authored
-
Milo Yip authored
-
Milo Yip authored
-
Milo Yip authored
-
Milo Yip authored
Fixes local copy optimization
-
Milo Yip authored
-
Milo Yip authored
The previous optimization #32 has problem that restoration requires assignment operator. Change the backup/restore process using a template wrapper class to select code path.
-
- 01 Jul, 2014 2 commits
- 30 Jun, 2014 17 commits
-
-
Milo Yip authored
-
Milo Yip authored
-
Milo Yip authored
-
Milo Yip authored
Fixes parsing small floating point values underflow
-
Milo Yip authored
-
Milo Yip authored
https://code.google.com/p/rapidjson/issues/detail?id=75 The modification is slightly different from dlbattle123 to improve speed.
-
Milo Yip authored
Fixes IBM XL C/C++ for AIX issue
-
miloyip authored
Move rapidjson::GenericValue::Member to rapidjson::GenericMember https://code.google.com/p/rapidjson/issues/detail?id=64
-
Milo Yip authored
Add interpreter Change line endings Fixes https://code.google.com/p/rapidjson/issues/detail?id=54
-
Milo Yip authored
-
Milo Yip authored
rapidjson -> RapidJSON
-
Milo Yip authored
-
Milo Yip authored
-
Milo Yip authored
-
miloyip authored
-
Milo Yip authored
Issue23errorcode
-
miloyip authored
Conflicts: example/condense/condense.cpp include/rapidjson/reader.h test/unittest/readertest.cpp
-
- 29 Jun, 2014 7 commits
-
-
Milo Yip authored
Make stream local copy optimization as trait option per stream type
-
Milo Yip authored
need ‘typename’ before ‘rapidjson::StreamTraits<InputStream>::StreamCopyType
-
Milo Yip authored
‘>>’ should be ‘> >’ within a nested template argument list
-
Milo Yip authored
An unit test is added
-
Milo Yip authored
-
Milo Yip authored
-
Milo Yip authored
Added overloaded functions for default parseFlags
-