Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: scikit-build/cmake-python-distributions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.22.2
Choose a base ref
...
head repository: scikit-build/cmake-python-distributions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.22.3
Choose a head ref
  • 8 commits
  • 11 files changed
  • 2 contributors

Commits on Jan 27, 2022

  1. chore(deps): bump cmake from 3.22.1 to 3.22.2 (#220)

    Bumps [cmake](https://github.com/scikit-build/cmake-python-distributions) from 3.22.1 to 3.22.2.
    - [Release notes](https://github.com/scikit-build/cmake-python-distributions/releases)
    - [Changelog](https://github.com/scikit-build/cmake-python-distributions/blob/master/HISTORY.rst)
    - [Commits](3.22.1...3.22.2)
    
    ---
    updated-dependencies:
    - dependency-name: cmake
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 27, 2022
    Configuration menu
    Copy the full SHA
    ba11a11 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2022

  1. Configuration menu
    Copy the full SHA
    308fb0f View commit details
    Browse the repository at this point in the history
  2. fix: build with CMAKE_CXX_STANDARD:STRING=11 on linux

    The CMake test suite doesn't pass when using the default detection mechanism on manylinux2014.
    The CMake test suite is now run when building from sources.
    mayeut committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    f889b9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2fd8b43 View commit details
    Browse the repository at this point in the history
  4. exclude some tests on musllinux

    Default is to exclude only `BootstrapTest`
    On musllinux, also exclude `ExportImport`, `RunCMake.install` & `RunCMake.file-GET_RUNTIME_DEPENDENCIES`
    mayeut committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    0a46b56 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2022

  1. Merge pull request #222 from mayeut/cmake-test-suite

    fix: build with CMAKE_CXX_STANDARD:STRING=11 on linux
    mayeut authored Mar 6, 2022
    Configuration menu
    Copy the full SHA
    2ecf012 View commit details
    Browse the repository at this point in the history
  2. Update to CMake 3.22.3 (#225)

    Created by update_cmake_version.py
    mayeut authored Mar 6, 2022
    Configuration menu
    Copy the full SHA
    6838da3 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. chore: disable CMake tests on alt-archs (#226)

    Tests are too long for QEMU based builds and some are failing because running with QEMU.
    Just disable them for now.
    mayeut authored Mar 9, 2022
    Configuration menu
    Copy the full SHA
    f6aba68 View commit details
    Browse the repository at this point in the history
Loading