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: NixOS/nixpkgs
base: 92b4cb1ba88e
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 37eba81c7b08
Choose a head ref
  • 3 commits
  • 20 files changed
  • 1 contributor

Commits on Mar 9, 2019

  1. cmake: set BUILD_TESTING=OFF when doCheck is false

    This means we can avoid building test suites that will never be run.
    matthewbauer committed Mar 9, 2019
    Copy the full SHA
    91f0c84 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2019

  1. treewide: remove BUILD_TESTING flag

    This is now set by CMake
    matthewbauer committed Mar 11, 2019
    Copy the full SHA
    6ed4926 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #56391 from matthewbauer/cmake-treewide

    Add more CMake flags
    matthewbauer committed Mar 11, 2019
    Copy the full SHA
    37eba81 View commit details
    Browse the repository at this point in the history