2012-08-28 00:21:44 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 3.1.8:
ccache 3.1.8
------------
Release date: 2012-08-11
New features and improvements
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 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.
Bug fixes
~~~~~~~~~
- 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.
Other
~~~~~
- Made git version macro work when compiling outside of the source
directory.
- Fixed `static_assert` macro definition clash with GCC 4.7.
|
2012-01-28 16:01:00 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 3.1.7. Set LICENSE.
ccache 3.1.7
------------
Release date: 2012-01-08
Bug fixes
~~~~~~~~~
- Non-writable `CCACHE_DIR` is now handled gracefully when
`CCACHE_READONLY` is set.
- Made failure to create files (typically due to bad directory permissions)
in the cache directory fatal. Previously, such failures were silently and
erroneously flagged as "compiler produced stdout".
- Both the `-specs=file` and `--specs=file` forms are now recognized.
- Added recognition and hashing of GCC plugins specified with
`-fplugin=file`.
- `CCACHE_COMPILERCHECK` now also determines how to hash explicit specs
files (`-specs=file`).
- Added `CPATH`, `C_INCLUDE_PATH` and similar environment variables to the
hash to avoid false cache hits when such variables have changed.
- Corrected log message when unify mode is enabled.
- Reverted the GCC bug compatibility introduced in ccache 3.1.5 for
`-MT`/`-MQ` options with concatenated arguments. (The bug is fixed in
recent GCC versions.)
Other
~~~~~
- Corrected license header for `mdfour.c`.
- Improved documentation on how to fix bad object files in the cache.
ccache 3.1.6
------------
Release date: 2011-08-21
New features and improvements
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Rewrite argument to `--sysroot` if `CCACHE_BASEDIR` is used.
Bug fixes
~~~~~~~~~
- Don't crash if `getcwd()` fails.
- Fixed alignment of ``called for preprocessing'' counter.
ccache 3.1.5
------------
Release date: 2011-05-29
New features and improvements
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Added a new statistics counter named ``called for preprocessing''.
- The original command line is now logged to the file specified with
`CCACHE_LOGFILE`.
- Improved error logging when system calls fail.
- Added support for rewriting absolute paths in `-F`/`-iframework` GCC
options.
- Improved order of statistics counters in `ccache -s` output.
Bug fixes
~~~~~~~~~
- The `-MF`/`-MT`/`-MQ` options with concatenated argument are now handled
correctly when they are last on the command line.
- ccache is now bug compatible with GCC for the `-MT`/`-MQ` options with
concatenated arguments.
- Fixed a minor memory leak.
- Systems that lack (and don't need to be linked with) libm are now
supported.
|
2011-11-26 05:39:35 by Steven Drake | Files touched by this commit (1) |
Log message:
Add missing devel/zlib buildlink.
Bump PKGREVISION
|
2008-05-22 16:20:08 by Tobias Nygren | Files touched by this commit (1) |
Log message:
Allow overriding the default cache size cap at compile time.
|
2008-03-08 14:49:10 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
DESTDIR clean.
|
2007-11-18 11:39:58 by Thomas Klausner | Files touched by this commit (8) |
Log message:
Update MASTER_SITES/HOMEPAGE, from Zafer Aydogan.
|
2007-09-19 08:46:52 by Matthias Scheler | Files touched by this commit (10) |
Log message:
Resign as maintainer of all the packages which I'm no longer using.
|
2006-10-14 10:24:31 by Roland Illig | Files touched by this commit (1) |
Log message:
Fixed PKGMANDIR.
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2005-02-23 23:24:35 by Alistair G. Crooks | Files touched by this commit (505) |
Log message:
Add RMD160 digests.
|