- 03 Aug, 2015 1 commit
-
-
Ivan Kravets authored
-
- 02 Aug, 2015 1 commit
-
-
Milo Yip authored
@PlatformIO Library Registry manifest file
-
- 01 Aug, 2015 2 commits
-
-
Ivan Kravets authored
-
Ivan Kravets authored
* This library in Web Registry: http://platformio.org/#!/lib/show/438/RapidJSON * Specification: [PlatformIO Library Manager](http://docs.platformio.org/en/latest/librarymanager/index.html) * Integration: [IDE Integration](http://docs.platformio.org/en/latest/ide.html)
-
- 25 Jul, 2015 1 commit
-
-
Milo Yip authored
Fix the error when compiled using vs2013
-
- 24 Jul, 2015 1 commit
-
-
blackball authored
The error message for the original codes is: unary minus operator applied to unsigned type, result still unsigned. Added static casting to eliminate this message.
-
- 22 Jul, 2015 1 commit
-
-
Milo Yip authored
Warning cleanup on osx10.10/clang, enable -Werror
-
- 21 Jul, 2015 7 commits
-
-
Justin Scheiber authored
-
scheiber authored
-
scheiber authored
-
scheiber authored
-
Milo Yip authored
Clarify problematic JSON license (#377)
-
Bas Couwenberg authored
-
- 20 Jul, 2015 4 commits
- 17 Jul, 2015 1 commit
-
-
Philipp A. Hartmann authored
As reported in #387, silently moving a `GenericDocument` to a `GenericValue` can lead to object slicing and premature deletion of the owning allocator of the (surviving) `GenericValue`. To reduce this risk, prohibit move construction of a `GenericValue` from a `GenericDocument`.
-
- 13 Jul, 2015 3 commits
-
-
Milo Yip authored
add GenericDocument<>::Swap with std::swap() support
-
Philipp A. Hartmann authored
-
Philipp A. Hartmann authored
-
- 10 Jul, 2015 2 commits
-
-
Philipp A. Hartmann authored
This avoids the dependency on the <algorithm> header, as suggested by @miloyip in #376.
-
Milo Yip authored
Make it usable with old VC8 (VS2005)
-
- 09 Jul, 2015 2 commits
- 04 Jul, 2015 1 commit
-
-
Milo Yip authored
Add GenericDocument ctor overload to specify JSON type.
-
- 03 Jul, 2015 2 commits
-
-
Philipp A. Hartmann authored
See #368.
-
Milo Yip authored
Update FAQ 8 with shorter version of clean-and-minimize idiom
-
- 02 Jul, 2015 3 commits
-
-
Mateusz Loskot authored
Credits to @pah who suggested it in comment to #368.
-
Mateusz Łoskot authored
-
Mateusz Loskot authored
Closes #366
-
- 01 Jul, 2015 1 commit
-
-
Mateusz Łoskot authored
@pah recommended to mark this constructor as explicit to avoid accidentally creating a temporary GenericDocument from a Type enum value (because all arguments but the first one are optional).
-
- 30 Jun, 2015 3 commits
-
-
Milo Yip authored
Add to FAQ: How to clear-and-minimize a document?
-
Mateusz Loskot authored
Closes #368
-
Mateusz Loskot authored
Update also documentation of the existing GenericDocument constructor.
-
- 26 Jun, 2015 1 commit
-
-
Mateusz Loskot authored
It unifies the interfaces with Value where kXXXType can be passed into constructor. It enables shortcut that helps to avoid extra SetXXX() call following construction of a document.
-
- 25 Jun, 2015 2 commits
- 24 Jun, 2015 1 commit
-
-
Mateusz Łoskot authored
AddMember requires allocator, this fix keeps all uses of AddMember consistent across the whole tutorial.
-