• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.travis/H26-Sep-2018-6749

doc/H26-Sep-2018-2,6981,876

m4/H26-Sep-2018-373347

misc/H03-May-2022-1,4911,055

perf/H26-Sep-2018-292235

src/H03-May-2022-28,31219,779

test/H26-Sep-2018-4,6153,403

unittest/H26-Sep-2018-2,5841,994

.dockerignoreH A D26-Sep-201817 32

.gitignoreH A D26-Sep-2018254 2625

.mailmapH A D26-Sep-2018996 2221

.travis.shH A D26-Sep-2018431 108

.travis.ymlH A D26-Sep-20181.6 KiB7164

CONTRIBUTING.mdH A D26-Sep-20183.6 KiB10374

LICENSE.adocH A D26-Sep-201822.8 KiB476376

Makefile.inH A D03-May-20223.7 KiB160129

README.mdH A D26-Sep-20181.5 KiB3425

autogen.shH A D26-Sep-201899 95

config.guessH A D26-Sep-201843.1 KiB1,4771,284

config.subH A D26-Sep-201835.3 KiB1,8011,660

configure.acH A D03-May-20226.5 KiB249212

dev.mk.inH A D26-Sep-20186.1 KiB220190

dump-memcached.pyH A D26-Sep-20182.3 KiB9077

install-shH A D26-Sep-20184.7 KiB239152

upload-memcached.pyH A D26-Sep-20184.5 KiB127108

README.md

1ccache – a fast compiler cache
2==============================
3
4[![Build Status](https://travis-ci.org/ccache/ccache.svg?branch=master)](https://travis-ci.org/ccache/ccache)
5
6ccache is a compiler cache. It speeds up recompilation by caching the result of
7previous compilations and detecting when the same compilation is being done
8again. Supported languages are C, C++, Objective-C and Objective-C++.
9
10
11General information
12-------------------
13
14* [Main web site](https://ccache.samba.org)
15* [Documentation](https://ccache.samba.org/documentation.html)
16  * [Latest manual](https://ccache.samba.org/manual/latest.html)
17  * [Installation from Git source repository](https://github.com/ccache/ccache/blob/master/doc/INSTALL.md)
18  * [Installation from release archive](https://github.com/ccache/ccache/blob/master/doc/INSTALL-from-release-archive.md)
19* [Release notes](https://ccache.samba.org/releasenotes.html)
20* [Credits and history](https://ccache.samba.org/credits.html)
21* [License and copyright](https://ccache.samba.org/license.html)
22
23
24Contributing to ccache
25----------------------
26
27* [Source repository](https://github.com/ccache/ccache)
28* [Notes on how to contribute](https://github.com/ccache/ccache/blob/master/CONTRIBUTING.md)
29* [Mailing list](https://lists.samba.org/mailman/listinfo/ccache/)
30* [Bug report info](https://ccache.samba.org/bugs.html)
31* [Issue tracker](https://github.com/ccache/ccache/issues)
32  * [Help wanted!](https://github.com/ccache/ccache/issues/help%20wanted)
33  * [Good first issues!](https://github.com/ccache/ccache/issues/good%20first%20issue)
34