- 19 Jan, 2016 1 commit
-
-
Milo Yip authored
-
- 24 Jun, 2015 1 commit
-
-
Mateusz Łoskot authored
AddMember requires allocator, this fix keeps all uses of AddMember consistent across the whole tutorial.
-
- 28 Apr, 2015 1 commit
-
-
miloyip authored
-
- 08 Feb, 2015 1 commit
-
-
Milo Yip authored
Reorganized some features. Try to make the text clearer in features and tutorial.
-
- 11 Nov, 2014 1 commit
-
-
Andriy Senkovych authored
-
- 24 Oct, 2014 1 commit
-
-
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.
-
- 26 Sep, 2014 1 commit
-
-
Milo Yip authored
Correct `PushBack()` example
-
- 11 Aug, 2014 1 commit
-
-
Philipp A. Hartmann authored
-
- 31 Jul, 2014 1 commit
-
-
Milo Yip authored
-
- 09 Jul, 2014 2 commits
-
-
Philipp A. Hartmann authored
-
Philipp A. Hartmann authored
-
- 08 Jul, 2014 1 commit
-
-
Milo Yip authored
Some links will become broken in GitHub.
-
- 07 Jul, 2014 1 commit
-
-
miloyip authored
Imitate readthedocs
-
- 06 Jul, 2014 2 commits
-
-
Milo Yip authored
-
Philipp A. Hartmann authored
-
- 04 Jul, 2014 2 commits
- 03 Jul, 2014 2 commits
- 02 Jul, 2014 1 commit
-
-
miloyip authored
-
- 01 Jul, 2014 7 commits