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
6 changes: 3 additions & 3 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 8018e9d85ef6fc0fd9ccd11c2ae438789214b00a
jsonbinpack https://github.com/sourcemeta/jsonbinpack 01757b74d99ec82a0c8ae6bd038e67c41390db6b
blaze https://github.com/sourcemeta/blaze bc1f434acafd38803f58a941a756a6f788e556e2
core https://github.com/sourcemeta/core ed4b82bd917e75041962358c5e9461ea5b2aa37e
jsonbinpack https://github.com/sourcemeta/jsonbinpack 40293a182cabf15678ca0b59cddaf108e7862787
blaze https://github.com/sourcemeta/blaze 9c1bae4dc45b9f04585c4520021bc8298cda2f51
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
1 change: 1 addition & 0 deletions cmake/FindCore.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ if(NOT Core_FOUND)
set(SOURCEMETA_CORE_CONTRIB_GOOGLEBENCHMARK OFF CACHE BOOL "GoogleBenchmark")
set(SOURCEMETA_CORE_EXTENSION_BUILD OFF CACHE BOOL "Build")
set(SOURCEMETA_CORE_LANG_PARALLEL OFF CACHE BOOL "Parallel")
set(SOURCEMETA_CORE_LANG_STACKTRACE OFF CACHE BOOL "Stacktrace")
set(SOURCEMETA_CORE_HTML OFF CACHE BOOL "HTML")
add_subdirectory("${PROJECT_SOURCE_DIR}/vendor/core")
include(Sourcemeta)
Expand Down
4 changes: 2 additions & 2 deletions vendor/blaze/DEPENDENCIES

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.

This file was deleted.

39 changes: 36 additions & 3 deletions vendor/blaze/ports/javascript/describe.mjs

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

8 changes: 2 additions & 6 deletions vendor/blaze/src/compiler/default_compiler_draft3.h

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

2 changes: 2 additions & 0 deletions vendor/blaze/src/evaluator/CMakeLists.txt

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

126 changes: 125 additions & 1 deletion vendor/blaze/src/evaluator/evaluator_describe.cc

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

Loading
Loading