Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
ccache - 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 |
1 |
i386 |
76 KiB |
Fri Dec 10 19:21:33 2004 |
Changelog
- * Sun Sep 26 18:00:00 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:2.4-0.fdr.1
- Update to 2.4.
- Add symlinking support for gcc4 and gcc4-c++.
- Move the ccache executable to %{_bindir}.
- Include more docs.
- * Fri Jun 25 18:00:00 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:2.3-0.fdr.5
- Add support for gcc33 and g++33.
- * Thu Jun 10 18:00:00 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:2.3-0.fdr.4
- Fix hardcoded lib path in profile.d scriptlets (bug 1558).