-
Updated
Jan 3, 2022 - C++
#
cpp17

C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 3,446 public repositories matching this topic...
3
Open
C++17 __has_include
2
22
heinezen
commented
Oct 1, 2021
Required skills: Python
Difficulty: Easy
For the initial asset conversion, openage provides textual output to signal which stage of conversion has been reached. The output usually looks like this:
INFO [py] converting metadata
INFO [py] [0] palette
INFO [py] [1] empires.dat
INFO [py] Starting conversion...
INFO [py] Extracting Genie data...
INFO [py] Creating API-like ob
Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more
gamedev
reflection
game-engine
cpp
data-oriented-design
modern-cpp
game-development
ecs
entity-component-system
header-only
cpp17
game-programming
production-ready
no-dependencies
architectural-patterns
data-oriented
game-dev
cpp20
ecs-framework
entt
-
Updated
Jan 8, 2022 - C++
Create charts from the command line
-
Updated
Jun 11, 2020 - C++
aabbas90
commented
Jul 21, 2021
The fastest feature-rich C++11/14/17/20 single-header testing framework
testing
c-plus-plus
unit-testing
tdd
cpp
doctest
cpp14
cpp11
header-only
cpp17
single-file
testing-framework
cpp20
-
Updated
Jan 9, 2022 - C++
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
Jan 3, 2022 - C++
bialasjaroslaw
commented
Dec 13, 2021
I have noticed that for some enums I have compilation fail (which is good, as I don't want to check if any code has some issues with wrong min/max specification for enum values one by one), but for others it is not complaining at all.
It seems that this happens only if there is a missing enum of value MAGIC_ENUM_RANGE_MAX+1
This is fairly representative example of the code that should fail
A Compile time PCRE (almost) compatible regular expression matcher.
-
Updated
Dec 4, 2021 - C++
Free open-source game cheat for Counter-Strike: Global Offensive, written in modern C++. GUI powered by Dear ImGui.
windows
linux
internal
json
dll
cpp
counter-strike
reverse-engineering
imgui
csgo
cheating
source-engine
game-hacking
cheat
cpp17
dll-injection
osiris
cpp20
csgo-cheat
-
Updated
Jan 8, 2022 - C++
Xottab-DUTY
commented
Nov 7, 2021
The C++ Standard Library for Parallelism and Concurrency
-
Updated
Jan 8, 2022 - C++
C++ Insights - See your source code with the eyes of a compiler
cplusplus
cpp
llvm
cpp14
ast
clang
cpp11
cpp17
cplusplus-14
cplusplus-11
cplusplus-17
cpp20
cplusplus-20
-
Updated
Jan 4, 2022 - C++
A curated list of awesome header-only C++ libraries
lists
c-plus-plus
list
cplusplus
cross-platform
libraries
modern-cpp
cpp14
resources
cpp11
header-only
awesome-list
cpp17
cpp-library
cpp98
single-header-lib
single-header
cpp20
cpp03
header-library
-
Updated
Jan 7, 2022
mrx23dot
opened
Nov 28, 2019
Purely native C++ cross-platform GUI framework for Android and iOS development. https://www.boden.io
-
Updated
Dec 17, 2021 - C++
Parsing Expression Grammar Template Library
parsing
parser-combinators
cpp
grammar
cpp11
parsing-expression-grammar
header-only
cpp17
peg
parsing-expression-grammars
pegtl
-
Updated
Dec 26, 2021 - C++
Header-only, event based, tiny and easy to use libuv wrapper in modern C++ - now available as also shared/static library!
-
Updated
Jan 3, 2022 - C++
Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum
c-plus-plus
serialization
reflection
cplusplus
cpp
metaprogramming
header-only
cpp17
c-plus-plus-17
no-dependencies
single-file
cplusplus-17
nameof
nameof-operator
enum-to-string
-
Updated
Jan 9, 2022 - C++
Descriptions of C++17 features, presented mostly in "Tony Tables" (hey, the name wasn't my idea)
-
Updated
Jun 16, 2021
Fast, modern C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters (SSE, AVX, AVX-512, ARM NEON)
audio
cplusplus
dft
cxx
travis-ci
dsp
cpp14
intel
avx
clang
simd
header-only
fast-fourier-transform
cpp17
cplusplus-14
fft
digital-signal-processing
avx512
ser
audio-processing
cplusplus-17
discrete-fourier-transform
-
Updated
Jan 5, 2022 - C++
There is constexpr, consteval but constinit is not described.
It could be worth to add it.