Jump to letter: [
ACDFIJKLMOPSWZ
]
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
Latest: ccache-2.4-1.2.el5_fio.x86_64.rpm
Name |
Epoch |
Version |
Release |
Arch |
Size |
Built |
ccache |
0 |
2.4 |
1.2.el5_fio |
x86_64 |
29 KiB |
2010-11-14 14:01:18 |
Changelog:
- * 2006-04-08 - Dries Verachtert <dries[AT]ulyssis[DOTORG]> - 2.4-1.2 - 7981/dag
- Rebuild for Fedora Core 5.
- * 2004-09-22 - Dag Wieers <dag[AT]wieers[DOTCOM]> - 2.4-1
- Updated to release 2.4.
- * 2003-09-28 - Dag Wieers <dag[AT]wieers[DOTCOM]> - 2.3-0
- Updated to release 2.3.
- * 2003-05-10 - Dag Wieers <dag[AT]wieers[DOTCOM]> - 2.2-1
- Fixed ccache.sh/ccache.csh. (Thomas Moschny)
- * 2003-05-04 - Dag Wieers <dag[AT]wieers[DOTCOM]> - 2.2-0
- Initial package. (using DAR)