Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ccache/ccache
ccache – a fast compiler cache
https://github.com/ccache/ccache
c c-plus-plus cache ccache clang compiler cplusplus cpp gcc msvc
Last synced: 28 days ago
JSON representation
ccache – a fast compiler cache
- Host: GitHub
- URL: https://github.com/ccache/ccache
- Owner: ccache
- License: other
- Created: 2010-01-06T19:13:34.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2024-04-14T03:40:26.000Z (7 months ago)
- Last Synced: 2024-04-14T04:42:20.427Z (7 months ago)
- Topics: c, c-plus-plus, cache, ccache, clang, compiler, cplusplus, cpp, gcc, msvc
- Language: C++
- Homepage: https://ccache.dev
- Size: 11.7 MB
- Stars: 2,151
- Watchers: 63
- Forks: 472
- Open Issues: 52
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.adoc
Awesome Lists containing this project
- AwesomeCompiler - ccache
README
Ccache – a fast compiler cache
==============================[![Build Status](https://github.com/ccache/ccache/workflows/Build/badge.svg)](https://github.com/ccache/ccache/actions?query=workflow%3A%22Build%22)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/5057/badge)](https://bestpractices.coreinfrastructure.org/projects/5057)
[![Discussions](https://img.shields.io/github/discussions/ccache/ccache)](discussions)Ccache is a compiler cache. It [speeds up
recompilation](https://ccache.dev/performance.html) by caching previous
compilations and detecting when the same compilation is being done again.General information
-------------------* [Main web site](https://ccache.dev)
* [Supported platforms, compilers and languages](https://ccache.dev/platform-compiler-language-support.html)
* [Documentation](https://ccache.dev/documentation.html)
* [Installation instructions](https://github.com/ccache/ccache/blob/master/doc/INSTALL.md)
* [Release notes](https://ccache.dev/releasenotes.html)
* [Credits and history](https://ccache.dev/credits.html)
* [License and copyright](https://ccache.dev/license.html)Contributing to ccache
----------------------* [Source repository](https://github.com/ccache/ccache)
* [Notes on how to contribute](https://github.com/ccache/ccache/blob/master/CONTRIBUTING.md)
* [Discussions](https://github.com/ccache/ccache/discussions)
* [Mailing list](https://lists.samba.org/mailman/listinfo/ccache/)
* [Bug report info](https://ccache.dev/bugs.html)
* [Issue tracker](https://github.com/ccache/ccache/issues)
* [Help wanted!](https://github.com/ccache/ccache/labels/help%20wanted)
* [Good first issues!](https://github.com/ccache/ccache/labels/good%20first%20issue)