Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
R
rapidjson
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
rapidjson
Commits
6b3244ead3d67c6f5c49b31b3c8f1a36081af7c2
Switch branch/tag
rapidjson
08 May, 2015
2 commits
Remove RAPIDJSON_SCHEMA_HAS_REGEX
· 6b3244ea
Milo Yip
authored
May 08, 2015
6b3244ea
Add multiple patternProperties match
· 314ee228
Milo Yip
authored
May 08, 2015
314ee228
07 May, 2015
11 commits
Use move semantics for property name
· 3d3555d3
miloyip
authored
May 07, 2015
3d3555d3
Handle all properties in schema
· 242d67fa
miloyip
authored
May 07, 2015
242d67fa
Add schema dependencies (not handling missing property)
· e9dd5fff
miloyip
authored
May 07, 2015
[ci skip]
e9dd5fff
Remove unused multiTypeSchema
· 9e907ea2
miloyip
authored
May 07, 2015
9e907ea2
Fix clang compilation and a memory leak
· 761561a2
Milo Yip
authored
May 07, 2015
761561a2
Fix multipleOf in schema tests
· 1948fb57
miloyip
authored
May 07, 2015
1948fb57
Fix minLength & maxLength with code point instead of code unit
· e33049d2
miloyip
authored
May 07, 2015
e33049d2
Fix "additional items do not match schema"
· 9c0e409f
miloyip
authored
May 07, 2015
9c0e409f
Fix clang errors/warnings
· f19a1b6a
Milo Yip
authored
May 07, 2015
f19a1b6a
Schema code simplification
· bbbd1c6f
miloyip
authored
May 07, 2015
bbbd1c6f
Remove polymorphism in schema
· 838e29f4
miloyip
authored
May 07, 2015
838e29f4
06 May, 2015
5 commits
Massive refactoring of schema
· a274063a
miloyip
authored
May 06, 2015
a274063a
Fix warnings
· a30a641c
miloyip
authored
May 06, 2015
a30a641c
Turn off some not-yet-implemented test cases, and fix a few
· ca2061ac
miloyip
authored
May 06, 2015
[ci skip]
ca2061ac
Add Json Schema Test Suite
· 5ad3639d
miloyip
authored
May 06, 2015
[ci skip]
5ad3639d
Attempt to make correct implementation of logic combiners
· 15c712dc
miloyip
authored
May 06, 2015
15c712dc
05 May, 2015
5 commits
Fix warnings
· d6871c3f
Milo Yip
authored
May 05, 2015
d6871c3f
Add anyOf, oneOf and not in schema (buggy)
· eb7d02b5
Milo Yip
authored
May 05, 2015
eb7d02b5
Add allOf in schema
· 1062f0a4
Milo Yip
authored
May 05, 2015
1062f0a4
Disable patternProperties tests when no regex
· c2649a36
Milo Yip
authored
May 05, 2015
c2649a36
Travis gcc/clang versions cannot support C++11 well
· efc1932c
Milo Yip
authored
May 05, 2015
efc1932c
04 May, 2015
15 commits
Add patternProperties in schema
· d5c2f2ec
miloyip
authored
May 04, 2015
d5c2f2ec
Add string pattern in schema
· 8366bb89
miloyip
authored
May 04, 2015
8366bb89
Merge remote-tracking branch 'origin/master' into schema
· 87adfd46
miloyip
authored
May 04, 2015
87adfd46
Minor grammar corrections
· a3e5fcf4
miloyip
authored
May 04, 2015
a3e5fcf4
Minor modification to Pointer guide
· 5bec8b99
miloyip
authored
May 04, 2015
5bec8b99
Fix Pointer guide punctuations
· 1086297f
miloyip
authored
May 04, 2015
1086297f
Merge pull request #327 from miloyip/json-pointer
· 2acc1e9a
Milo Yip
authored
May 04, 2015
Implementation of Json Pointer
2acc1e9a
Draft Pointer guide
· 5543a090
miloyip
authored
May 04, 2015
5543a090
Fix ambiguous cases in Pointer::Create()
· 436625f8
miloyip
authored
May 04, 2015
436625f8
Add API doc for GenericPointer, rename some (template) parameters
· b6a54f72
miloyip
authored
May 04, 2015
b6a54f72
Merge remote-tracking branch 'origin/master' into json-pointer
· b0c6a9d7
miloyip
authored
May 04, 2015
b0c6a9d7
Add GenericValue::ValueType and fix warning for SetString(std::string, Allocator)
· 56568fd7
miloyip
authored
May 04, 2015
56568fd7
Simplify code
· e7bcedb4
miloyip
authored
May 04, 2015
e7bcedb4
Fix VC2013 false alarm warning
· 1135ef66
miloyip
authored
May 04, 2015
1135ef66
Add const Value& version of SetValueByPointer() and improve coverage
· fc7b0a04
miloyip
authored
May 04, 2015
fc7b0a04
03 May, 2015
2 commits
Implemented property dependencies of schema
· a5d700e9
miloyip
authored
May 03, 2015
a5d700e9
Simplify FindMember() in schema
· c629d37a
miloyip
authored
May 03, 2015
c629d37a