- 30 Jun, 2014 11 commits
-
-
Milo Yip authored
Fixes IBM XL C/C++ for AIX issue
-
miloyip authored
Move rapidjson::GenericValue::Member to rapidjson::GenericMember https://code.google.com/p/rapidjson/issues/detail?id=64
-
Milo Yip authored
Add interpreter Change line endings Fixes https://code.google.com/p/rapidjson/issues/detail?id=54
-
Milo Yip authored
-
Milo Yip authored
rapidjson -> RapidJSON
-
Milo Yip authored
-
Milo Yip authored
-
Milo Yip authored
-
miloyip authored
-
Milo Yip authored
Issue23errorcode
-
miloyip authored
Conflicts: example/condense/condense.cpp include/rapidjson/reader.h test/unittest/readertest.cpp
-
- 29 Jun, 2014 14 commits
-
-
Milo Yip authored
Make stream local copy optimization as trait option per stream type
-
Milo Yip authored
need ‘typename’ before ‘rapidjson::StreamTraits<InputStream>::StreamCopyType
-
Milo Yip authored
‘>>’ should be ‘> >’ within a nested template argument list
-
Milo Yip authored
An unit test is added
-
Milo Yip authored
-
Milo Yip authored
-
Milo Yip authored
Added overloaded functions for default parseFlags
-
Milo Yip authored
-
Milo Yip authored
-
Milo Yip authored
-
Milo Yip authored
-
Milo Yip authored
-
Milo Yip authored
Can write d.Parse(...) instead of d.Parse<0>(...) Hope to reduce strangeness and confusion for beginner.
-
Milo Yip authored
Showing the type Value and preventing member lookup twice.
-
- 28 Jun, 2014 3 commits
- 27 Jun, 2014 10 commits
-
-
Milo Yip authored
-
Milo Yip authored
-
Milo Yip authored
-
Milo Yip authored
Fix segfault and build error on Linux
-
Philipp A. Hartmann authored
Another instance of casting away constness via C-style cast has been missed (introduced by #20).
-
Philipp A. Hartmann authored
Some early returns were missing after the removal of longjmp in #22. This has led to segfaults on Linux (confirmed locally).
-
Milo Yip authored
-
Milo Yip authored
-
Milo Yip authored
minor mistake
-
Milo Yip authored
Added a paragraph about the unicode features
-
- 26 Jun, 2014 2 commits
-
-
Milo Yip authored
Parse errors is represented as enum type `ParseErrorCode`. Error texts are optional for user. Added `GetParseError_En()` in `error/en.h`, user can localize this file into other files. User may dynamically change the locale in runtime.
-
Milo Yip authored
Removal of setjmp()/longjmp()
-