- 16 Sep, 2014 4 commits
- 15 Sep, 2014 2 commits
- 14 Sep, 2014 5 commits
- 13 Sep, 2014 1 commit
-
-
Milo Yip authored
-
- 12 Sep, 2014 1 commit
-
-
Milo Yip authored
-
- 10 Sep, 2014 3 commits
- 06 Sep, 2014 1 commit
-
-
Milo Yip authored
-
- 05 Sep, 2014 6 commits
- 04 Sep, 2014 11 commits
-
-
Kosta authored
It was a copy-n-paste error for the last argument of `Key()` and `String()`...
-
Kosta authored
-
Kosta authored
-
Kosta authored
-
Kosta authored
-
Kosta authored
-
Kosta authored
-
Kosta authored
-
Kosta authored
-
Kosta authored
-
Kosta authored
For more details see: https://github.com/miloyip/rapidjson/issues/132 This commit tries to minimize the required code changes and forwards the `Handler::Key()` calls to `Handler::String()` wherever possible in order to not break existing code; or at least not code deriving from `BaseReaderHandler` when implementing a custom `Handler`.
-
- 03 Sep, 2014 4 commits
- 02 Sep, 2014 2 commits
-
-
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.
-
Milo Yip authored
GenericValue: reduce growth factor for array/object reallocations
-