Ccache: Difference between revisions

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
imported>Jrosdahl
Update to latest version
 
imported>SimLibrarian
m Added short description
 
Line 1: Line 1:
{{Short description|Software development tool}}
{{more citations needed|date=January 2021}}
{{more citations needed|date=January 2021}}
{{Infobox software
{{Infobox software
Line 7: Line 8:
| collapsible =  
| collapsible =  
| author = [[Andrew Tridgell]]
| author = [[Andrew Tridgell]]
| developer = Joel Rosdahl<ref>{{cite web |title=ccache — Credits |url=https://ccache.dev/credits.html |website=ccache.dev |accessdate=2025-05-03}}</ref>
| developer = Joel Rosdahl<ref>{{cite web |title=ccache — Credits |url=https://ccache.dev/credits.html |website=ccache.dev |accessdate=2025-11-26}}</ref>
| released = {{Start date and age|2002|03|30}}<ref>{{cite web | url=https://github.com/ccache/ccache/commit/2ddc45e8a6fdb766423b874c76b6840104ac2d74 | title=Released 1.0 · ccache/Ccache@2ddc45e | website=[[GitHub]] }}</ref>
| released = {{Start date and age|2002|03|30}}<ref>{{cite web | url=https://github.com/ccache/ccache/commit/2ddc45e8a6fdb766423b874c76b6840104ac2d74 | title=Released 1.0 · ccache/Ccache@2ddc45e | website=[[GitHub]] }}</ref>
| discontinued =  
| discontinued =  
| latest release version = 4.11.3
| latest release version = 4.12.2
| latest release date = {{Start date and age|2025|5|3}}<ref>{{cite web |title=ccache news |url=https://ccache.dev/releasenotes.html#_ccache_4_11_3 |website=ccache.dev |accessdate=2025-05-03}}</ref>
| latest release date = {{Start date and age|2025|11|26}}<ref>{{cite web |title=ccache news |url=https://ccache.dev/releasenotes.html#_ccache_4_12_2 |website=ccache.dev |accessdate=2025-11-26}}</ref>
| programming language = [[C++ (programming language)|C++]]
| programming language = [[C++ (programming language)|C++]]
| operating system = [[Unix-like]], Windows
| operating system = [[Unix-like]], Windows
Line 18: Line 19:
| language =  
| language =  
| genre = [[Compiling tools]]
| genre = [[Compiling tools]]
| license = [[GPL#Version 3|GPLv3]]<ref>{{cite web |title=ccache copyright and license |url=https://ccache.dev/license.html |website=ccache.dev |accessdate=2025-05-03}}</ref>
| license = [[GPL#Version 3|GPLv3]]<ref>{{cite web |title=ccache copyright and license |url=https://ccache.dev/license.html |website=ccache.dev |accessdate=2025-11-26}}</ref>
| website = {{URL|ccache.dev}}
| website = {{URL|ccache.dev}}
}}
}}

Latest revision as of 22:49, 3 December 2025

Template:Short description Script error: No such module "Unsubst". Script error: No such module "Infobox".Template:Template other Script error: No such module "Check for unknown parameters".Script error: No such module "Check for conflicting parameters". 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

<templatestyles src="Stack/styles.css"/>

Script error: No such module "Portal".

Script error: No such module "Check for unknown parameters".

References

<templatestyles src="Reflist/styles.css" />

Script error: No such module "Check for unknown parameters".

External links

  • Script error: No such module "Official website".Script error: No such module "Check for unknown parameters".


Template:Asbox