Ccache
Jump to navigation
Jump to search
This article needs additional citations for verification. (January 2021) |
| ccache | |
|---|---|
| Original author | Andrew Tridgell |
| Developer | Joel Rosdahl[1] |
| Initial release | March 30, 2002[2] |
| Stable release | 4.12.2
/ November 26, 2025[3] |
| Repository |
|
| Written in | C++ |
| Engine | |
| 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 | edit source]Lua error in mw.title.lua at line 392: bad argument #2 to 'title.new' (unrecognized namespace name 'Portal').
References
[edit | edit source]- ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
- ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
- ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
- ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
External links
[edit | edit source]