- 13 Mar, 2015 1 commit
-
-
Milo Yip authored
GenericValue::AddMember<T>: add missing overload (closes #254)
-
- 10 Mar, 2015 1 commit
-
-
Philipp A. Hartmann authored
As discovered by @felipegb94, there are missing overloads to the `GenericValue::AddMember<T>` template function, taking an explicit `GenericValue&` as a name and accepting arbitrary primitive values. This patch adds the missing overloads. The `StringRefType` overload is needed to disambiguate the addition of a string literal as value. Some tests are added to `TEST(Value, Object)` in `valuetest.cpp`.
-
- 25 Feb, 2015 1 commit
-
-
Milo Yip authored
RapidJSON.pc.in: include dir not set
-
- 24 Feb, 2015 1 commit
-
-
Christian Hitz authored
Variable in wrong format is not replaced
-
- 23 Feb, 2015 3 commits
- 20 Feb, 2015 4 commits
-
-
Philipp A. Hartmann authored
Doxygen currently does not support images with links, which breaks the current rendering of the front page at https://miloyip.github.io/rapidjson. Move the status badges to a table with the links in the top-row instead. While at it, add a description below the logo and put the GitHub and documentation links into in itemisation.
-
Milo Yip authored
error.h: drop trailing comma in enum
-
Philipp A. Hartmann authored
In C++'98/03, trailing commas in enumerations are not allowed, but have been introduced in C++11. This patch drops the trailing commas in order to avoid compiler warnings (e.g. GCC with -pedantic). See #9 and http://code.google.com/p/rapidjson/issues/detail?id=49 for previous instances of this issue.
- 18 Feb, 2015 2 commits
- 17 Feb, 2015 10 commits
- 15 Feb, 2015 1 commit
-
-
Milo Yip authored
Move `gtest_force_shared_crt` option to Win32 VC only.
-
- 14 Feb, 2015 2 commits
-
-
Janusz Chorko authored
-
Janusz Chorko authored
-
- 12 Feb, 2015 1 commit
-
-
miloyip authored
-
- 11 Feb, 2015 3 commits
- 08 Feb, 2015 2 commits
- 07 Feb, 2015 1 commit
-
-
Philipp A. Hartmann authored
-
- 03 Feb, 2015 1 commit
-
-
Milo Yip authored
Add std::string overload to Writer when RAPIDJSON_HAS_STDSTRING defined
-
- 02 Feb, 2015 5 commits
-
-
Drew Noakes authored
-
Drew Noakes authored
-
Drew Noakes authored
-
Drew Noakes authored
-
Drew Noakes authored
-
- 25 Jan, 2015 1 commit
-
-
Milo Yip authored
Use aligned SSE register load intrinsic.
-