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

RFC: Julia 1.7 support #496

wants to merge 11 commits into from

Commits on Feb 17, 2022

  1. Remove the old build system

    Gnimuc committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    6cf4015 View commit details
    Browse the repository at this point in the history
  2. Remove bootstrap.cpp

    As we don't support the old src-build anymore, there is no need to keep the C++ source code in this repo.
    
    `bootstrap.cpp` is moved to a new repo called `libcxxffi`.
    Gnimuc committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    e976f57 View commit details
    Browse the repository at this point in the history
  3. Regenerate clang_constants.jl

    Gnimuc committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    ebd5001 View commit details
    Browse the repository at this point in the history
  4. Update Project.toml

    Gnimuc committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    1d2d16e View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. Create Artifacts.toml

    Gnimuc committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    23cdd7e View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2022

  1. Configuration menu
    Copy the full SHA
    26fac33 View commit details
    Browse the repository at this point in the history
  2. Refactor initialization.jl

    `setup_instance` is reworked to use `clang::createInvocationFromCommandLine` for setting compilation arguments. This makes it easier for users to get full control of language features like `RTTI`. System headers can also be configured via common `-isystem` flags.
    Gnimuc committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    4c395b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2022

  1. Configuration menu
    Copy the full SHA
    6ac7519 View commit details
    Browse the repository at this point in the history
  2. Update clang_constants.jl

    Gnimuc committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    1b6a1c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2022

  1. Configuration menu
    Copy the full SHA
    ee1b3dd View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. update

    this should be rebased in the future.
    Gnimuc committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    3603296 View commit details
    Browse the repository at this point in the history