Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
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 |
3 |
src |
91 KiB |
Thu May 5 10:45:01 2005 |
Changelog
- * Sun May 1 18:00:00 2005 Ville Skyttä <ville.skytta at iki.fi> - 2.4-3
- Auto-symlink update: add compat-gcc-32 and compat-gcc-32-c++, drop
bunch of no longer relevant compilers.
- * Thu Apr 7 18:00:00 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.4-2
- rebuilt
- * 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.