Bump to ccache 4.4
[platform/upstream/ccache.git] / README.md
1 Ccache – a fast compiler cache
2 ==============================
3
4 [![Build Status](https://github.com/ccache/ccache/workflows/Build/badge.svg)](https://github.com/ccache/ccache/actions?query=workflow%3A%22Build%22)
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 [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/5057/badge)](https://bestpractices.coreinfrastructure.org/projects/5057)
8 [![Gitter](https://img.shields.io/gitter/room/ccache/ccache.svg)](https://gitter.im/ccache/ccache)
9
10 Ccache (or “ccache”) is a compiler cache. It [speeds up
11 recompilation](https://ccache.dev/performance.html) by caching previous
12 compilations and detecting when the same compilation is being done again.
13
14
15 General information
16 -------------------
17
18 * [Main web site](https://ccache.dev)
19 * [Supported platforms, compilers and languages](https://ccache.dev/platform-compiler-language-support.html)
20 * [Documentation](https://ccache.dev/documentation.html)
21 * [Installation instructions](https://github.com/ccache/ccache/blob/master/doc/INSTALL.md)
22 * [Release notes](https://ccache.dev/releasenotes.html)
23 * [Credits and history](https://ccache.dev/credits.html)
24 * [License and copyright](https://ccache.dev/license.html)
25
26
27 Contributing to ccache
28 ----------------------
29
30 * [Source repository](https://github.com/ccache/ccache)
31 * [Notes on how to contribute](https://github.com/ccache/ccache/blob/master/CONTRIBUTING.md)
32 * [Mailing list](https://lists.samba.org/mailman/listinfo/ccache/)
33 * [Chat](https://gitter.im/ccache/ccache)
34 * [Bug report info](https://ccache.dev/bugs.html)
35 * [Discussions](https://github.com/ccache/ccache/discussions)
36 * [Issue tracker](https://github.com/ccache/ccache/issues)
37   * [Help wanted!](https://github.com/ccache/ccache/labels/help%20wanted)
38   * [Good first issues!](https://github.com/ccache/ccache/labels/good%20first%20issue)