Milo Yip
|
0b098eb38d
|
Rectify constness of Array
|
2016-02-13 22:09:14 +08:00 |
|
Milo Yip
|
59309b5dd2
|
Add GenericArray helper class with range-based for
|
2016-02-13 19:06:03 +08:00 |
|
Milo Yip
|
c6946fd2c1
|
Merge branch 'master' into issue316_templatedaccessors
|
2016-02-13 17:09:15 +08:00 |
|
Milo Yip
|
98ddfacdf1
|
Another try with volatile
|
2016-02-13 16:53:45 +08:00 |
|
Milo Yip
|
58d8d9ab9b
|
Try fixing unit test in release configuration
|
2016-02-12 23:35:17 +08:00 |
|
Milo Yip
|
513fe7894e
|
Add templated accessors for C string
|
2016-02-12 23:06:49 +08:00 |
|
Milo Yip
|
4d648fdcd8
|
Add templated accessors
|
2016-02-12 18:23:32 +08:00 |
|
Milo Yip
|
e61169e61a
|
Fix Value::GetFloat()
|
2016-02-12 18:13:11 +08:00 |
|
Milo Yip
|
8b4c999888
|
Add Value::GetFloat(), Value::IsLossLessFloat/Double()
Fix #341
|
2016-02-12 16:33:31 +08:00 |
|
Milo Yip
|
3cb5733ec0
|
Merge pull request #539 from miloyip/issue538_regexzeromin
Support {0, } and {0, m} in Regex
|
2016-02-12 15:01:57 +08:00 |
|
Milo Yip
|
60116cf11e
|
Support {0, } and {0, m} in Regex
|
2016-02-12 14:17:53 +08:00 |
|
Milo Yip
|
3c2c16283c
|
Merge pull request #534 from miloyip/issue325
Add encoding validation option for Writer/PrettyWriter
|
2016-02-11 00:06:18 +08:00 |
|
Milo Yip
|
7e383864c7
|
Fix #533
|
2016-02-10 11:36:23 +08:00 |
|
Milo Yip
|
964d89e34b
|
Add encoding validation option for Writer/PrettyWriter
|
2016-02-10 11:31:29 +08:00 |
|
Milo Yip
|
935e2ef7ed
|
Merge pull request #510 from miloyip/issue509_writingnaninf
Fix #509 by checking Nan/Inf when writing a double
|
2016-02-09 18:12:17 +08:00 |
|
Milo Yip
|
ab250d21bc
|
Rectify parsing error offsets
|
2016-02-09 17:33:49 +08:00 |
|
Milo Yip
|
cec8dcbc7a
|
Add optional unresolvedTokenIndex parameter to Pointer::Get() and related
|
2016-02-09 12:09:47 +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
|
43b63b1100
|
Add IStreamWrapper
|
2016-02-07 22:15:17 +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
|
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
|
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 |
|