1474 Commits

Author SHA1 Message Date
Milo Yip
c53a836a3c Try fixing 64-bit printf macro 2016-02-09 00:53:49 +08:00
Milo Yip
9f1dcef6b1 Add jsonx example 2016-02-09 00:09:39 +08:00
Milo Yip
953dd5a34f Fix OStreamWrapper test 2016-02-08 01:45:12 +08:00
Milo Yip
0f7cb315ef Update Stream.md 2016-02-08 00:49:00 +08:00
Milo Yip
562549fbac Disable copy/assignment for stream wrappers 2016-02-08 00:45:55 +08:00
Milo Yip
c3133defb6 Renamed IStreamWrapper/OStreamWrapper 2016-02-08 00:10:52 +08:00
Milo Yip
b9bca8e5c3 Add OStreamWrapper 2016-02-07 23:30:51 +08:00
Milo Yip
ec81cc393b Fix a IStreamWrapper test with incorrect type 2016-02-07 22:54:02 +08:00
Milo Yip
67945ef727 Disable including codecvt in tests as many libraries does not support it yet. 2016-02-07 22:40:21 +08:00
Milo Yip
43b63b1100 Add IStreamWrapper 2016-02-07 22:15:17 +08:00
Milo Yip
c828037784 Make a stackoverflow solution 2016-02-06 16:55:15 +08:00
Milo Yip
7c72640da1 Improve reader coverage for insitu parsing 2016-02-03 13:48:39 +08:00
Milo Yip
cefae77aa2 Fix gcc warning 2016-02-03 13:29:25 +08:00
Milo Yip
021d746931 Fix warning 2016-02-03 13:10:55 +08:00
Milo Yip
d258f59022 Add SIMD ScanCopyUnescapedString test 2016-02-03 12:51:02 +08:00
Milo Yip
28f11ac429 Fix schema performance stats 2016-02-03 11:33:27 +08:00
Milo Yip
b8a273705e Improve comment parsing code coverage 2016-02-03 09:32:34 +08:00
Milo Yip
efe4140208 Fix #399 MemoryPoolAllocator::Realloc expands fail 2016-02-03 00:22:25 +08:00
Milo Yip
d43f001a36 Fix #472 Template specialization failure with SunOS compiler 2016-02-02 22:59:27 +08:00
Milo Yip
3edf0b4d92 Minor doc fix 2016-02-02 22:53:35 +08:00
Milo Yip
29016f3e2b Add notes about SIMD optimization issue. [skip ci]
#499
2016-02-02 22:49:33 +08:00
Milo Yip
7787c449ca Fix again 2016-02-02 20:21:07 +08:00
Milo Yip
f422094b9f Fix the last warning fix 2016-02-02 18:36:27 +08:00
Milo Yip
5f819ea1d3 Fix warnings 2016-02-02 18:27:26 +08:00
Milo Yip
8cb978dc15 Add fwd.h and extract stream.h 2016-02-02 18:20:36 +08:00
Milo Yip
0cf064422a Merge pull request #522 from miloyip/schema
JSON Schema Implementation
2016-02-02 13:25:58 +08:00
Milo Yip
dd2076f8d8 Minor refactoring 2016-02-02 12:56:53 +08:00
Milo Yip
ba7aa979a5 Refactoring: Remove GenericSchemaValiadator::nullOutputHandler_ 2016-02-02 10:17:06 +08:00
Milo Yip
02ea9f9db6 Refactor: remove unncessary template member functions 2016-02-02 10:00:27 +08:00
Milo Yip
f9d1e423ba Refactoring: remove GenericSchemaDocument::document_ 2016-02-02 09:52:00 +08:00
Milo Yip
13ee68c910 Add API doc for schema 2016-02-02 00:43:01 +08:00
Milo Yip
8876d9e6d5 Fix regex doc [ci skip] 2016-02-01 01:38:47 +08:00
Milo Yip
4daade9218 Add Chinese translation of schema [ci skip] 2016-02-01 00:40:15 +08:00
Milo Yip
267fcd1ff6 Add TOC [skip ci] 2016-01-31 23:39:14 +08:00
Milo Yip
84a26e5d18 Fix incorrect escape characters in doc [skip ci] 2016-01-31 23:37:31 +08:00
Milo Yip
a79d6895ed Minor edits of schema.md [ci skip] 2016-01-31 23:35:02 +08:00
Milo Yip
3184e8947d Draft schema documentation 2016-01-31 23:24:17 +08:00
Milo Yip
55d2867841 Add SchemaValidatingReader ::IsValid() 2016-01-31 22:36:19 +08:00
Milo Yip
28e6a40fc6 Change indentation to space 2016-01-31 13:44:49 +08:00
Milo Yip
48e0675ec9 Fix gcc warning 2016-01-31 01:47:51 +08:00
Milo Yip
556a8975bd Add RAPIDJSON_UNLIKELY in Value::Accept() 2016-01-31 01:33:47 +08:00
Milo Yip
b515627446 CMake use RelWithDebInfo as default #319 2016-01-31 01:17:29 +08:00
Milo Yip
b8b7dfedd1 Fix partial specialization issue 2016-01-30 23:07:51 +08:00
Milo Yip
ed12665f16 Fix compilation error for gcc/clang 2016-01-30 22:44:04 +08:00
Milo Yip
a33af83ee4 Optimization for Regex and Schema 2016-01-30 22:41:09 +08:00
Milo Yip
a006648398 Update json schema suite and add perf test 2016-01-30 01:00:01 +08:00
Milo Yip
89106a13c6 Add schema validator example 2016-01-29 15:24:23 +08:00
Milo Yip
4ce000b9f5 Fix out-of-bound access 2016-01-29 10:53:33 +08:00
Milo Yip
ea62c64add Fix clang warning 2016-01-27 14:22:05 +08:00
Milo Yip
63ae3b730a Fix memory leak 2016-01-27 14:17:24 +08:00