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
bbbd1c6f5ec4704ce05acc6312da438ecee597a0
Switch branch/tag
rapidjson
07 May, 2015
2 commits
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
13 commits
Implemented property dependencies of schema
· a5d700e9
miloyip
authored
May 03, 2015
a5d700e9
Simplify FindMember() in schema
· c629d37a
miloyip
authored
May 03, 2015
c629d37a
Remove unusable StringRef overloads
· 45bed001
miloyip
authored
May 03, 2015
45bed001
Add Validation of UTF-8 sequence for percent encoding, also improves coverage
· 524974de
miloyip
authored
May 03, 2015
524974de
Change copyright header of pointer test
· c35d47f8
miloyip
authored
May 03, 2015
c35d47f8
Merge branch 'master' into json-pointer
· 86d298cd
miloyip
authored
May 03, 2015
86d298cd
Standardize MemoryPoolAllocator::Realloc() also, and improve coverage
· 1c98609a
miloyip
authored
May 03, 2015
1c98609a
Merge branch 'master' into json-pointer
· 6fdfc90b
miloyip
authored
May 03, 2015
6fdfc90b
Standardize CrtAllocator::Realloc() for newSize = 0
· ae61b797
miloyip
authored
May 03, 2015
ae61b797
Fix 2 FILE* leaks in documenttest.cpp
· 3c739755
miloyip
authored
May 03, 2015
3c739755
Fix merge conflict
· bfd47a70
miloyip
authored
May 03, 2015
bfd47a70
Merge branch 'master' into json-pointer
· 7fc71600
miloyip
authored
May 03, 2015
Conflicts: test/unittest/CMakeLists.txt
7fc71600
Fix wcscmp() causing false alarm in Valgrind
· 369cf2a8
miloyip
authored
May 03, 2015
369cf2a8