1542 Commits

Author SHA1 Message Date
Sergey Kosarevsky
3dba370486 Added IterativeParsingReaderHandler::RawNumber() 2016-02-29 17:51:32 +01:00
Sergey Kosarevsky
43a2c5694e Play nice with different encodings 2016-02-29 17:42:48 +01:00
Sergey Kosarevsky
9b13eacdf1 Add 0-character during in-situ numbers-as-strings parsing 2016-02-29 17:40:43 +01:00
Sergey Kosarevsky
f83b2c09e8 Fixed warning unused parameter ‘c’ 2016-02-29 16:31:54 +01:00
Sergey Kosarevsky
e23bc0d1a5 Fixed numbers-as-strings for in-situ streams 2016-02-29 16:12:30 +01:00
Sergey Kosarevsky
7d4891e243 Added NumberStream::Push() 2016-02-29 16:11:31 +01:00
Sergey Kosarevsky
a214bdff4d Removed unnecessary kParseInsituFlag check in ParseNumber() 2016-02-29 10:54:55 +01:00
Sergey Kosarevsky
6143f97b45 BaseReaderHandler::RawNumber() calls String() by default 2016-02-29 10:52:36 +01:00
Sergey Kosarevsky
f76174422d Fixed Ch type 2016-02-28 21:29:16 +01:00
Sergey Kosarevsky
fb5c464221 Added PrettyWriter::RawNumber() 2016-02-28 21:29:06 +01:00
Sergey Kosarevsky
2bbfe0d8a8 Number() -> RawNumber() to avoid name clashes with the union Number 2016-02-28 18:50:04 +01:00
Sergey Kosarevsky
4f94ec9b0b Added GenericDocument::Number() 2016-02-28 18:38:06 +01:00
Sergey Kosarevsky
334461b421 Added Hasher::Number() 2016-02-28 18:28:19 +01:00
Sergey Kosarevsky
eeb13bdb4c Added Writer::Number() 2016-02-28 18:12:57 +01:00
Sergey Kosarevsky
d2d5f6f919 ParseNumber() handles kParseNumbersAsStringsFlag 2016-02-28 17:58:34 +01:00
Sergey Kosarevsky
4abcfd1e28 Added Number() to rapidjson::Handler 2016-02-28 17:58:01 +01:00
Sergey Kosarevsky
ba2b751b4d Added kParseNumbersAsStringsFlag 2016-02-28 17:33:49 +01:00
Milo Yip
ef5e74a200 Merge pull request #563 from oktal/example-compilation-fix
#562: example: parsebyparts now compiles with g++-4.9
2016-02-28 13:21:29 +08:00
octal
d53d71b874 example: parsebyparts now compiles with g++-4.9 2016-02-27 19:59:29 +01:00
Milo Yip
2d5d9363d8 Merge pull request #556 from miloyip/example_parsebyparts
Add parse-by-parts example
2016-02-28 01:22:44 +08:00
Milo Yip
c62a19cfbd Remove CMakeLists license info 2016-02-28 01:22:15 +08:00
Milo Yip
bc40c8a682 Add missing valgrind 2016-02-28 00:53:15 +08:00
Milo Yip
5f13820899 Another try 2016-02-27 23:41:38 +08:00
Milo Yip
52512b7c12 Try to set libc++ in cmake 2016-02-27 22:56:23 +08:00
Milo Yip
de28919b41 Try libc++ 2016-02-27 22:42:55 +08:00
Milo Yip
d6575035a5 Add another source 2016-02-27 21:34:32 +08:00
Milo Yip
9e05693ca1 Add sources for clang 2016-02-27 21:20:52 +08:00
Milo Yip
c0b4981765 Try clang-3.7 2016-02-27 16:29:41 +08:00
Milo Yip
95c18905d7 Fix YAML 2016-02-27 16:10:03 +08:00
Milo Yip
cc2206d56c Try using clang 3.7 2016-02-27 16:07:42 +08:00
Milo Yip
2de47aae12 Merge branch 'master' into example_parsebyparts 2016-02-27 15:43:41 +08:00
Milo Yip
4de9ba54bc Merge pull request #559 from corporateshark/master
Custom Microsoft headers are necessary only for Visual Studio 2012 and lower
2016-02-26 22:46:51 +08:00
Sergey Kosarevsky
852ed80881 Custom Microsoft headers are necessary only for Visual Studio 2012 and lower 2016-02-26 12:03:22 +01:00
Milo Yip
f44961ff9b Merge branch 'master' into example_parsebyparts 2016-02-25 00:47:40 +08:00
Milo Yip
ed7efe6289 Merge pull request #558 from miloyip/travis
Remerge container based Travis CI build
2016-02-25 00:47:14 +08:00
Milo Yip
5a955c0d14 Add C++11 config 2016-02-24 23:32:56 +08:00
Milo Yip
ae840f66c5 Remerge #504 2016-02-23 14:21:03 +08:00
Milo Yip
e09765dd34 Merge pull request #557 from kevina/doc-fix
Documentation fix.
2016-02-23 09:36:33 +08:00
Kevin Atkinson
2f1e59324f Documentation fix.
GenericObject is a helper class for accessing Value of _object_ type.
2016-02-22 00:53:58 -05:00
Milo Yip
f1387ef879 Rollback stdlib flag 2016-02-22 10:02:01 +08:00
Milo Yip
dbe8d115b1 Rename variable in parsebyparts 2016-02-22 09:34:23 +08:00
Milo Yip
24d0ebd8fb Fix compilation problem of parsebyparts 2016-02-22 09:33:41 +08:00
Milo Yip
70cad1901a Add parse-by-parts example
Fix #527
2016-02-21 17:23:23 +08:00
Milo Yip
494f9deb9b Merge pull request #555 from miloyip/appveyor_vs2015
Add VS2010 and VS2015 to AppVeyor CI
2016-02-21 17:16:28 +08:00
Milo Yip
770f3a47b1 Bypass a VC2010 problem on IsLosslessDouble() 2016-02-21 14:57:08 +08:00
Milo Yip
a4e13ecce9 Give up VC2008 on appveyor 2016-02-21 14:41:38 +08:00
Milo Yip
d3129c5d33 Try to fix msbuild issue on VC2008 2016-02-21 14:39:03 +08:00
Milo Yip
a907ca490e Fix another VC2010 compilation error 2016-02-21 14:14:49 +08:00
Milo Yip
3227aa0533 Try to change VS generator names 2016-02-21 12:57:52 +08:00
Milo Yip
4620fa60f5 Fix VS2010 compilation errors 2016-02-21 12:52:14 +08:00