]> git.ipfire.org Git - thirdparty/ccache.git/blame - README.md
Use memcpy instead of strncpy in append_log
[thirdparty/ccache.git] / README.md
CommitLineData
1701be7b
JR
1ccache – a fast compiler cache
2==============================
b97c2c60 3
5d33f151 4[![Build Status](https://travis-ci.org/ccache/ccache.svg?branch=master)](https://travis-ci.org/ccache/ccache)
c319c566
XRC
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)
40af60ca 7
7cd4f0c7
JR
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++.
66d76233 11
b97c2c60 12
1701be7b
JR
13General information
14-------------------
66d76233 15
1701be7b
JR
16* [Main web site](https://ccache.samba.org)
17* [Documentation](https://ccache.samba.org/documentation.html)
18 * [Latest manual](https://ccache.samba.org/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.samba.org/releasenotes.html)
22* [Credits and history](https://ccache.samba.org/credits.html)
23* [License and copyright](https://ccache.samba.org/license.html)
66d76233
JR
24
25
1701be7b
JR
26Contributing to ccache
27----------------------
66d76233 28
1701be7b
JR
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.samba.org/bugs.html)
33* [Issue tracker](https://github.com/ccache/ccache/issues)
34 * [Help wanted!](https://github.com/ccache/ccache/issues/help%20wanted)
35 * [Good first issues!](https://github.com/ccache/ccache/issues/good%20first%20issue)