Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DEPENDENCIES
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
vendorpull https://github.com/sourcemeta/vendorpull 1dcbac42809cf87cb5b045106b863e17ad84ba02
core https://github.com/sourcemeta/core eb361a9f3a01f7cffb5da7946a9516ee11dc9ede
core https://github.com/sourcemeta/core 04e936961d1e31f6b70fa5a30e115b2f7855674a
jsonbinpack https://github.com/sourcemeta/jsonbinpack ac8e1af733a781fc4c94a14157f80970ea569479
blaze https://github.com/sourcemeta/blaze 208a2b74eb10bd81e5c0a0e24500676f30c6c97d
blaze https://github.com/sourcemeta/blaze e73e5e1667487717b44ab351a0f46e01d507fefb
mbedtls https://github.com/Mbed-TLS/mbedtls v3.6.6
curl https://github.com/curl/curl curl-8_20_0
nghttp2 https://github.com/nghttp2/nghttp2 v1.67.1
Expand Down
4 changes: 2 additions & 2 deletions docs/codegen.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ to use a JSON Schema validator at runtime to enforce remaining constraints.
| Applicator (2020-12) | `anyOf` | Yes |
| Applicator (2020-12) | `patternProperties` | Partial (language limitations) |
| Applicator (2020-12) | `propertyNames` | Ignored |
| Applicator (2020-12) | `dependentSchemas` | Pending |
| Applicator (2020-12) | `dependentSchemas` | Yes |
| Applicator (2020-12) | `contains` | Ignored |
| Applicator (2020-12) | `allOf` | Yes |
| Applicator (2020-12) | `oneOf` | Partial (language limitations) |
Expand All @@ -70,7 +70,7 @@ to use a JSON Schema validator at runtime to enforce remaining constraints.
| Validation (2020-12) | `multipleOf` | Ignored |
| Validation (2020-12) | `minProperties` | Ignored |
| Validation (2020-12) | `maxProperties` | Ignored |
| Validation (2020-12) | `dependentRequired` | Pending |
| Validation (2020-12) | `dependentRequired` | Yes |
| Validation (2020-12) | `minItems` | Ignored |
| Validation (2020-12) | `maxItems` | Ignored |
| Validation (2020-12) | `minContains` | Ignored |
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 14 additions & 9 deletions vendor/blaze/src/alterschema/canonicalizer/type_array_to_any_of.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion vendor/core/CMakeLists.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 21 additions & 1 deletion vendor/core/config.cmake.in

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 34 additions & 5 deletions vendor/core/src/core/crypto/CMakeLists.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading