Ccache
Appearance
This article needs additional citations for verification. (January 2021) |
Original author(s) | Andrew Tridgell |
---|---|
Developer(s) | Joel Rosdahl[1] |
Initial release | March 30, 2002[2] |
Stable release | 4.10.2
/ July 22, 2024[3] |
Repository | |
Written in | C++ |
Operating system | Unix-like, Windows |
Platform | Cross-platform |
Type | Compiling tools |
License | GPLv3[4] |
Website | ccache |
Ccache is a software development tool that caches compilations so that the next time, the same compilation 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 licensed under the GNU General Public License.
See also
[edit]References
[edit]- ^ "ccache — Credits". ccache.dev. Retrieved 2024-07-22.
- ^ https://github.com/ccache/ccache/commit/2ddc45e8a6fdb766423b874c76b6840104ac2d74
- ^ "ccache news". ccache.dev. Retrieved 2024-07-22.
- ^ "ccache copyright and license". ccache.dev. Retrieved 2024-07-22.
External links
[edit]