gcc
Here are 1,105 public repositories matching this topic...
Sol3 (sol2 v3.0) - a C++ <-> Lua API wrapper with advanced features and top notch performance - is here, and it's great! Documentation:
-
Updated
Jun 1, 2022 - C++
GCC and Clang have a -frandom-seed compiler option. The idea is to improve reproducibility by allowing the build system to specify random seeds for symbols that are randomly generated by the compiler.
ccache should ignore -frandom-seed in compiler options when looking for cache hits. Currently two compiler invocation command lines that are strictly identical except for the random seed will
SGDK - A free and open development kit for the Sega Mega Drive
-
Updated
Jun 2, 2022 - C
std::tuple like methods for user defined types without any macro or boilerplate code
-
Updated
Apr 13, 2022 - C++
Roaring bitmaps in C (and C++)
-
Updated
May 31, 2022 - C
Simple makefile-based build for musl cross compiler
-
Updated
May 22, 2022 - Makefile
A Gentoo Portage configuration for building with -O3, Graphite, and LTO optimizations
-
Updated
Apr 8, 2022 - Shell
Light Node.js module that compress javascript, css and html files
-
Updated
Jun 1, 2022 - JavaScript
WebAssembly interpreter in C
-
Updated
Jul 30, 2021 - C
Latest GCC Cross Compiler & Native (ARM & ARM64) CI generated precompiled standalone toolchains for all Raspberry Pis.
-
Updated
Feb 15, 2022 - Shell
Header-only, tiny (99 lines) and powerful C++20 static reflection library.
-
Updated
Aug 7, 2021 - C++
A simple example of how to setup a complete CI environment for C and C++
-
Updated
Oct 1, 2020 - C++
GIMPLE obfuscator for C, C++, Go, ... all supported GCC targets and front-ends that use GIMPLE.
-
Updated
Jan 18, 2021 - C++
A selection of useful scripts for use in CMake projects, include code coverage, sanitizers, and dependency graph generation.
-
Updated
May 9, 2022 - CMake
Currently, decompilation of Windows executables produces unreadable and/or semantically wrong output because the signatures for most of the Windows API functions are missing. We should add signatures for at least the most commonly used ones.
Embedded Programming with the GNU Toolchain
-
Updated
Jun 8, 2019 - XSLT
Real-time GCC-NMF Blind Speech Separation and Enhancement
-
Updated
Apr 8, 2019 - Python
Improve this page
Add a description, image, and links to the gcc topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gcc topic, visit your repo's landing page and select "manage topics."


Currently, the architecture of the CLI is based on (sub)commands and options. Commands are expected to be provided as the first argument, and do effectively decide which feature is to be used. OTOH, options provide parameters to the commands. However, there is no syntactical difference, as both commands and options start with
--or-i. As a result, we rely on properly formating--helpand on