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/nix
base: e8e1d420f364
Choose a base ref
...
head repository: NixOS/nix
compare: 557d2427ee7c
Choose a head ref
  • 4 commits
  • 16 files changed
  • 1 contributor

Commits on Sep 21, 2020

  1. Move Callback into its own header

    This gets rid of the inclusion of <future> in util.hh, cutting
    compilation time by ~20s (CPU time).
    
    Issue #4045.
    edolstra committed Sep 21, 2020
    Copy the full SHA
    d51ba43 View commit details
    Browse the repository at this point in the history
  2. Don't include nlohmann/json.hpp in globals.hh

    This reduces compilation time by 207s.
    
    Issue #4045.
    edolstra committed Sep 21, 2020
    Copy the full SHA
    340ca38 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0716ada View commit details
    Browse the repository at this point in the history
  4. Random header cleanup

    edolstra committed Sep 21, 2020
    Copy the full SHA
    557d242 View commit details
    Browse the repository at this point in the history