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.
Original author(s) | Andrew Tridgell |
---|---|
Developer(s) | Joel Rosdahl[1] |
Initial release | March 30, 2002[2] |
Stable release | 4.9.1
/ February 5, 2024[3] |
Repository | |
Written in | C++ |
Operating system | Unix-like, Windows |
Platform | Cross-platform |
Type | Compiling tools |
License | GPLv3[4] |
Website | ccache |
References
- "ccache — Credits". ccache.dev. Retrieved 2024-02-05.
- https://github.com/ccache/ccache/commit/2ddc45e8a6fdb766423b874c76b6840104ac2d74
- "ccache news". ccache.dev. Retrieved 2024-02-05.
- "ccache copyright and license". ccache.dev. Retrieved 2024-02-05.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.