#
gcc
Here are 965 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:
android
ios
visual-studio
lua
ndk
simple
gcc
modern-cpp
luajit
clang
cpp17
sol
lua-binding
lua-bindings
lua-scripting
visual-cpp
-
Updated
Jul 13, 2021 - C++
ryanmjacobs / c
jrosdahl
commented
Jul 10, 2021
std::tuple like methods for user defined types without any macro or boilerplate code
visual-studio
reflection
magic
cplusplus
cpp
boost
tuples
gcc
cpp14
clang
cpp17
cplusplus-14
std
reflection-library
reflections
tuple
-
Updated
Jul 24, 2021 - C++
SGDK - A free and open development kit for the Sega Mega Drive
c
programming
sdk
assembly
gcc
sega
mega-drive
megadrive
sega-mega-drive
sega-genesis
68000
sgdk
retrodev
sgdk-library
-
Updated
Jul 22, 2021 - C
Roaring bitmaps in C (and C++)
-
Updated
Jul 25, 2021 - C
Simple makefile-based build for musl cross compiler
-
Updated
Jul 13, 2021 - Makefile
A Gentoo Portage configuration for building with -O3, Graphite, and LTO optimizations
optimization
gcc
overlay
graphite
gentoo
portage
pgo
portage-configuration
aggressive-compiler-optimizations
-
Updated
Jul 11, 2021 - Shell
Light Node.js module that compress javascript, css and html files
nodejs
javascript
html
cli
json
html5
yui-compressor
minify
gcc
yui
clean-css
html-minifier
csso
sqwish
google-closure-compiler
uglify-js
uglify-es
babel-minify
crass
terser
-
Updated
Jul 13, 2021 - JavaScript
WebAssembly interpreter in C
-
Updated
Dec 19, 2020 - C
A simple example of how to setup a complete CI environment for C and C++
c
coveralls
c-plus-plus
visual-studio
xcode
travis-ci
gcc
appveyor
clang
doxygen
valgrind
codecov
clang-tidy
astyle
coverity-scan
google-sanitizer
-
Updated
Oct 1, 2020 - C++
Header-only, tiny (99 lines) and powerful C++20 static reflection library.
-
Updated
Mar 23, 2021 - C++
Latest GCC Cross Compiler & Native (ARM & ARM64) CI generated precompiled standalone toolchains for all Raspberry Pis. 🍇
toolchain
raspberry-pi
arm
qt
cmake
raspberrypi
gcc
qt5
pi
cross-compiler
arm64
aarch64
rootfs
gcc-cross-compiler
pi4
arm-linux-gnueabi
aarch64-linux-toolchain
gcc-arm-toolchain
precompiled-toolchains
raspberry-pi-cross-compilers
-
Updated
Jun 16, 2021 - Shell
GIMPLE obfuscator for C, C++, Go, ... all supported GCC targets and front-ends that use GIMPLE.
-
Updated
Jan 18, 2021 - C++
ceeac
commented
Oct 25, 2018
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.
A selection of useful scripts for use in CMake projects, include code coverage, sanitizers, and dependency graph generation.
coverage
cmake
llvm
gcc
dependency-graph
clang
doxygen
test-coverage
cppcheck
clang-format
clang-tidy
code-coverage
sanitizer
sanitizers
cmake-format
target-instrumentation
coverage-information
-
Updated
Apr 30, 2021 - CMake
Real-time GCC-NMF Blind Speech Separation and Enhancement
machine-learning
real-time
gcc
speech
ipython-notebook
low-latency
dictionary-learning
speaker
speech-processing
cross-correlation
nmf
real-time-processing
unsupervised-machine-learning
speech-separation
speech-enhancement
gcc-nmf
generalized-cross-correlation
tdoa
-
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--help
and on