Categories
Compilercache
'Compilercache' is a wrapperscript around your C and C++ compilers. Each time you compile something, it puts the result into a cache. If you compile the same thing again, the result will be picked from the cache instead of being recompiled. The same applies if you change your compiler options: the old compilation is picked up from the cache, which speeds things up considerably. No Makefiles, no cleaning up dependencies, and no recompilation if you switch compiler options.
Additionally, if you download an updated version of a package already on your system and compile it using compilercache, only the changed sources will be recompiled.
Last updated 9 Jul, 2002
About
Leadership
- Erik Thiele - Maintainer
- See the AUTHORS file in the distribution for a complete list - Contributor
Related Projects
Versions
1.0.10
1.0.10 stable released 2001-10-30
- Released: 30 Oct, 2001
- Code Maturity: Stable
- Source Archive: http://www.erikyyy.de/compilercache/compilercac...
- Licenses: GPLv2
- Interfaces: Command Line
User Community and Support
User README included and available in HTML format from http://www.erikyyy.de/compilercache/
