Files
nixpkgs/pkgs/development/tools/misc
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
..
2015-04-04 02:07:55 -04:00
2015-03-20 20:04:42 +01:00
2015-04-28 10:55:20 +02:00
2015-01-13 22:33:49 +01:00
2015-04-17 17:18:10 +02:00
2015-05-12 07:52:59 +02:00
2015-03-04 22:15:46 +01:00
2014-11-02 21:47:54 +01:00
2015-04-30 18:17:42 +02:00
2015-01-13 21:58:25 -05:00
2015-05-10 13:46:31 +02:00
2015-01-13 22:33:49 +01:00
2015-01-13 22:33:49 +01:00
2015-05-11 05:27:53 -04:00
2014-10-15 11:16:27 +02:00
2015-04-30 18:49:27 -07:00
2014-10-08 09:17:28 +02:00
2015-04-06 19:48:44 -07:00
2015-04-14 17:26:13 +02:00
2015-05-11 04:22:26 -04:00
2015-04-04 22:22:12 -07:00
2014-09-01 15:07:54 +02:00
2015-05-11 03:11:30 -04:00
2014-10-14 19:06:03 +02:00
2015-03-26 00:59:08 -07:00
2014-10-23 00:14:09 +02:00
2015-05-10 13:46:31 +02:00
2015-04-22 10:00:26 +02:00
2014-12-03 22:11:56 +01:00
2015-03-18 10:32:46 -03:00
2014-12-04 08:57:38 +01:00
2015-04-24 00:08:12 +02:00
2015-03-08 20:47:24 +03:00
2014-11-03 13:29:23 +02:00
2015-04-28 18:27:39 -07:00
2015-04-04 02:07:55 -04:00