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
55d2867841
Add SchemaValidatingReader ::IsValid()
2016-01-31 22:36:19 +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
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
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
Milo Yip
d72f52bbea
Fix clang warning
2016-01-27 14:17:06 +08:00
Milo Yip
05968b7031
Fix schema tests and added SchemaValidatingReader
2016-01-27 13:59:14 +08:00
Milo Yip
6978f878eb
Resolve conflicts
2016-01-26 15:58:22 +08:00
Milo Yip
7f9921fc60
Merge branch 'master' into schema
...
# Conflicts:
# .gitignore
# include/rapidjson/internal/stack.h
2016-01-26 15:24:04 +08:00
Milo Yip
a6eb15d274
Fix warnings in clang for C++11
2016-01-23 14:37:15 +08:00
Milo Yip
968a666acd
Merge pull request #513 from miloyip/optimization
...
Make whitespace array more compact
2016-01-22 20:13:58 +08:00
Milo Yip
f183282b64
Fix warning
2016-01-22 19:03:00 +08:00
Milo Yip
a202d82339
Make whitespace array more compact
2016-01-22 18:42:50 +08:00
Milo Yip
4f4aff329f
Fix clang compilation
2016-01-22 18:33:08 +08:00
Milo Yip
a5990f3eea
Optimize ScanCopyUnescapedString for insitu parsing
2016-01-22 18:26:24 +08:00
Milo Yip
6863f7b24c
Fix warning
2016-01-22 15:39:07 +08:00
Milo Yip
ae5cf58878
Fix ScanCopyUnescapedString performance issue
2016-01-22 15:33:08 +08:00
Milo Yip
69d0f41c4b
Implemented ScanCopyUnescapeString optimization
...
Some performance issues to be fixed
2016-01-22 12:18:05 +08:00
Milo Yip
8fbe442925
Merge pull request #510 from miloyip/issue509_writingnaninf
...
Fix #509 by checking Nan/Inf when writing a double
2016-01-20 22:30:15 +08:00
Milo Yip
78c7d54aba
Fix #498 VC2015 warnings
2016-01-20 22:29:50 +08:00
Milo Yip
ad1d22eba5
Fix #509 by checking Nan/Inf when writing a double
2016-01-20 01:53:40 +08:00
Milo Yip
df76c0d6d7
Apply LIKELY/UNLIKELY in Reader
2015-12-31 18:10:17 +08:00
Milo Yip
122c722993
More LIKELY/UNLIKELY in Writer
2015-12-31 16:17:52 +08:00
Milo Yip
bcc3fb6d9e
Fix stack reserve bug
2015-12-31 16:07:07 +08:00
Milo Yip
ef6957c177
PutReserve() and PutUnsafe() optimisation for Writer
2015-12-31 15:30:28 +08:00
Milo Yip
1a21379e3c
Merge branch 'master' into optimization
2015-12-31 09:23:38 +08:00
Milo Yip
81c07721cb
Try to fix clang and gcc warnings problems again x10
2015-12-18 20:38:08 +08:00
Milo Yip
5c003f3ecb
Try to fix clang and gcc warnings problems again x9
...
Abandon RAPIDJSON_NORETURN_SUFFIX
2015-12-18 20:34:46 +08:00
Milo Yip
efdbdc6016
Try to fix clang and gcc warnings problems again x8
2015-12-18 20:26:34 +08:00
Milo Yip
6d6381f596
Try to fix clang and gcc warnings problems again x7
2015-12-18 20:15:11 +08:00
Milo Yip
6e08e760fc
Try to fix clang and gcc warnings problems again x5
2015-12-18 19:57:43 +08:00
Milo Yip
d6478991d0
Try to fix clang and gcc warnings problems again x4
2015-12-18 19:54:10 +08:00
Milo Yip
a6a73b51b5
Try to fix clang and gcc warnings problems againx2
2015-12-18 19:36:51 +08:00
Milo Yip
9ce381b801
Try to fix clang and gcc warnings problems again
2015-12-18 19:15:51 +08:00
Milo Yip
17f2ca6913
Try to fix clang and gcc warnings problems
2015-12-18 19:04:09 +08:00
Milo Yip
74c8dcfd57
Fix clang -Weverything
2015-12-18 18:34:04 +08:00
Philipp A. Hartmann
7899a3c125
encodings.h: fix typo in preprocessor condition ( closes #494 )
2015-12-16 09:40:39 +01:00
Michael Haubenwallner
e706397861
detect little endian for Microsoft ARM targets
...
When _MSC_VER and _M_ARM is defined, this is some Windows ARM target
using little-endian byte order.
2015-12-04 17:54:45 +01:00
Michael Haubenwallner
5b268e6508
use <wchar.h> with C++ linkage on Windows ARM
...
Instead of commenting that we should, just do include <wchar.h>
with C++ linkage when compiling for Windows on ARM.
Actually, omitting the C linkage really should be enough here.
2015-11-30 17:34:29 +01:00
Milo Yip
28f2ed00d9
Merge pull request #484 from miloyip/Issue483_PointerValue
...
Fix #483 by using the correct value type
2015-11-30 17:37:58 +08:00