- 16 Sep, 2015 1 commit
-
-
Rodion Malinovsky authored
-
- 03 Sep, 2015 1 commit
-
-
Milo Yip authored
check return of fwrite to avoid warn_unused_result build failures. Fixed #420. Thank you.
-
- 02 Sep, 2015 1 commit
-
-
Kurt Johnson authored
-
- 01 Sep, 2015 2 commits
- 14 Aug, 2015 1 commit
-
-
Milo Yip authored
BigInteger: guard against self-assignment
-
- 13 Aug, 2015 3 commits
-
-
Philipp A. Hartmann authored
Related-to: #404. Suggested-by: @cosinekitty
-
Milo Yip authored
-
Milo Yip authored
doc: 自定义流应当使用 ParseStream 而不是 Parse
-
- 12 Aug, 2015 1 commit
-
-
Force.Charlie-I authored
-
- 10 Aug, 2015 2 commits
- 07 Aug, 2015 2 commits
- 04 Aug, 2015 1 commit
-
-
Milo Yip authored
Fix include location
-
- 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 1 commit
-
-
yuzhaol authored
Add #pragma intrinsic(_umul128) for MSVS 2005
-