Difference between revisions of "Ccache"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=Ccache |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 co...")
 
(updates)
Line 3: Line 3:
 
|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' 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.
 +
|Homepage URL=https://ccache.samba.org/
 
|User level=none
 
|User level=none
|Status=Live
 
|Component programs=
 
|Homepage URL=http://ccache.samba.org/
 
 
|VCS checkout command=:pserver:cvs@pserver.samba.org:/cvsroot co ccache
 
|VCS checkout command=:pserver:cvs@pserver.samba.org:/cvsroot co ccache
 
|Computer languages=C
 
|Computer languages=C
|Documentation note=User manpage available in HTML format from http://ccache.samba.org/ccache/ccache-man.html
+
|Documentation note=User manpage available in HTML format from https://ccache.samba.org/manual.html
|Paid support=
 
|IRC help=
 
|IRC general=
 
|IRC development=
 
|Related projects=
 
 
|Keywords=compiling,software development,programming,compilers,ccache
 
|Keywords=compiling,software development,programming,compilers,ccache
|Is GNU=n
+
|Version identifier=3.1.9
 +
|Version date=2013-01-06
 +
|Version status=stable
 +
|Version download=https://www.samba.org/ftp/ccache/ccache-3.1.9.tar.xz
 +
|Version comment=3.1.9 stable released 2013-01-06
 
|Last review by=Janet Casey
 
|Last review by=Janet Casey
 
|Last review date=2004-09-14
 
|Last review date=2004-09-14
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=2.4
+
|Status=
|Version date=2004-09-13
+
|Is GNU=No
|Version status=stable
+
|License verified date=2002-05-17
|Version download=http://ccache.samba.org/ftp/ccache/ccache-2.4.tar.gz
+
}}
 +
{{Project license
 +
|License=GPLv2
 +
|License verified by=Janet Casey
 
|License verified date=2002-05-17
 
|License verified date=2002-05-17
|Version comment=2.4 stable released 2004-09-13
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Joel Rosdahl
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Andrew Tridgell
+
|Email=joel@rosdahl.net
|Email=samba@samba.org
 
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Erik Thiele
 
|Role=Contributor
 
|Role=Contributor
|Real name=Erik Thiele
 
 
|Email=erikyyy@erikyyy.de
 
|Email=erikyyy@erikyyy.de
 
|Resource URL=
 
|Resource URL=
Line 50: Line 49:
 
|Use=software-development
 
|Use=software-development
 
}}
 
}}
{{Project license
+
{{Featured}}
|License=GPLv2
 
|License verified by=Janet Casey
 
|License verified date=2002-05-17
 
}}
 

Revision as of 10:52, 20 September 2014


[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





















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.