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: rust-lang/cmake-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.51
Choose a base ref
...
head repository: rust-lang/cmake-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.52
Choose a head ref
  • 8 commits
  • 4 files changed
  • 4 contributors

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    cdf638f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #195 from meowtec/feat/improve-fail-hint

    Improve hint for cmake not installed in Linux (code 127)
    tgross35 authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    584e1c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Change --build to use an absolute path

    We do set the current directory, but it seems that some flavors of CMake
    on Windows still fail with the following:
    
          MSBUILD : error MSB1009: Project file does not exist.  
    
    Change to using an absolute path which should improve this.
    tgross35 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    bbb95e1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #200 from tgross35/patch-1

    Change `--build` to use an absolute path
    tgross35 authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    a6ed009 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Add a success job to CI

    This will allow us to enable auto merge once CI completes.
    tgross35 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    0c368ee View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Merge pull request #218 from tgross35/ci-success

    Add a `success` job to CI
    tgross35 authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    b689783 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    3f5d7de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2eaa3ba View commit details
    Browse the repository at this point in the history
Loading