miloyip
|
45bed001ee
|
Remove unusable StringRef overloads
|
2015-05-03 23:44:58 +08:00 |
|
miloyip
|
524974deec
|
Add Validation of UTF-8 sequence for percent encoding, also improves coverage
|
2015-05-03 21:58:55 +08:00 |
|
miloyip
|
c35d47f83c
|
Change copyright header of pointer test
|
2015-05-03 21:37:12 +08:00 |
|
miloyip
|
86d298cd46
|
Merge branch 'master' into json-pointer
|
2015-05-03 21:24:51 +08:00 |
|
miloyip
|
1c98609ada
|
Standardize MemoryPoolAllocator::Realloc() also, and improve coverage
|
2015-05-03 21:23:13 +08:00 |
|
miloyip
|
6fdfc90bb2
|
Merge branch 'master' into json-pointer
|
2015-05-03 21:07:33 +08:00 |
|
miloyip
|
ae61b7973c
|
Standardize CrtAllocator::Realloc() for newSize = 0
|
2015-05-03 21:02:34 +08:00 |
|
miloyip
|
3c73975513
|
Fix 2 FILE* leaks in documenttest.cpp
|
2015-05-03 20:52:44 +08:00 |
|
miloyip
|
bfd47a70ed
|
Fix merge conflict
|
2015-05-03 20:30:46 +08:00 |
|
miloyip
|
7fc716006f
|
Merge branch 'master' into json-pointer
Conflicts:
test/unittest/CMakeLists.txt
|
2015-05-03 20:27:21 +08:00 |
|
miloyip
|
369cf2a8b7
|
Fix wcscmp() causing false alarm in Valgrind
|
2015-05-03 20:11:55 +08:00 |
|
miloyip
|
b55a9bcacb
|
Try diagnosis Valgrind error
|
2015-05-03 19:58:25 +08:00 |
|
miloyip
|
f55002c9a2
|
Try to fix valgrind error
|
2015-05-03 19:27:12 +08:00 |
|
miloyip
|
6582160a12
|
Fix out-of-bound access in percent decode
|
2015-05-03 19:14:58 +08:00 |
|
miloyip
|
bb0e828928
|
Some std::string overloads for Pointer
|
2015-05-03 18:55:55 +08:00 |
|
miloyip
|
0eb6cb8e5f
|
Add equality/inequality operator, URI fragment stringify and UTF-8 Percent Encoding/Decoding
|
2015-05-03 14:14:05 +08:00 |
|
miloyip
|
28f14bd68f
|
Add parsing of URI fragment representation of JSON pointer
|
2015-05-03 09:51:15 +08:00 |
|
miloyip
|
2ee15de4a9
|
Add no allocator overloads for Swap
|
2015-05-02 22:58:41 +08:00 |
|
miloyip
|
fd9386589f
|
Add overloads for document as root, with no allocator parameter.
|
2015-05-02 22:46:30 +08:00 |
|
miloyip
|
d0d18847c5
|
Add GetValueByPointerWithDefault() overloads
|
2015-05-02 22:08:03 +08:00 |
|
miloyip
|
32b45f6e6d
|
Add GetWithDefault() overloads
|
2015-05-02 21:52:49 +08:00 |
|
miloyip
|
2ddbd09031
|
Add '-' support for Create() and Set()
|
2015-05-02 21:30:40 +08:00 |
|
miloyip
|
2ece55abc7
|
Implement pointer parse error
|
2015-05-02 20:44:30 +08:00 |
|
miloyip
|
1ef380586d
|
Fix a bug in Pointer::Create() and Add different overloads for Set() related implementations
|
2015-05-02 20:07:50 +08:00 |
|
miloyip
|
0713b8931d
|
Implement Multi-type
|
2015-05-02 17:46:55 +08:00 |
|
miloyip
|
e0c26e44c0
|
Fix the test, and refactor to simplify
|
2015-05-02 12:24:23 +08:00 |
|
miloyip
|
ae645a2ce4
|
Fix a bug in additionalItems
|
2015-05-02 11:03:58 +08:00 |
|
Milo Yip
|
602f87545e
|
Add a failed case
|
2015-05-02 10:28:10 +08:00 |
|
Milo Yip
|
05ae593583
|
Implement additionalItems
|
2015-05-02 10:06:48 +08:00 |
|
miloyip
|
33b5c59e5d
|
Fix some gcc warnings/errors
|
2015-05-01 22:38:00 +08:00 |
|
miloyip
|
9a5283eb0a
|
Fix mismatched delete
|
2015-05-01 21:42:26 +08:00 |
|
miloyip
|
5c93e64c68
|
Fix clang compilation
|
2015-05-01 20:16:41 +08:00 |
|
Milo Yip
|
c1bcccb16a
|
Very basic JSON schema implementation
|
2015-05-01 17:59:31 +08:00 |
|
Milo Yip
|
ea7b39b960
|
Update installation section of zh-cn readme
|
2015-05-01 08:10:21 +08:00 |
|
miloyip
|
c1b66cc082
|
Fix incorrect API in tutorial document.
|
2015-04-28 22:41:31 +08:00 |
|
Milo Yip
|
0be627430d
|
Merge pull request #322 from miloyip/issue321_includerapidjson
Include rapidjson.h in error/error.h and internal/*.h
|
2015-04-28 11:03:01 +08:00 |
|
miloyip
|
dba6d6f1b5
|
Include rapidjson.h in error/error.h and internal/*.h
Fixes #321
|
2015-04-28 10:09:37 +08:00 |
|
Milo Yip
|
cca4013dcf
|
Merge pull request #320 from guoxiao/https
Fix warnings when visited via https
|
2015-04-26 21:37:52 +08:00 |
|
Guo Xiao
|
8f891403bc
|
Fix warnings when visited via https
|
2015-04-26 20:54:50 +08:00 |
|
Milo Yip
|
d2269f65f6
|
Update CHANGELOG.md
|
2015-04-25 16:01:10 +08:00 |
|
Milo Yip
|
a592e199e7
|
Update CHANGELOG.md
|
2015-04-25 15:53:51 +08:00 |
|
Milo Yip
|
b55fe077b6
|
Merge pull request #318 from miloyip/release1.0.1
Release1.0.1
|
2015-04-25 15:50:26 +08:00 |
|
Milo Yip
|
2e913bfea6
|
Update readme badge to version 1.0.1 also
|
2015-04-25 10:18:30 +08:00 |
|
Milo Yip
|
316292d518
|
Change version to 1.0.1
|
2015-04-25 09:52:59 +08:00 |
|
Milo Yip
|
4f20541339
|
Add change log
|
2015-04-25 09:49:31 +08:00 |
|
Milo Yip
|
d38558ffd7
|
Merge pull request #314 from miloyip/issue313_exponentoverflow
Fix #313 Assertion In `Pow10.h` is triggered in Document::Parse
|
2015-04-25 08:54:45 +08:00 |
|
Milo Yip
|
1a2d99df50
|
Merge pull request #317 from mitza-oci/patch-1
Fixed to build on older versions of 32-bit MSVC
|
2015-04-25 08:54:38 +08:00 |
|
Adam Mitz
|
a9250d170d
|
Fixed to build on older versions of 32-bit MSVC
|
2015-04-24 13:32:00 -05:00 |
|
Milo Yip
|
7708215b60
|
Try to fix #313 again
|
2015-04-25 00:13:09 +08:00 |
|
Milo Yip
|
735354efd3
|
Separate handling for pos/neg exp and improve pos exp overflow
|
2015-04-24 22:50:42 +08:00 |
|