1377 Commits

Author SHA1 Message Date
Milo Yip
490630b7cc Readd RAPIDJSON_SCHEMA_HAS_REGEX and fix compilation 2015-05-08 13:48:37 +08:00
Milo Yip
6b3244ead3 Remove RAPIDJSON_SCHEMA_HAS_REGEX 2015-05-08 13:44:52 +08:00
Milo Yip
314ee2281c Add multiple patternProperties match 2015-05-08 13:37:30 +08:00
miloyip
3d3555d373 Use move semantics for property name 2015-05-07 23:37:05 +08:00
miloyip
242d67fa8d Handle all properties in schema 2015-05-07 23:05:05 +08:00
miloyip
e9dd5fffa6 Add schema dependencies (not handling missing property)
[ci skip]
2015-05-07 18:27:17 +08:00
miloyip
9e907ea219 Remove unused multiTypeSchema 2015-05-07 17:22:16 +08:00
Milo Yip
761561a28d Fix clang compilation and a memory leak 2015-05-07 17:09:55 +08:00
miloyip
1948fb5786 Fix multipleOf in schema tests 2015-05-07 16:42:41 +08:00
miloyip
e33049d288 Fix minLength & maxLength with code point instead of code unit 2015-05-07 16:15:09 +08:00
miloyip
9c0e409ff2 Fix "additional items do not match schema" 2015-05-07 15:36:48 +08:00
Milo Yip
f19a1b6abc Fix clang errors/warnings 2015-05-07 15:12:25 +08:00
miloyip
bbbd1c6f5e Schema code simplification 2015-05-07 15:05:55 +08:00
miloyip
838e29f482 Remove polymorphism in schema 2015-05-07 10:26:13 +08:00
miloyip
a274063ab2 Massive refactoring of schema 2015-05-07 00:59:51 +08:00
miloyip
a30a641c3e Fix warnings 2015-05-06 21:24:01 +08:00
miloyip
ca2061acef Turn off some not-yet-implemented test cases, and fix a few
[ci skip]
2015-05-06 18:31:56 +08:00
miloyip
5ad3639dd5 Add Json Schema Test Suite
[ci skip]
2015-05-06 18:11:57 +08:00
miloyip
15c712dc8f Attempt to make correct implementation of logic combiners 2015-05-06 16:29:11 +08:00
Justin Scheiber
5be9b6e584 update the submodule fore google test 2015-05-05 22:41:35 -06:00
Justin Scheiber
1f4211e25a Merge branch 'master' of https://github.com/miloyip/rapidjson 2015-05-05 22:08:28 -06:00
Milo Yip
f4e357f65d Merge pull request #329 from nightmouse/master
Warning cleanup
2015-05-06 11:42:46 +08:00
Milo Yip
286aa8a67c Merge pull request #328 from isanych/master
Fix alignment of 64bit platforms
2015-05-06 10:50:12 +08:00
miloyip
a72c35b9fa Workaround for Valgrind false alarm on wcscmp() 2015-05-06 10:49:01 +08:00
Justin Scheiber
f7c184d36a Revert "add -Werror for clang and gcc"
This reverts commit d0c37814563cd842f7ee7638ad07e7c678032113.
2015-05-05 18:02:03 -06:00
Justin Scheiber
d0c3781456 add -Werror for clang and gcc 2015-05-05 15:33:31 -06:00
Justin Scheiber
050be06e52 fixing conversion warnings 2015-05-05 14:37:18 -06:00
Justin Scheiber
97d489c247 fix shadow warnings on gcc 4.8 (-Wshadow) 2015-05-05 14:02:10 -06:00
Igor Kostenko
1576cde592 Fix alignment of 64bit platforms 2015-05-05 17:39:16 +01:00
Justin Scheiber
33b7a4bae0 don't try to use google's servers 2015-05-05 09:26:22 -06:00
Milo Yip
d6871c3f15 Fix warnings 2015-05-05 21:43:27 +08:00
Milo Yip
eb7d02b51d Add anyOf, oneOf and not in schema (buggy) 2015-05-05 18:27:22 +08:00
Milo Yip
1062f0a46b Add allOf in schema 2015-05-05 16:44:05 +08:00
Milo Yip
c2649a36c6 Disable patternProperties tests when no regex 2015-05-05 10:52:31 +08:00
Milo Yip
efc1932c0d Travis gcc/clang versions cannot support C++11 well 2015-05-05 10:28:26 +08:00
miloyip
d5c2f2ec78 Add patternProperties in schema 2015-05-05 00:47:06 +08:00
miloyip
8366bb8975 Add string pattern in schema 2015-05-05 00:08:36 +08:00
Milo Yip
ba7647531b Fix incorrect doxygen escapes 2015-05-04 22:13:14 +08:00
Milo Yip
8c01e7e1ce Add Pointer::Erase() and EraseValueByPointer() 2015-05-04 21:50:26 +08:00
miloyip
87adfd464a Merge remote-tracking branch 'origin/master' into schema 2015-05-04 18:25:24 +08:00
miloyip
a3e5fcf490 Minor grammar corrections 2015-05-04 18:22:40 +08:00
miloyip
5bec8b99bb Minor modification to Pointer guide 2015-05-04 17:28:37 +08:00
miloyip
1086297f13 Fix Pointer guide punctuations 2015-05-04 17:05:01 +08:00
Milo Yip
2acc1e9a3d Merge pull request #327 from miloyip/json-pointer
Implementation of Json Pointer
2015-05-04 16:53:20 +08:00
miloyip
5543a090c0 Draft Pointer guide 2015-05-04 16:32:02 +08:00
miloyip
436625f83c Fix ambiguous cases in Pointer::Create() 2015-05-04 15:02:43 +08:00
miloyip
b6a54f7244 Add API doc for GenericPointer, rename some (template) parameters 2015-05-04 13:32:44 +08:00
miloyip
b0c6a9d7f9 Merge remote-tracking branch 'origin/master' into json-pointer 2015-05-04 10:29:25 +08:00
miloyip
56568fd73f Add GenericValue::ValueType and fix warning for SetString(std::string, Allocator) 2015-05-04 10:25:31 +08:00
miloyip
e7bcedb4f4 Simplify code 2015-05-04 10:21:30 +08:00