Ccache
Appearance
This article needs additional citations for verification. (January 2021) |
| Ccache | |
|---|---|
| Original author | Andrew Tridgell |
| Developer | Joel Rosdahl[1] |
| Initial release | April 19, 2002[2] |
| Stable release | 4.13.6
/ May 4, 2026[3] |
| Written in | C++ |
| Operating system | Unix-like, Windows |
| Platform | Cross-platform |
| Available in | English |
| Type | Compiling tools |
| License | GPLv3[4] |
| Website | ccache |
| Repository | |
Ccache is a software development tool that caches compiler output so that subsequent identical compilations can be avoided and the results can be taken from the cache. This can greatly speed up recompilation time. The detection is done by hashing different kinds of information that should be unique for the compilation and then using the hash sum to identify the cached output. Ccache is free software licensed under the GNU General Public License version 3 or later.
See also
[edit]References
[edit]- ^ "ccache – Credits". ccache.dev. Retrieved 2026-05-04.
- ^ "Released 1.0 – ccache/Ccache@2ddc45e". GitHub.
- ^ "ccache news". ccache.dev. Retrieved 2026-05-04.
- ^ "ccache copyright and license". ccache.dev. Retrieved 2026-05-04.