Skip to content

Commit

Permalink
Upgrade JSON Toolkit to 93a921d0f1e99bfdfe14bfd4d2acf5981294080b (#867
Browse files Browse the repository at this point in the history
)

Signed-off-by: Juan Cruz Viotti <[email protected]>
  • Loading branch information
jviotti authored Jan 15, 2025
1 parent ea02b41 commit 2aa105b
Show file tree
Hide file tree
Showing 25 changed files with 13,355 additions and 14 deletions.
2 changes: 1 addition & 1 deletion DEPENDENCIES
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
vendorpull https://github.com/sourcemeta/vendorpull 70342aaf458e6cb80baeb5b718901075fc42ede6
jsontoolkit https://github.com/sourcemeta/jsontoolkit 155f7dfe71259a3bd18cf51155ef7d63540df3f5
jsontoolkit https://github.com/sourcemeta/jsontoolkit 93a921d0f1e99bfdfe14bfd4d2acf5981294080b
alterschema https://github.com/sourcemeta/alterschema 0fcd3b3b921bd47dc0867477619383f6519939fa
googletest https://github.com/google/googletest 987e225614755fec7253aa95bf959c09e0d380d7
bootstrap https://github.com/twbs/bootstrap 1a6fdfae6be09b09eaced8f0e442ca6f7680a61e
Expand Down
1 change: 1 addition & 0 deletions cmake/FindJSONToolkit.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ if(NOT JSONToolkit_FOUND)
endif()

set(JSONTOOLKIT_JSONL OFF CACHE BOOL "disable JSONL support")
set(JSONTOOLKIT_YAML OFF CACHE BOOL "disable YAML support")
add_subdirectory("${PROJECT_SOURCE_DIR}/vendor/jsontoolkit")
set(JSONToolkit_FOUND ON)
endif()
10 changes: 10 additions & 0 deletions vendor/jsontoolkit/CMakeLists.txt

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

8 changes: 8 additions & 0 deletions vendor/jsontoolkit/cmake/FindUriParser.cmake

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

81 changes: 81 additions & 0 deletions vendor/jsontoolkit/cmake/Findyaml.cmake

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

18 changes: 9 additions & 9 deletions vendor/jsontoolkit/config.cmake.in

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.

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.

11 changes: 11 additions & 0 deletions vendor/jsontoolkit/src/yaml/CMakeLists.txt

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

68 changes: 68 additions & 0 deletions vendor/jsontoolkit/src/yaml/include/sourcemeta/jsontoolkit/yaml.h

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.

Loading

0 comments on commit 2aa105b

Please sign in to comment.