1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs
Tobias Geerinckx-Rice 75ecd2e415 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.
2015-05-12 07:52:59 +02:00
..
applications thunderbird: Update to 31.6.0 2015-05-11 11:46:57 +02:00
build-support Merge branch 'master' into staging 2015-05-08 05:59:50 -07:00
data man-pages 3.83 -> 4.00 2015-05-10 13:46:02 +02:00
desktops kde4.kopete: fix build 2015-05-07 21:49:54 -05:00
development ccache 3.2.1 -> 3.2.2 2015-05-12 07:52:59 +02:00
games anki: polish meta section 2015-05-11 23:30:50 +02:00
misc Merge branch 'master' into staging 2015-05-11 10:05:23 +02:00
os-specific Merge branch 'master' into staging 2015-05-11 10:05:23 +02:00
servers pulseaudio: Fix logic 2015-05-11 14:59:05 -07:00
shells pythonPackages.ipython: 2.3.1 -> 3.1.0 2015-05-02 22:05:07 +02:00
stdenv Merge pull request #7740 from dezgeg/arm 2015-05-07 20:53:07 +02:00
test
tools trousers: Fix darwin build 2015-05-11 15:58:17 -07:00
top-level python-SQLAlchemy: the buildInput attributes in the derived expressions are unnecessary 2015-05-12 00:35:13 +02:00