Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
ccache - C/C++ compiler cache
ccache is a compiler cache. It acts as a caching pre-processor to
C/C++ compilers, using the -E compiler switch and a hash to detect
when a compilation can be satisfied from cache. This often results in
a 5 to 10 times speedup in common compilations.
Packages
| Name |
Version |
Release |
Type |
Size |
Built |
| ccache |
2.4 |
10.el5 |
i386 |
81 KiB |
Sun Aug 19 18:11:47 2007 |
Changelog
- * Sun Aug 19 22:00:00 2007 Ville Skyttä <ville.skytta at iki.fi> - 2.4-10
- License: GPLv2+
- Make compiler symlinks relative.
- Make profile.d scripts noreplace.
- * Mon Jul 30 22:00:00 2007 Ville Skyttä <ville.skytta at iki.fi> - 2.4-9
- Use shared cache dir for users in the ccache group by default
(#247760, based on Andy Shevchenko's work).
- Fix outdated hardlink info in cache sharing docs.
- Add auto-symlink support for avr-gcc(-c++) and arm-gp2x-linux-gcc(-c++).
- Make triggers always exit with a zero exit status.
- * Thu Mar 15 22:00:00 2007 Ville Skyttä <ville.skytta at iki.fi> - 2.4-8
- Bypass cache with --coverage, -fprofile-arcs and -ftest-coverage
(upstream CVS and Matt Fago, #231462).