Commit Graph

569 Commits

Author SHA1 Message Date
Tristan Penman
e46af24588 Cosmetic improvements for concrete_constraints.hpp and basic_constraint.hpp 2020-07-06 09:16:40 +10:00
Tristan Penman
7917b2f75f Cosmetic improvements for schema.hpp, schema_parser.hpp and subschema.hpp 2020-07-05 22:38:47 +10:00
Tristan Penman
8150a52008 Cosmetic improvements for test_adapter_comparison.cpp 2020-07-05 22:19:54 +10:00
Tristan Penman
28cc9e8eeb Cosmetic improvements for qtjson_adapter.hpp 2020-07-05 22:11:01 +10:00
Tristan Penman
508bc019ec Cosmetic improvements for rapidjson_adapter.hpp 2020-07-05 22:02:55 +10:00
Tristan Penman
d7901d4858 Cosmetics improvements for picojson_adapter.hpp 2020-07-05 21:49:11 +10:00
Tristan Penman
3211a04dd1 Cosmetic improvements for nlohmann_json_adapter.hpp 2020-07-05 21:43:10 +10:00
Tristan Penman
0f57cb31bc Cosmetic improvements for jsoncpp_adapter.hpp 2020-07-05 21:37:03 +10:00
Tristan Penman
e11c17c3f0 Cosmetic improvements for json11_adapter.hpp 2020-07-05 21:10:26 +10:00
Tristan Penman
6f1f4acb82 Cosmetic improvements for basic_adapter.hpp 2020-07-05 20:31:47 +10:00
Tristan Penman
3ddbe585ba Cosmetic improvements for validation_visitor.hpp 2020-07-05 20:21:17 +10:00
Tristan Penman
09d21423cc Update xcode project files 2020-06-28 12:40:05 +10:00
Tristan Penman
0481a0bb69 Minor tidy up of const auto usage 2020-06-28 12:39:50 +10:00
Tristan Penman
94cef2fa8d Add example showing local file resolution 2020-06-26 20:05:26 +10:00
Tristan Penman
7a52fc88cd
Merge pull request #88 from silbo/master
Add QJsonArray include to use doc.array()
2020-06-10 14:35:48 +10:00
Silver Kuusik
622f9d6839
Add QJsonArray include to use doc.array()
* otherwise invalid use of incomplete type 'class QJsonArray'
2020-06-10 06:18:58 +02:00
Tristan Penman
83af012942
Merge pull request #87 from silbo/master
Add missing include for DerefProxy
2020-06-09 09:40:43 +10:00
Silver Kuusik
4e1b3be88e
Add missing include for DerefProxy 2020-06-08 23:00:21 +02:00
Tristan Penman
12a1d5e006 Switch back to using embedded copy of JSON-Schema-Test-Suite 2020-06-03 19:58:48 +10:00
Tristan Penman
aa0f766b03 Merge branch 'master' of github.com:tristanpenman/valijson 2020-06-03 19:56:37 +10:00
Tristan Penman
8febb456f4 Merge remote-tracking branch 'origin/master' into v6-and-v7-support 2020-06-03 19:54:48 +10:00
Tristan Penman
a4a1f98186 Update README to reflect current level of v7 support 2020-06-03 19:51:23 +10:00
Tristan Penman
92d369e916
Merge pull request #81 from myxo/master
Fix warning C4244 on x86 target
2020-02-06 11:45:07 +11:00
myxo
8866e6da24 Fix warning C4244 on x86 target
Warning message: "warning C4244: '=': conversion from 'uint64_t' to 'std::size_t'"
2020-02-04 16:08:50 +03:00
Tristan Penman
4cf83102af Minor whitespace fix 2020-01-08 14:39:22 +11:00
Tristan Penman
cdfaf7e434
Merge pull request #80 from beg0/master
Fix bad iterator comparaison when resolving json pointer
2020-01-08 14:34:17 +11:00
Cédric CARRÉE
4338affeb3 Fix bad iterator comparaison when resolving json pointer
When resolving a json pointer and use an empty string as a
referenceToken, the value is coerced as an empty object and a temporary empty
object is returned from 'asObject()'. Then we used to compare 2
iterators from 2 differents temporary empty objects.
2020-01-07 16:36:56 +01:00
Tristan Penman
42cdb3f5b3 Add file-level documentation to std_string_adapter.hpp 2019-10-10 13:32:16 +11:00
Tristan Penman
6287656e2b Implement propertyNames constraint 2019-10-10 13:23:42 +11:00
Tristan Penman
dcddea604d Add StdStringAdapter to support propertyNames constraint 2019-10-10 13:22:51 +11:00
Tristan Penman
bae7991fda Update some old-style for loops 2019-10-09 21:42:36 +11:00
Tristan Penman
05bd44744f Change default draft version 2019-10-09 21:22:36 +11:00
Tristan Penman
0abf633bc0 Fix typos in tests 2019-09-26 10:59:45 +10:00
Tristan Penman
caf5543402 Rename internal function for consistency 2019-09-26 10:59:36 +10:00
Tristan Penman
5f8c73fdf7 Update 'dependencies' constraint to pass v7 tests 2019-09-24 21:46:03 +10:00
Tristan Penman
5430e79754 Update 'required' constraint to match v7 tests 2019-09-24 21:22:15 +10:00
Tristan Penman
98d804a367 Add support for const constraint 2019-09-24 20:38:45 +10:00
Tristan Penman
caff3cdbd9 Fix up comments 2019-09-24 20:13:46 +10:00
Tristan Penman
c4f15c92cc Replace NULL with nullptr in schema_parser.hpp 2019-09-24 14:12:03 +10:00
Tristan Penman
f71355b90f Add support for 'contains' constraint 2019-09-24 14:08:45 +10:00
Tristan Penman
4d10ac66a8
Merge pull request #77 from Delgan/patch-1
Add the name of the unexpected object's property to the corresponding error message
2019-09-11 10:37:12 +10:00
Delgan
1e6a8c778f
Add the name of the unexpected object's property to the corresponding error message 2019-09-10 21:22:51 +02:00
Tristan Penman
ba44a8d641 Replace NULLs with nullptr in validation_visitor.hpp 2019-09-03 21:38:08 +10:00
Tristan Penman
866f5761bf Improve support for boolean subschemas 2019-08-31 21:37:55 +10:00
Tristan Penman
c89d1d89cd Add passing test cases for draft 7 2019-08-30 11:00:21 +10:00
Tristan Penman
c210d07c61 Update AllOfConstraint and AnyOfConstraint to support draft 7 2019-08-30 10:33:56 +10:00
Tristan Penman
a285ed0fbe Add test cases for draft 7 exclusiveMaximum, exclusiveMinimum, maximum and minimum constraints 2019-08-29 22:21:30 +10:00
Tristan Penman
9b299c9517 Fix issues in parsing of if/then/else constraints 2019-08-29 22:18:04 +10:00
Tristan Penman
ef61c8e0de Support for draft 7 exclusiveMaximum and exclusiveMinimum constraints 2019-08-29 21:34:22 +10:00
Tristan Penman
925ff8ff68 Initial support for 'if', 'then' and 'else' subschemas 2019-08-29 10:31:37 +10:00