Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 75ecd2e41549e6aa5492a0ba89c3b3d56caf6d8f
      
https://github.com/NixOS/nixpkgs/commit/75ecd2e41549e6aa5492a0ba89c3b3d56caf6d8f
  Author: Tobias Geerinckx-Rice <[email protected]>
  Date:   2015-05-12 (Tue, 12 May 2015)

  Changed paths:
    M pkgs/development/tools/misc/ccache/default.nix

  Log Message:
  -----------
  ccache 3.2.1 -> 3.2.2

New features and improvements:
- Added support for "CCACHE_COMPILERCHECK=string:<value>". This is a faster
  alternative to "CCACHE_COMPILERCHECK=<command>" if the command's output
  can be precalculated by the build system.
- Add support for caching code coverage results (compiling for gcov).

Bug fixes:
- Fixed bug which could result in false cache hits when source code contains
  '"' followed by " /*" or " //" (with variations).
- Made hash of cached result created with and without "CCACHE_CPP2"
  different.  This makes it possible to rebuild with "CCACHE_CPP2" set
  without having to clear the cache to get new results.
- Don't try to reset a non-existing stats file. This avoids "No such file or
  directory" messages in the ccache log when the cache directory doesn't
  exist.
- Fixed a bug where ccache deleted clang diagnostics after compiler
  failures.
- Avoid performing an unnecessary copy of the object file on a cache miss.
- Bail out on too hard compiler option "-fmodules".
- Bail out on too hard compiler option "-fplugin=libcc1plugin" (interaction
  with GDB).
- Fixed build error when compiling ccache with recent clang versions.
- Removed signal-unsafe code from signal handler.
- Corrected logic for when to output cached stderr.
- Wipe the whole cached result on failure retrieving a cached file.
- Fixed build error when compiling ccache with recent clang versions.


  Commit: 1b6fcfa24ec88e00efa499725174b094e0a116fb
      
https://github.com/NixOS/nixpkgs/commit/1b6fcfa24ec88e00efa499725174b094e0a116fb
  Author: Tobias Geerinckx-Rice <[email protected]>
  Date:   2015-05-12 (Tue, 12 May 2015)

  Changed paths:
    M pkgs/applications/video/clipgrab/default.nix

  Log Message:
  -----------
  clipgrab 3.4.9 -> 3.4.11


  Commit: 6396c04d9f2895de1c22f19d4d5780446c99a3ba
      
https://github.com/NixOS/nixpkgs/commit/6396c04d9f2895de1c22f19d4d5780446c99a3ba
  Author: Tobias Geerinckx-Rice <[email protected]>
  Date:   2015-05-12 (Tue, 12 May 2015)

  Changed paths:
    M pkgs/development/tools/misc/ccache/default.nix

  Log Message:
  -----------
  ccache: enable tests

Let's hope this doesn't break all over the place. Works here.


Compare: https://github.com/NixOS/nixpkgs/compare/2806491cc410...6396c04d9f28
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to