090ad08b82
Accepting request 597540 from home:kstreitova:branches:devel:tools:building
Kristyna Streitova2018-04-17 13:49:43 +00:00
9e0b12c0f0
Accepting request 597540 from home:kstreitova:branches:devel:tools:building
Kristyna Streitova2018-04-17 13:49:43 +00:00
9da49232b3
- Update to version 3.4.1: * Fixed printing of version number in ccache --version. - Changes for version 3.4.0: * The compiler option form --sysroot arg is now handled like the documented --sysroot=arg form. * Added support for caching .su files generated by GCC flag -fstack-usage. * ccache should now work with distcc’s “pump” wrapper. * The optional unifier is no longer disabled when the direct mode is enabled. * Added support for nvcc compiler options --compiler-bindir/-ccbin, --output-directory/-odir and --libdevice-directory/-ldir. * Boolean environment variable settings no longer accept the following (case-insensitive) values: 0, false, disable and no. All other values are accepted and taken to mean “true”. This is to stop users from setting e.g. CCACHE_DISABLE=0 and then expect the cache to be used. * Improved support for run_second_cpp = false: If combined with passing -fdirectives-only (GCC) or frewrite-includes (Clang) to the compiler, diagnostics warnings and similar will be correct. * An implicit -MQ is now passed to the preprocessor only if the object file extension is non-standard. This should make it easier to use EDG-based compilers (e.g. GHS) which don’t understand -MQ. * ccache now treats an unreadable configuration file just like a missing configuration file. * Documented more pitfalls with enabling hard_links (CCACHE_HARDLINK). * Documented caveats related to colored warnings from compilers. * File size and number counters are now updated correctly when
Martin Pluskal2018-03-15 11:16:17 +00:00
39bc0e4a5e
- Update to version 3.4.1: * Fixed printing of version number in ccache --version. - Changes for version 3.4.0: * The compiler option form --sysroot arg is now handled like the documented --sysroot=arg form. * Added support for caching .su files generated by GCC flag -fstack-usage. * ccache should now work with distcc’s “pump” wrapper. * The optional unifier is no longer disabled when the direct mode is enabled. * Added support for nvcc compiler options --compiler-bindir/-ccbin, --output-directory/-odir and --libdevice-directory/-ldir. * Boolean environment variable settings no longer accept the following (case-insensitive) values: 0, false, disable and no. All other values are accepted and taken to mean “true”. This is to stop users from setting e.g. CCACHE_DISABLE=0 and then expect the cache to be used. * Improved support for run_second_cpp = false: If combined with passing -fdirectives-only (GCC) or frewrite-includes (Clang) to the compiler, diagnostics warnings and similar will be correct. * An implicit -MQ is now passed to the preprocessor only if the object file extension is non-standard. This should make it easier to use EDG-based compilers (e.g. GHS) which don’t understand -MQ. * ccache now treats an unreadable configuration file just like a missing configuration file. * Documented more pitfalls with enabling hard_links (CCACHE_HARDLINK). * Documented caveats related to colored warnings from compilers. * File size and number counters are now updated correctly when
Martin Pluskal2018-03-15 11:16:17 +00:00
bfdeb82b50
- Update to 3.2.5 * Only pass clang-specific -stdlib= to the preprocessor. * Improved handling of stale NFS handles. * Made it harder to misinterpret documentation of boolean environment settings' semantics. * Corrected "Performance" section in the manual regarding __DATE_, __TIME__ and __FILE__ macros. * Don’t (try to) update manifest file in “read-only” and “read-only direct” modes. * Fixed a bug in caching of stat system calls in “file_stat_matches sloppiness mode”. * Fixed bug in hashing of clang plugins, leading to unnecessary cache misses. * Fixed --print-config to show “pch_defines sloppiness”.
Ismail Dönmez
2016-04-28 07:21:07 +00:00
9cb68640b5
- Update to 3.2.5 * Only pass clang-specific -stdlib= to the preprocessor. * Improved handling of stale NFS handles. * Made it harder to misinterpret documentation of boolean environment settings' semantics. * Corrected "Performance" section in the manual regarding __DATE_, __TIME__ and __FILE__ macros. * Don’t (try to) update manifest file in “read-only” and “read-only direct” modes. * Fixed a bug in caching of stat system calls in “file_stat_matches sloppiness mode”. * Fixed bug in hashing of clang plugins, leading to unnecessary cache misses. * Fixed --print-config to show “pch_defines sloppiness”.
Ismail Dönmez
2016-04-28 07:21:07 +00:00
9260674934
Accepting request 337328 from devel:tools:building
Stephan Kulow
2015-10-12 08:02:34 +00:00
0c8a7a747c
Accepting request 337328 from devel:tools:building
Stephan Kulow
2015-10-12 08:02:34 +00:00
fb6cd76ae5
- Update to 3.2.4 * Fixed build error related to zlib on systems with older make versions (regression in ccache 3.2.3). * Made conversion-to-bool explicit to avoid build warnings (and potential runtime errors) on legacy systems. * Improved signal handling: Kill compiler on SIGTERM; wait for compiler to exit before exiting; die appropriately. * Minor fixes related to Windows support. * The correct compression level is now used if compression is requested. * Fixed a bug where cache cleanup could be run too early for caches larger than 64 GiB on 32-bit systems.
Martin Pluskal2015-10-08 20:42:14 +00:00
0133d15c41
- Update to 3.2.4 * Fixed build error related to zlib on systems with older make versions (regression in ccache 3.2.3). * Made conversion-to-bool explicit to avoid build warnings (and potential runtime errors) on legacy systems. * Improved signal handling: Kill compiler on SIGTERM; wait for compiler to exit before exiting; die appropriately. * Minor fixes related to Windows support. * The correct compression level is now used if compression is requested. * Fixed a bug where cache cleanup could be run too early for caches larger than 64 GiB on 32-bit systems.
Martin Pluskal2015-10-08 20:42:14 +00:00
b8645c0056
Accepting request 325639 from devel:tools:building
Stephan Kulow
2015-08-25 05:20:01 +00:00
ff0099c618
Accepting request 325639 from devel:tools:building
Stephan Kulow
2015-08-25 05:20:01 +00:00
9fa00b5fa5
- Update to 3.2.2 * 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). * 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
Martin Pluskal2015-05-22 18:41:22 +00:00
2b1353096c
- Update to 3.2.2 * 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). * 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
Martin Pluskal2015-05-22 18:41:22 +00:00
9ee027e8e1
- update to ccache-3.1.8 - Made paths to dependency files relative in order to increase cache hits. - Added work-around to make ccache work with buggy GCC 4.1 when creating a pre-compiled header. - Clang plugins are now hashed to catch plugin upgrades. - Fixed crash when the current working directory has been removed. - Fixed crash when stderr is closed. - Corrected a corner case when parsing backslash escapes in string literals. - Paths are now correctly canonicalized when computing paths relative to the base directory. - Made git version macro work when compiling outside of the source directory. - Fixed static_assert macro definition clash with GCC 4.7.
Petr Uzel2012-08-11 15:25:03 +00:00
f0d3622797
- update to ccache-3.1.8 - Made paths to dependency files relative in order to increase cache hits. - Added work-around to make ccache work with buggy GCC 4.1 when creating a pre-compiled header. - Clang plugins are now hashed to catch plugin upgrades. - Fixed crash when the current working directory has been removed. - Fixed crash when stderr is closed. - Corrected a corner case when parsing backslash escapes in string literals. - Paths are now correctly canonicalized when computing paths relative to the base directory. - Made git version macro work when compiling outside of the source directory. - Fixed static_assert macro definition clash with GCC 4.7.
Petr Uzel2012-08-11 15:25:03 +00:00
99af7b3597
Accepting request 99392 from devel:tools:building
Stephan Kulow
2012-01-09 15:22:26 +00:00
587508b940
Accepting request 99392 from devel:tools:building
Stephan Kulow
2012-01-09 15:22:26 +00:00