Software:Ccache
From HandWiki
| Original author(s) | Andrew Tridgell |
|---|---|
| Developer(s) | 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 |
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
Note: This topic belongs to "Free and open-source software" portal
References
- ↑ "ccache – Credits". https://ccache.dev/credits.html.
- ↑ "Released 1.0 – ccache/Ccache@2ddc45e". https://github.com/ccache/ccache/commit/2ddc45e8a6fdb766423b874c76b6840104ac2d74.
- ↑ "ccache news". https://ccache.dev/releasenotes.html#_ccache_4_13_6.
- ↑ "ccache copyright and license". https://ccache.dev/license.html.
External links
