- 03 Sep, 2014 1 commit
-
-
miloyip authored
-
- 02 Sep, 2014 1 commit
-
-
miloyip authored
This shall generate best possible precision (if strtod() is correctly implemented). Need more unit tests and performance tests. May add an option for accepting precision error. Otherwise LUT in Pow10() can be reduced.
-
- 28 Aug, 2014 8 commits
-
-
miloyip authored
-
miloyip authored
-
Milo Yip authored
Replace tmpname() by mkstemp() on non-MSVC compilers
-
Milo Yip authored
Three new APIs are added for JSON object type.
-
miloyip authored
-
Milo Yip authored
Fix `RAPIDJSON_HAS_STDSTRING is not defined` compilation warning
-
Milo Yip authored
-
Milo Yip authored
Fixes #118
-
- 27 Aug, 2014 2 commits
- 26 Aug, 2014 2 commits
-
-
Jan Wrobel authored
-
Philipp A. Hartmann authored
-
- 23 Aug, 2014 2 commits
- 21 Aug, 2014 5 commits
-
-
Milo Yip authored
GenericMemberIterator: fix comparisons/differences for mixed-constness expressions
-
Philipp A. Hartmann authored
-
Philipp A. Hartmann authored
-
Philipp A. Hartmann authored
-
Milo Yip authored
Parsing optimization
-
- 20 Aug, 2014 8 commits
-
-
miloyip authored
Do unaligned non-SIMD matching first, and then SIMD matching later. Also add a fast path for no skipping.
-
Milo Yip authored
GenericValue: add optional support for std::string
-
miloyip authored
-
Philipp A. Hartmann authored
-
Philipp A. Hartmann authored
-
Philipp A. Hartmann authored
Some users may want to use RapidJSON with std::string objects. This commits adds an (opt-in) feature to include some basic support. The implementation uses std::basic_string<Ch> as generic string type. Support currently covers: * construction * comparison No special APIs for AddMember or PushBack have been added, as std::string most probably requires copying (or an explicit StringRef() call).
-
Philipp A. Hartmann authored
By restructuring the call forwarding of the various operator== and operator!= overloads, new overloads can be added by simply adding an additional member operator==. Additionally, the "Ch*" overloads are dropped in favour of an SFINAE version that removes the pointer variants from matching the templated operator== (see also operator=).
-
Milo Yip authored
Add Doxygen documentation for configuration macros and error handling
-
- 19 Aug, 2014 2 commits
-
-
Philipp A. Hartmann authored
-
Philipp A. Hartmann authored
-
- 18 Aug, 2014 1 commit
-
-
Milo Yip authored
Memory optimization
-
- 17 Aug, 2014 6 commits
- 13 Aug, 2014 2 commits