All Projects → ccache → Ccache

ccache / Ccache

Licence: other
ccache – a fast compiler cache

Programming Languages

c
50402 projects - #5 most used programming language
cpp
1120 projects
cplusplus
227 projects

Projects that are alternatives of or similar to Ccache

C
Compile and execute C "scripts" in one go!
Stars: ✭ 1,920 (+70.21%)
Mutual labels:  compiler, clang, gcc
Boomerang
Boomerang Decompiler - Fighting the code-rot :)
Stars: ✭ 265 (-76.51%)
Mutual labels:  clang, gcc
rooki
A stupid simple script runner supporting c, c++, rust, haskell and virtually anything
Stars: ✭ 26 (-97.7%)
Mutual labels:  gcc, clang
Ci helloworld
A simple example of how to setup a complete CI environment for C and C++
Stars: ✭ 357 (-68.35%)
Mutual labels:  clang, gcc
lldbg
A lightweight native GUI for LLDB.
Stars: ✭ 83 (-92.64%)
Mutual labels:  gcc, clang
cpp-compiler-options
Compilation options for different versions of Clang, GCC and MSVC. Provided a generator and different file formats (cmake, xmake, meson, premake5, bjam/b2, ...)
Stars: ✭ 19 (-98.32%)
Mutual labels:  gcc, clang
Usrefl
Header-only, tiny (99 lines) and powerful C++20 static reflection library.
Stars: ✭ 287 (-74.56%)
Mutual labels:  clang, gcc
c-compiler-security
Security-related flags and options for C compilers
Stars: ✭ 125 (-88.92%)
Mutual labels:  gcc, clang
Gcovr
generate code coverage reports with gcc/gcov
Stars: ✭ 482 (-57.27%)
Mutual labels:  clang, gcc
Croaring
Roaring bitmaps in C (and C++)
Stars: ✭ 735 (-34.84%)
Mutual labels:  clang, gcc
Gccrs
GCC Front-End for Rust
Stars: ✭ 875 (-22.43%)
Mutual labels:  compiler, gcc
cdetect
🔬 Detect which compiler and compiler version a Linux executable (in the ELF format) was compiled with
Stars: ✭ 23 (-97.96%)
Mutual labels:  gcc, clang
ci playground
Playground for Cloud CI development for C++
Stars: ✭ 23 (-97.96%)
Mutual labels:  gcc, clang
hmg
💝 My personal Gentoo/Linux configuration backup files
Stars: ✭ 16 (-98.58%)
Mutual labels:  gcc, clang
rebuild
Zero-dependency, reproducible build environments
Stars: ✭ 48 (-95.74%)
Mutual labels:  gcc, clang
Clangwarnings.com
A list of Clang warnings and their descriptions.
Stars: ✭ 276 (-75.53%)
Mutual labels:  compiler, clang
C2goasm
C to Go Assembly
Stars: ✭ 1,072 (-4.96%)
Mutual labels:  clang, gcc
C-Cpp-Coverage-for-CLion
Get coverage data in CLion using gcov or llvm-cov
Stars: ✭ 37 (-96.72%)
Mutual labels:  gcc, clang
minilib
A c standard system library with a focus on size, headeronly, "singlefile", intended for static linking. 187 Bytes for "Hello World"(regular elf), compiled with the standard gcc toolchain.
Stars: ✭ 29 (-97.43%)
Mutual labels:  gcc, clang
Enzyme
High-performance automatic differentiation of LLVM.
Stars: ✭ 418 (-62.94%)
Mutual labels:  compiler, clang

Ccache – a fast compiler cache

Build Status Code Quality: Cpp Total Alerts Gitter

Ccache (or “ccache”) is a compiler cache. It speeds up recompilation by caching previous compilations and detecting when the same compilation is being done again.

General information

Contributing to ccache

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].