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
3f1e2c4003c7385818dd647d5d07e7570824ab36
Switch branch/tag
rapidjson
10 May, 2015
10 commits
Use allocator in SchemaDocument
· 3f1e2c40
miloyip
authored
May 10, 2015
3f1e2c40
Change Document::ParseStream() to use stack allocator for Reader
· c54b7faf
miloyip
authored
May 10, 2015
c54b7faf
Fix MemoryPoolAllocator::Clear() to clear user-buffer
· 69414cb4
miloyip
authored
May 10, 2015
69414cb4
Add uniqueItems in schema
· 01393e01
miloyip
authored
May 10, 2015
01393e01
Use Hasher to match enum in schema
· aeb5bda6
miloyip
authored
May 10, 2015
aeb5bda6
Try to fix a gcc warning
· 573faa90
miloyip
authored
May 10, 2015
573faa90
Add Hasher::IsValid()
· 74300ac7
miloyip
authored
May 10, 2015
74300ac7
Disable printing hash code
· c040d26c
miloyip
authored
May 10, 2015
c040d26c
Try to fix effc++ warning
· 8209077b
miloyip
authored
May 10, 2015
8209077b
Add hasher
· 1af660c8
miloyip
authored
May 10, 2015
1af660c8
09 May, 2015
12 commits
Fix compilation error
· 8f5405a9
miloyip
authored
May 09, 2015
8f5405a9
Add meta schema file
· 44fbf9c1
miloyip
authored
May 09, 2015
44fbf9c1
Fix some remote ref issues
· 3873bcb7
miloyip
authored
May 09, 2015
3873bcb7
Add remote reference
· 42f1194a
miloyip
authored
May 09, 2015
42f1194a
Refactor template parameters in schema
· ed7e9bc9
miloyip
authored
May 09, 2015
ed7e9bc9
Move private schema classes into internal namespace
· 4a0b5912
miloyip
authored
May 09, 2015
4a0b5912
Clean up schema
· 422aebf3
miloyip
authored
May 09, 2015
422aebf3
Add Ref in schema
· f0c3fa84
miloyip
authored
May 09, 2015
f0c3fa84
Centralise schema ownership to SchemaDocument
· 1e4a3818
miloyip
authored
May 09, 2015
1e4a3818
Merge branch 'master' into schema
· a576a0f5
miloyip
authored
May 09, 2015
a576a0f5
Fix a bug in Pointer
· 63a1db09
miloyip
authored
May 09, 2015
63a1db09
Add schema map in SchemaDocument
· 74f1bc58
miloyip
authored
May 09, 2015
74f1bc58
08 May, 2015
13 commits
Merge branch 'master' into schema
· 0e4c3689
miloyip
authored
May 08, 2015
0e4c3689
Add Pointer::Append(Value, Allocator) overload
· 771fa987
miloyip
authored
May 08, 2015
771fa987
Merge remote-tracking branch 'origin/master' into schema
· 677af55f
Milo Yip
authored
May 08, 2015
677af55f
Add Pointer::Append() and fixed bugs in assignment and Parse()
· 5dee3940
Milo Yip
authored
May 08, 2015
5dee3940
Refactor template parameters and add ISchemaValidator
· 24f060f7
Milo Yip
authored
May 08, 2015
24f060f7
Rename classes in schema
· a5eabe8d
Milo Yip
authored
May 08, 2015
a5eabe8d
Fix a bug related to if block
· 5f548ac9
miloyip
authored
May 08, 2015
5f548ac9
Fix warning and runtime delete error.
· dec1225c
miloyip
authored
May 08, 2015
dec1225c
Fix another compilation error
· fff931b5
miloyip
authored
May 08, 2015
fff931b5
Fix compilation
· 09530ad8
miloyip
authored
May 08, 2015
09530ad8
Readd RAPIDJSON_SCHEMA_HAS_REGEX and fix compilation
· 490630b7
Milo Yip
authored
May 08, 2015
490630b7
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
5 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