Difference between revisions of "Ccache"

From Free Software Directory
Jump to: navigation, search
(New version)
(Update to version 4.6.1)
(27 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Name=Ccache
+
|Name=ccache
 
|Short description=Compiler cache
 
|Short description=Compiler cache
|Full description='Ccache' is a fast compiler cache. It acts as a caching pre-processor to C/C++ compilers, using the -E compiler switch and a hash to detect when a compilation can be satisfied from cache. When the same code is compiled again the cached output is used, giving a significant speedup (typically 5x). You can also create symbolic links from your compiler's name to ccache; this lets you use ccache without any changes to your build system. 'Ccache' produces the same output that the real compiler would, including the same object files and compiler warnings that the real compiler would produce. The only way to tell you are using ccache is the speed.
+
|Full description=Ccache (or “ccache”) is a compiler cache. It speeds up recompilation by caching previous compilations and detecting when the same compilation is being done again. Supported languages are C, C++, Objective-C and Objective-C++.
|Homepage URL=https://ccache.samba.org/
+
|Homepage URL=https://ccache.dev
|User level=none
+
|Is High Priority Project=No
|VCS checkout command=:pserver:cvs@pserver.samba.org:/cvsroot co ccache
+
|VCS checkout command=git clone https://github.com/ccache/ccache.git
 
|Computer languages=C
 
|Computer languages=C
|Documentation note=User manpage available in HTML format from https://ccache.samba.org/manual.html
+
|Documentation note=Documentation is available in HTML format from https://ccache.dev/documentation.html
 +
|Decommissioned or Obsolete=No
 
|Keywords=compiling,software development,programming,compilers,ccache
 
|Keywords=compiling,software development,programming,compilers,ccache
|Version identifier=3.3.4
+
|Version identifier=4.6.1
|Version date=2017/02/17
+
|Version date=2022-05-15
 
|Version status=stable
 
|Version status=stable
|Version download=https://www.samba.org/ftp/ccache/ccache-3.3.4.tar.xz
+
|Version download=https://github.com/ccache/ccache/releases/download/v4.6.1/ccache-4.6.1.tar.xz
|Version comment=3.3.4 stable released 2017-02-17
+
|Last review by=jrosdahl
|Last review by=Alejandroindependiente
+
|Last review date=2022-05-15
|Last review date=2017/02/24
 
|Submitted by=Database conversion
 
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Status=
+
|User level=none
 +
|Accepts cryptocurrency donations=No
 +
|Test entry=No
 
|Is GNU=No
 
|Is GNU=No
|License verified date=2002-05-17
+
|License verified date=2022-05-15
 
}}
 
}}
 
{{Project license
 
{{Project license
|License=GPLv2
+
|License=GPLv3orlater
|License verified by=Janet Casey
+
|License copyright=Copyright (C) 2002-2007 Andrew Tridgell
|License verified date=2002-05-17
+
Copyright (C) 2009-2022 Joel Rosdahl and other contributors
 +
|License verified by=Joel Rosdahl
 +
|License verified date=2022-05-15
 +
|License note=https://ccache.dev/license.html
 
}}
 
}}
 
{{Person
 
{{Person
Line 31: Line 35:
 
|Role=Maintainer
 
|Role=Maintainer
 
|Email=joel@rosdahl.net
 
|Email=joel@rosdahl.net
|Resource URL=
+
|Username=jrosdahl
 
}}
 
}}
 
{{Person
 
{{Person
|Real name=Erik Thiele
+
|Real name=Andrew Tridgell
|Role=Contributor
+
|Role=Original author
|Email=erikyyy@erikyyy.de
+
|Email=tridge@samba.org
|Resource URL=
 
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource audience=Bug Tracking,Developer,Support
 
|Resource audience=Bug Tracking,Developer,Support
|Resource kind=E-mail
+
|Resource kind=Bug Tracking
|Resource URL=mailto:bugs@ccache.samba.org
+
|Resource URL=https://github.com/ccache/ccache/issues
 +
}}
 +
{{Resource
 +
|Resource audience=Debian (Ref)
 +
|Resource URL=https://tracker.debian.org/pkg/ccache
 
}}
 
}}
 
{{Software category
 
{{Software category

Revision as of 15:15, 15 May 2022


[edit]

ccache

https://ccache.dev
Compiler cache

Ccache is a compiler cache. It speeds up recompilation by caching previous compilations and detecting when the same compilation is being done again.





Licensing

License

Verified by

Verified on

Notes

Verified by

Joel Rosdahl

Verified on

5 February 2024




Leaders and contributors

Contact(s)Role
Joel Rosdahl (Jrosdahl)Maintainer
Andrew Tridgell Original author


Resources and communication

AudienceResource typeURI
Debian (Ref)https://tracker.debian.org/pkg/ccache
Bug Tracking,Developer,SupportBug Trackinghttps://github.com/ccache/ccache/issues


Software prerequisites




Entry











"Original author" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.




"Debian (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.








Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.