- 30 Sep, 2016 1 commit
-
-
Adam Majer authored
Older GCC versions fail compiling RapidJSON due to a warning include/rapidjson/reader.h:578: error: suggest a space before ';' or explicit braces around empty body in 'while' statement : warnings being treated as errors
-
- 25 Sep, 2016 2 commits
- 22 Sep, 2016 2 commits
- 21 Sep, 2016 2 commits
- 20 Sep, 2016 1 commit
-
-
Milo Yip authored
Move constructor support for Writer
-
- 19 Sep, 2016 3 commits
-
-
Tallódi Mihály authored
-
Tall??di Mih??ly authored
-
Tall??di Mih??ly authored
This also requires turning off the c++98 compatibility checks when building with clang.
-
- 16 Sep, 2016 2 commits
- 03 Sep, 2016 3 commits
- 02 Sep, 2016 2 commits
- 01 Sep, 2016 1 commit
-
-
Milo Yip authored
fix wrong length in remote schema
-
- 31 Aug, 2016 1 commit
-
-
niukuo authored
Change-Id: Ia96ddf5746f1c18968e9e086f17fe4a24b8480d7
-
- 29 Aug, 2016 2 commits
- 26 Aug, 2016 2 commits
-
-
Janusz Chorko authored
-
Janusz Chorko authored
-
- 25 Aug, 2016 2 commits
- 02 Aug, 2016 1 commit
-
-
Milo Yip authored
Fix builds on x32 platform.
-
- 01 Aug, 2016 2 commits
-
-
Jordi Mallach authored
From the Debian wiki: https://wiki.debian.org/X32Port X32 is an ABI for amd64/x86_64 CPUs using 32-bit integers, longs and pointers. The idea is to combine the smaller memory and cache footprint from 32-bit data types with the larger register set of x86_64. The 64-bit registers can make computation more efficient, and with 8 additional registers available, there is less pressure compared to i386/i686. rapidjson makes an incorrect assumption in a check for 64 bit platforms, and uses __LP64__ exclusively. This fix adds an additional check for __x86_64__ && __ILP32__ defines, as a very conservative fix. However, the usage of __LP64__ would be a problem for other "mixed" applications like ARM ILP32, so a better detection scheme might be needed in the future.
-
Milo Yip authored
-
- 29 Jul, 2016 2 commits
- 27 Jul, 2016 2 commits
-
-
Milo Yip authored
Add std::string overload to PrettyWriter::Key() when RAPIDJSON_HAS_STDSTRING is #defined
-
Jamie Seward authored
Only String() has the std::string overload currently.
-
- 23 Jul, 2016 1 commit
-
-
Milo Yip authored
Handle malloc() fail in PoolAllocator
-
- 21 Jul, 2016 4 commits
- 14 Jul, 2016 1 commit
-
-
fuzhufang authored
also use internal::StrLen to get the string lengtht, when it call FindMember(StringRef(name)). Now use GenericValue construct it, then can use the std::string.size. now it will be faster.
-
- 11 Jul, 2016 1 commit
-
-
Milo Yip authored
fix rapidjson::value::Get<std::string>() may returns wrong data
-