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

Add support for building with clang-cl #4255

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Aug 12, 2024

  1. Add support for building with clang-cl

    This commit allows building with the Visual Studio LLVM toolchain by
    passing --cc=clangcl to the configure.py script.
    solemnwarning committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    628f915 View commit details
    Browse the repository at this point in the history
  2. Add a CI job for clang-cl

    reneme authored and solemnwarning committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    6729c44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbfd7f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    472c6fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e594267 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    48aaba9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ce51e6e View commit details
    Browse the repository at this point in the history
  8. Fix CI

    reneme authored and solemnwarning committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    dbaf2a6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    390a93c View commit details
    Browse the repository at this point in the history
  10. FIX: multiple c'tor calls

    reneme authored and solemnwarning committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    cce2b6d View commit details
    Browse the repository at this point in the history