Skip to content

Commit 01757b7

Browse files
authored
Upgrade Core and Blaze (#915)
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent f8e307e commit 01757b7

54 files changed

Lines changed: 729 additions & 299 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

DEPENDENCIES

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
vendorpull https://github.com/sourcemeta/vendorpull 1dcbac42809cf87cb5b045106b863e17ad84ba02
2-
core https://github.com/sourcemeta/core 39431ca30471bb248effafb841f937962bf8291c
3-
blaze https://github.com/sourcemeta/blaze b10fca7344e3a11048587a7b904e5710fbb448d3
2+
core https://github.com/sourcemeta/core 8018e9d85ef6fc0fd9ccd11c2ae438789214b00a
3+
blaze https://github.com/sourcemeta/blaze bc1f434acafd38803f58a941a756a6f788e556e2
44
bootstrap https://github.com/twbs/bootstrap 1a6fdfae6be09b09eaced8f0e442ca6f7680a61e

config.cmake.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ endif()
1010

1111
include(CMakeFindDependencyMacro)
1212
find_dependency(Core COMPONENTS numeric regex uri json jsonpointer io)
13-
find_dependency(Blaze COMPONENTS foundation alterschema)
13+
find_dependency(Blaze COMPONENTS foundation bundle alterschema)
1414

1515
foreach(component ${JSONBINPACK_COMPONENTS})
1616
if(component STREQUAL "runtime")

test/e2e/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ sourcemeta_add_default_options(PRIVATE jsonbinpack_e2e_test_runner)
33
target_link_libraries(jsonbinpack_e2e_test_runner PRIVATE sourcemeta::core::json)
44
target_link_libraries(jsonbinpack_e2e_test_runner PRIVATE sourcemeta::jsonbinpack::compiler)
55
target_link_libraries(jsonbinpack_e2e_test_runner PRIVATE sourcemeta::jsonbinpack::runtime)
6+
target_link_libraries(jsonbinpack_e2e_test_runner PRIVATE sourcemeta::blaze::format)
67
set_target_properties(jsonbinpack_e2e_test_runner
78
PROPERTIES FOLDER "JSON BinPack/E2E")
89

test/e2e/runner.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include <sourcemeta/jsonbinpack/compiler.h>
22
#include <sourcemeta/jsonbinpack/runtime.h>
33

4+
#include <sourcemeta/blaze/format.h>
45
#include <sourcemeta/blaze/foundation.h>
56
#include <sourcemeta/core/json.h>
67

vendor/blaze/CMakeLists.txt

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/blaze/DEPENDENCIES

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/blaze/config.cmake.in

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/blaze/src/alterschema/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/blaze/src/alterschema/alterschema.cc

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/blaze/src/alterschema/include/sourcemeta/blaze/alterschema.h

Lines changed: 41 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)