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

Use cibuildwheel to make sure Linux wheels are properly named #32

Merged
merged 12 commits into from
Jul 4, 2024

Commits on Jun 25, 2024

  1. cibuildwheel

    0vercl0k committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    df12947 View commit details
    Browse the repository at this point in the history
  2. pytest

    0vercl0k committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    1992516 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. disable testing inside cibuildwheel as on linux it runs in a containe…

    …r so don't have access to testdatas, etc.
    0vercl0k committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    e7d5186 View commit details
    Browse the repository at this point in the history
  2. """

    To get C++17 support, Xcode 9.3+ is needed, requiring
    at least macOS 10.13 on the build machine. To use C++17
    library features and link against the C++ runtime library,
    set MACOSX_DEPLOYMENT_TARGET to "10.13" or "10.14"
    (or higher) - macOS 10.13 offers partial C++17 support
    (e.g., the filesystem header is in experimental,
    offering #include <experimental/filesystem> instead
    of #include <filesystem>); macOS 10.14 has full C++17
    support.
    """
    0vercl0k committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    2077e0b View commit details
    Browse the repository at this point in the history
  3. 15 better?

    0vercl0k committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    b75072c View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. k lets try to fix this shit

    0vercl0k committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    6c002af View commit details
    Browse the repository at this point in the history
  2. simplify, reduce

    0vercl0k committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    ec7a159 View commit details
    Browse the repository at this point in the history
  3. fix warnings?

    0vercl0k committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    ca98c20 View commit details
    Browse the repository at this point in the history
  4. fixing warnings for real

    0vercl0k committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    a781e24 View commit details
    Browse the repository at this point in the history
  5. ugh

    0vercl0k committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    5ab66b6 View commit details
    Browse the repository at this point in the history
  6. actually we dont need clang; it'll get tested by building the parser …

    …which should be good enough?
    0vercl0k committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    63c2bb5 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. bump

    0vercl0k committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    88f3efa View commit details
    Browse the repository at this point in the history