Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC: Julia 1.7 support #496

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open
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
2,815 changes: 2,815 additions & 0 deletions Artifacts.toml

Large diffs are not rendered by default.

14 changes: 8 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
name = "Cxx"
uuid = "a0b5b9ef-44b7-5148-a2d1-f6db19f3c3d2"
version = "0.4.0"

[compat]
julia = "~1.3"
BinaryProvider = "^0.5.0"
version = "0.5.0"

[deps]
BinaryProvider = "b99e7846-7c00-51b0-8f62-c81ae34c0232"
Clang_jll = "0ee61d77-7f21-5576-8119-9fcc46b10100"
LLVM = "929cbde3-209d-540e-8aea-75f648917ca0"
LLVMCGUtils = "c5498d99-2f2d-4cb3-afa9-ddf6a5930ca7"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"

[compat]
julia = "~1.7"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

Expand Down
2 changes: 0 additions & 2 deletions deps/.gitignore

This file was deleted.

144 changes: 0 additions & 144 deletions deps/BuildBootstrap.Makefile

This file was deleted.

56 changes: 0 additions & 56 deletions deps/Make.inc

This file was deleted.

46 changes: 0 additions & 46 deletions deps/build.jl

This file was deleted.

39 changes: 0 additions & 39 deletions deps/build_libcxxffi.jl

This file was deleted.

53 changes: 0 additions & 53 deletions deps/llvm_patches/0000-llvm-D27629-AArch64-large_model_6.0.1.patch

This file was deleted.

Loading