Commit Graph

  • caf3ac227f - Update to version 3.3.1: Martin Pluskal 2016-09-11 07:53:03 +0000
  • 7f966d8d1d Accepting request 423102 from devel:tools:building Dominique Leuenberger 2016-08-26 21:18:17 +0000
  • bab913c5c2 Accepting request 423096 from home:scarabeus_iv:branches:devel:tools:building Martin Pluskal 2016-08-26 14:23:03 +0000
  • b6a4148477 Accepting request 407336 from devel:tools:building Dominique Leuenberger 2016-07-12 21:52:22 +0000
  • afd86ca06f - Small spec file cleanup - Disable testsuite as it is not reliable in OBS Martin Pluskal 2016-07-08 18:09:42 +0000
  • d96b37204b Accepting request 391894 from devel:tools:building Dominique Leuenberger 2016-04-28 14:57:34 +0000
  • 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 +0000
  • 9260674934 Accepting request 337328 from devel:tools:building Stephan Kulow 2015-10-12 08:02:34 +0000
  • 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 Pluskal 2015-10-08 20:42:14 +0000
  • b8645c0056 Accepting request 325639 from devel:tools:building Stephan Kulow 2015-08-25 05:20:01 +0000
  • 02a68ed6b5 Accepting request 325427 from home:AndreasStieger:branches:devel:tools:building Ismail Dönmez 2015-08-23 12:02:17 +0000
  • 411b277d53 Accepting request 308677 from devel:tools:building Dominique Leuenberger 2015-05-26 10:35:54 +0000
  • 859975cea5 Accepting request 307273 from home:mvyskocil:branches:devel:tools:building Dirk Mueller 2015-05-26 08:09:52 +0000
  • e5d39099a5 Accepting request 308407 from devel:tools:building Dominique Leuenberger 2015-05-23 11:08:32 +0000
  • 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 Pluskal 2015-05-22 18:41:22 +0000
  • eec7799699 Accepting request 292579 from devel:tools:building Dominique Leuenberger 2015-03-27 08:40:11 +0000
  • 64ddba6faf - Ismail Dönmez 2015-03-24 10:50:27 +0000
  • 83b5fbfe11 Accepting request 287550 from home:pluskalm:branches:devel:tools:building Ismail Dönmez 2015-02-26 10:54:03 +0000
  • f8b90b584a Accepting request 180842 from devel:tools:building Stephan Kulow 2013-06-28 09:49:00 +0000
  • 8ca088b04e Accepting request 180816 from home:pgajdos Dirk Mueller 2013-06-25 11:14:28 +0000
  • 8da86a8050 Accepting request 156244 from devel:tools:building Stephan Kulow 2013-02-25 19:33:16 +0000
  • 60141c1530 Accepting request 156229 from home:adra:branches:devel:tools:building Ismail Dönmez 2013-02-24 11:28:51 +0000
  • 52652a0c36 Accepting request 147487 from devel:tools:building Stephan Kulow 2013-01-08 12:34:02 +0000
  • 7e9c54ae6c - Add xclang.patch: support -Xclang option Dirk Mueller 2013-01-08 07:58:50 +0000
  • dbac547665 Accepting request 147176 from home:llunak:branches:devel:tools:building Dirk Mueller 2013-01-07 09:55:06 +0000
  • 21355a5dd3 Accepting request 140745 from devel:tools:building Stephan Kulow 2012-11-11 07:14:49 +0000
  • 9446fa792d Accepting request 140742 from home:namtrac:bugfix Ismail Dönmez 2012-11-09 13:41:30 +0000
  • fc1e872b46 Accepting request 130648 from devel:tools:building Ismail Dönmez 2012-08-12 13:24:01 +0000
  • 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 Uzel 2012-08-11 15:25:03 +0000
  • 99af7b3597 Accepting request 99392 from devel:tools:building Stephan Kulow 2012-01-09 15:22:26 +0000
  • 2750c3d25e update to 3.1.7 Petr Uzel 2012-01-09 07:32:42 +0000
  • e8f005da15 Accepting request 83068 from home:jengelh:bl-c Stephan Kulow 2011-09-19 19:29:19 +0000
  • 07d55b0f12 Accepting request 79476 from devel:tools:building Sascha Peilicke 2011-08-22 13:36:57 +0000
  • 543f9f55d3 Accepting request 79457 from home:adra:branches:devel:tools:building Petr Uzel 2011-08-22 09:04:12 +0000
  • 2ee335de8d Accepting request 72789 from devel:tools:building Sascha Peilicke 2011-06-07 07:07:15 +0000
  • 6307e64abf update to 3.1.5 Petr Uzel 2011-06-06 14:56:46 +0000
  • d695e339b9 Autobuild autoformatter for 62747 Marcus Rueckert 2011-02-27 12:40:18 +0000
  • 26474afe77 Updating link to change in openSUSE:Factory/ccache revision 15.0 OBS User buildservice-autocommit 2011-02-27 12:40:18 +0000
  • 2e0a1075b9 Accepting request 62747 from devel:tools:building Marcus Rueckert 2011-02-27 12:40:10 +0000
  • 941f938ff2 Accepting request 61512 from home:adra:branches:devel:tools:building Stephan Kulow 2011-02-24 19:41:55 +0000
  • 3876929391 Accepting request 54069 from devel:tools:building Berthold Gunreben 2010-11-29 10:55:19 +0000
  • 6b42402ee7 update to 3.1.3 Petr Uzel 2010-11-29 09:57:39 +0000
  • 76ae45a18f Accepting request 53646 from devel:tools:building Ruediger Oertel 2010-11-22 11:55:23 +0000
  • d5fceaa380 update to 3.1.2 Petr Uzel 2010-11-22 11:00:46 +0000
  • da1d2b1073 Accepting request 52357 from devel:tools:building Ruediger Oertel 2010-11-08 13:51:42 +0000
  • f3aa70c14a update to ccache-3.1.1 Petr Uzel 2010-11-08 09:48:21 +0000
  • 496748839e Accepting request 48345 from devel:tools:building OBS User autobuild 2010-09-17 22:46:31 +0000
  • 3cb7fc7190 Updating link to change in openSUSE:Factory/ccache revision 9.0 OBS User buildservice-autocommit 2010-09-17 22:46:31 +0000
  • bee376070f Accepting request 48345 from devel:tools:building OBS User autobuild 2010-09-17 22:46:30 +0000
  • 897ac444f2 update to ccache-3.1 Petr Uzel 2010-09-17 09:30:43 +0000
  • 37f35762aa Accepting request 43323 from devel:tools:building OBS User autobuild 2010-07-19 18:53:22 +0000
  • f35cc479aa OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ccache?expand=0&rev=5 OBS User autobuild 2010-03-18 14:39:12 +0000
  • 5b7dd5717f OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ccache?expand=0&rev=3 OBS User unknown 2009-06-17 17:17:34 +0000
  • 5817db48a7 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ccache?expand=0&rev=1 OBS User unknown 2007-01-15 23:06:38 +0000