- 28 Apr, 2015 1 commit
-
-
miloyip authored
-
- 26 Apr, 2015 1 commit
-
-
Guo Xiao authored
-
- 15 Apr, 2015 1 commit
-
-
miloyip authored
-
- 13 Apr, 2015 1 commit
-
-
miloyip authored
-
- 08 Apr, 2015 1 commit
-
-
miloyip authored
-
- 07 Apr, 2015 6 commits
- 03 Apr, 2015 5 commits
- 02 Apr, 2015 4 commits
-
-
Philipp A. Hartmann authored
-
miloyip authored
-
miloyip authored
-
miloyip authored
-
- 26 Mar, 2015 3 commits
- 25 Mar, 2015 1 commit
-
-
miloyip authored
-
- 25 Feb, 2015 2 commits
- 17 Feb, 2015 2 commits
- 08 Feb, 2015 2 commits
- 30 Nov, 2014 3 commits
- 11 Nov, 2014 2 commits
-
-
Andriy Senkovych authored
-
Andriy Senkovych authored
* Support for both in-source and out-of-source builds * Set library version to 0.12 to map Debian package * Add separate options to build tests, examples and documentation * Add pkgconfig lookup support (if installed with `make install`) * Add CMake lookup support (if isntalled with `make install`) * Add Google Test Source lookup * Add CTest support for running tests (use `make test` or `ctest -V`)
-
- 28 Oct, 2014 2 commits
-
-
Philipp A. Hartmann authored
-
Philipp A. Hartmann authored
-
- 24 Oct, 2014 2 commits
-
-
Philipp A. Hartmann authored
In the original disambiguation fix for `GenericValue::operator[]` (#170), the documentation has been missing, which led to quite badly rendered Doxygen pages. During a cleanup, I've realized that a much simpler disambiguation is possible: ````cpp GenericValue& operator[](SizeType idx); // array template <typename T> GenericValue& operator[](T* name); // object ```` This approach works, as non-template functions are preferred over template functions. In order to improve the error messages, the pointer type is restricted to `(const) Ch`. Update `tutorial.md` to drop the ambiguity warning.
-
Zhihao Yuan authored
Closes: https://github.com/miloyip/rapidjson/issues/142
-
- 26 Sep, 2014 1 commit
-
-
Milo Yip authored
Correct `PushBack()` example
-