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

..03-May-2022-

doc/H03-May-2022-5,4194,421

m4/H01-Oct-2020-393365

src/H03-May-2022-29,02220,206

test/H01-Oct-2020-6,0364,450

unittest/H01-Oct-2020-2,6892,073

CONTRIBUTING.mdH A D01-Oct-20203.8 KiB10677

INSTALL.mdH A D01-Oct-20201.6 KiB5336

LICENSE.adocH A D01-Oct-202024.2 KiB505399

Makefile.inH A D03-May-20224.3 KiB177146

README.mdH A D01-Oct-20201.8 KiB3627

autogen.shH A D01-Oct-2020527 2115

config.guessH A D01-Oct-202043.1 KiB1,4771,284

config.h.inH A D01-Oct-20207 KiB260179

config.subH A D01-Oct-202035.3 KiB1,8011,660

configureH A D03-May-2022212.7 KiB7,7746,321

configure.acH A D01-Oct-20206.9 KiB267228

dev.mk.inH A D01-Oct-20207.4 KiB247213

dev_mode_disabledH A D01-Oct-202043 21

install-shH A D01-Oct-20204.7 KiB239152

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[![Code Quality: Cpp](https://img.shields.io/lgtm/grade/cpp/g/ccache/ccache.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/ccache/ccache/context:cpp)
6[![Total Alerts](https://img.shields.io/lgtm/alerts/g/ccache/ccache.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/ccache/ccache/alerts)
7
8ccache is a compiler cache. It speeds up recompilation by caching the result of
9previous compilations and detecting when the same compilation is being done
10again. Supported languages are C, C++, Objective-C and Objective-C++.
11
12
13General information
14-------------------
15
16* [Main web site](https://ccache.dev)
17* [Documentation](https://ccache.dev/documentation.html)
18  * [Latest manual](https://ccache.dev/manual/latest.html)
19  * [Installation from Git source repository](https://github.com/ccache/ccache/blob/master/doc/INSTALL.md)
20  * [Installation from release archive](https://github.com/ccache/ccache/blob/master/doc/INSTALL-from-release-archive.md)
21* [Release notes](https://ccache.dev/releasenotes.html)
22* [Credits and history](https://ccache.dev/credits.html)
23* [License and copyright](https://ccache.dev/license.html)
24
25
26Contributing to ccache
27----------------------
28
29* [Source repository](https://github.com/ccache/ccache)
30* [Notes on how to contribute](https://github.com/ccache/ccache/blob/master/CONTRIBUTING.md)
31* [Mailing list](https://lists.samba.org/mailman/listinfo/ccache/)
32* [Bug report info](https://ccache.dev/bugs.html)
33* [Issue tracker](https://github.com/ccache/ccache/issues)
34  * [Help wanted!](https://github.com/ccache/ccache/labels/help%20wanted)
35  * [Good first issues!](https://github.com/ccache/ccache/labels/good%20first%20issue)
36