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: mozilla/sccache
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.0
Choose a base ref
...
head repository: mozilla/sccache
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.1
Choose a head ref
  • 11 commits
  • 15 files changed
  • 8 contributors

Commits on Dec 12, 2024

  1. Configuration menu
    Copy the full SHA
    6349683 View commit details
    Browse the repository at this point in the history
  2. Adjust placement of crate dependencies and a comment

    Crates memmap2, object and shlex are not dist-only requirements.
    jonassmedegaard authored and sylvestre committed Dec 12, 2024
    Configuration menu
    Copy the full SHA
    f3cf79a View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2024

  1. Always use sccache's own jobserver

    and close the pipes to the inherited jobserver.
    glandium authored and sylvestre committed Dec 19, 2024
    Configuration menu
    Copy the full SHA
    6bc8154 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2024

  1. Never cache the outer CUDA compilation (because nvcc -E can't be tr…

    …usted). Always decompose via `nvcc --dryrun`, then cache and report the host compiler call as a CUDA compilation
    trxcllnt authored and sylvestre committed Dec 21, 2024
    Configuration menu
    Copy the full SHA
    709309e View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2024

  1. Configuration menu
    Copy the full SHA
    9a5b681 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2024

  1. add test for #2299

    trxcllnt authored and sylvestre committed Dec 23, 2024
    Configuration menu
    Copy the full SHA
    750ca9e View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2024

  1. deps: Update cc

    ognevny authored and sylvestre committed Dec 24, 2024
    Configuration menu
    Copy the full SHA
    6ce3950 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2025

  1. Configuration menu
    Copy the full SHA
    989e7e3 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2025

  1. Configuration menu
    Copy the full SHA
    84f3737 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2025

  1. Add support for caching target json specs for Rust compilation. (#2269)

    * Add support for caching target json specs for Rust compilation.
    
    Fixes #2174
    
    * Add a test for parsing the `--target` argument.
    
    ---------
    
    Co-authored-by: Sylvestre Ledru <[email protected]>
    ColinFinck and sylvestre authored Jan 6, 2025
    Configuration menu
    Copy the full SHA
    f656c4d View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2025

  1. prepare release 0.9.1

    sylvestre committed Jan 7, 2025
    Configuration menu
    Copy the full SHA
    77f67d7 View commit details
    Browse the repository at this point in the history
Loading