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-osdev/cargo-xbuild
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.14
Choose a base ref
...
head repository: rust-osdev/cargo-xbuild
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Choose a head ref
  • 19 commits
  • 31 files changed
  • 1 contributor

Commits on Oct 15, 2016

  1. revamp the CI infrastructure

    closes #52
    closes #61
    Jorge Aparicio committed Oct 15, 2016
    Configuration menu
    Copy the full SHA
    190c81b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27e9181 View commit details
    Browse the repository at this point in the history
  3. set OPENSSL_ROOT_DIR for OSX

    Jorge Aparicio committed Oct 15, 2016
    Configuration menu
    Copy the full SHA
    d6cc6f3 View commit details
    Browse the repository at this point in the history
  4. fix package.ps1

    Jorge Aparicio committed Oct 15, 2016
    Configuration menu
    Copy the full SHA
    afb2b4f View commit details
    Browse the repository at this point in the history
  5. use || with test

    Jorge Aparicio committed Oct 15, 2016
    Configuration menu
    Copy the full SHA
    5c03bd3 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2016

  1. v2: drop a bunch of dependencies

    Xargo now depends on the rust-src component, which can be installed via
    rustup
    Jorge Aparicio committed Oct 16, 2016
    Configuration menu
    Copy the full SHA
    86bfafd View commit details
    Browse the repository at this point in the history
  2. appveyor: add back the windows-gnu targets

    Jorge Aparicio committed Oct 16, 2016
    Configuration menu
    Copy the full SHA
    2083a26 View commit details
    Browse the repository at this point in the history
  3. appveyor: install the rust-src component

    Jorge Aparicio committed Oct 16, 2016
    Configuration menu
    Copy the full SHA
    e15fad4 View commit details
    Browse the repository at this point in the history
  4. don't set OPENSSL_ROOT_DIR

    it's no longer needed
    Jorge Aparicio committed Oct 16, 2016
    Configuration menu
    Copy the full SHA
    0bfc92a View commit details
    Browse the repository at this point in the history
  5. use rustup instead of travis built-in Rust support

    because we need the rust-src component
    Jorge Aparicio committed Oct 16, 2016
    Configuration menu
    Copy the full SHA
    3d5f985 View commit details
    Browse the repository at this point in the history
  6. now we need an extra job for the x86_64-gnu target

    Jorge Aparicio committed Oct 16, 2016
    Configuration menu
    Copy the full SHA
    ea0ec8c View commit details
    Browse the repository at this point in the history
  7. use single quotes in Cargo.toml

    Jorge Aparicio committed Oct 16, 2016
    Configuration menu
    Copy the full SHA
    7c87d6e View commit details
    Browse the repository at this point in the history
  8. Merge pull request #65 from japaric/v2

    v2: drop a bunch of dependencies
    Jorge Aparicio authored Oct 16, 2016
    Configuration menu
    Copy the full SHA
    52cfc99 View commit details
    Browse the repository at this point in the history
  9. fix the deploy condition

    Jorge Aparicio committed Oct 16, 2016
    Configuration menu
    Copy the full SHA
    915a29c View commit details
    Browse the repository at this point in the history
  10. unbreak the cache

    closes #67
    Jorge Aparicio committed Oct 16, 2016
    Configuration menu
    Copy the full SHA
    1306279 View commit details
    Browse the repository at this point in the history
  11. docker: install git

    so our releases show the commit hash in their -V output
    Jorge Aparicio committed Oct 16, 2016
    Configuration menu
    Copy the full SHA
    f4ef126 View commit details
    Browse the repository at this point in the history
  12. RUST_VERSION=nightly -> rust: nightly

    Jorge Aparicio committed Oct 16, 2016
    Configuration menu
    Copy the full SHA
    a2d0f44 View commit details
    Browse the repository at this point in the history
  13. RUST_VERSION=nightly -> rust: nightly for osx as well

    Jorge Aparicio committed Oct 16, 2016
    Configuration menu
    Copy the full SHA
    f9bbd7d View commit details
    Browse the repository at this point in the history
  14. release v0.2.0

    Jorge Aparicio committed Oct 16, 2016
    Configuration menu
    Copy the full SHA
    bd8ebc4 View commit details
    Browse the repository at this point in the history
Loading