Jump to content

ccache

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Jrosdahl (talk | contribs) at 18:20, 22 June 2020 (Update to version 3.7.10). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

ccache
Original author(s)Andrew Tridgell
Developer(s)Joel Rosdahl[1]
Stable release
3.7.10 / June 22, 2020; 4 years ago (2020-06-22)[2]
Repository
Written inC (latest version)
C++ (next major version)
Operating systemUnix-like
PlatformCross-platform
TypeCompiling tools
LicenseGPLv3[3]
Websiteccache.dev

ccache is a software development tool that caches the output of C/C++ compilation 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 recompiling 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

References

  1. ^ "ccache — Credits". ccache.dev. Retrieved 22 June 2020.
  2. ^ "ccache news". ccache.dev. Retrieved 22 June 2020.
  3. ^ "ccache copyright and license". ccache.dev. Retrieved 29 March 2020.