#
header-only
Here are 916 public repositories matching this topic...
philsquared
commented
Mar 24, 2020
Describe the bug
When TEMPLATE_LIST_TEST_CASE
and TEMPLATE_LIST_TEST_CASE_METHOD
were added, the corresponding versions with the CATCH_
prefix were missed.
Expected behavior
CATCH_TEMPLATE_LIST_TEST_CASE
and CATCH_TEMPLATE_LIST_TEST_CASE_METHOD
should be available.
Additional context
The commit that added TEMPLATE_LIST_TEST_CASE
and `TEMPLATE_LIST_TEST_CASE_MET
Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask)
-
Updated
Aug 24, 2020 - C++
-
Updated
Aug 17, 2020 - C++
OpenGL Mathematics (GLM)
-
Updated
Aug 30, 2020 - C++
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
entity-component
architectural-patterns
indiedev
data-oriented
game-dev
ecs-framework
indie-developer
entt
-
Updated
Aug 31, 2020 - C++
A C++ header-only HTTP/HTTPS server and client library
-
Updated
Aug 31, 2020 - C++
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
Aug 10, 2020 - C++
A Compile time PCRE (almost) compatible regular expression matcher.
-
Updated
Aug 12, 2020 - C++
Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code
c-plus-plus
serialization
reflection
cplusplus
cpp
metaprogramming
enum
header-only
cpp17
c-plus-plus-17
no-dependencies
single-file
cplusplus-17
enum-to-string
string-to-enum
-
Updated
Aug 31, 2020 - C++
Your standard library for metaprogramming
-
Updated
Aug 31, 2020 - C++
Header-only, event based, tiny and easy to use libuv wrapper in modern C++ - now available as also shared/static library!
-
Updated
Aug 9, 2020 - C++
Parsing Expression Grammar Template Library
-
Updated
Aug 24, 2020 - C++
Functional Programming Library for C++. Write concise and readable C++ code.
c-plus-plus
library
algorithms
cpp
functional-programming
cpp14
composition
stl
range
c-plus-plus-14
header-only
c-plus-plus-17
-
Updated
Aug 9, 2020 - C++
Activity Indicators for Modern C++
lightweight
library
cpp
format
progress-bar
cpp11
header-only
formatted-text
mit-license
spinners
loading-animations
single-header-lib
terminal-colors
loading-indicator
single-header
activity-indicator
elapsed-time
termcolor
multiprogress
progress-spinner
-
Updated
Jul 22, 2020 - C++
C++ compile-time enum to string, iteration, in a single header file
-
Updated
Jan 22, 2020 - C++
Cross-platform C++11 header-only library for memory mapped file IO
cross-platform
cpp
cpp14
cpp11
header-only
mmap
fileviewer
memory-mapped-file
memory-mapping
file-view
-
Updated
Dec 27, 2019 - C++
Portable, simple and extensible C++ logging library
-
Updated
Aug 5, 2020 - C++
Header-only C++ binding for libzmq
-
Updated
Jul 18, 2020 - C++
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
Aug 24, 2020 - 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
Aug 31, 2020 - C++
game
c
lightweight
gamedev
sync
library
networking
replication
cpp
multiplayer
enet
chunk
header-only
zpl
low-level
single-header
librg
-
Updated
Aug 8, 2020 - 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
Aug 29, 2020
Argh! A minimalist argument handler.
cli
getopt
command-line
argument-parser
cli-args
cpp11
header-only
command-line-parser
single-file
getopts
-
Updated
Jul 19, 2020 - C++
Header-only library for using Keras models in C++.
c-plus-plus
machine-learning
library
deep-learning
cpp
tensorflow
cpp14
keras
prediction
c-plus-plus-14
header-only
convolutional-neural-networks
-
Updated
Aug 26, 2020 - C++
easy to use, powerful & expressive command line argument parsing for modern C++ / single header / usage & doc generation
cli
commandline
options
args
cpp
command-line
man-page
argument-parser
argv
cpp11
argument-parsing
header-only
option
option-parser
options-parsing
cmdline-parser
argv-parser
nested-alternatives
-
Updated
Mar 27, 2020 - C++
gsl-lite – A single-file header-only version of ISO C++ Guidelines Support Library (GSL) for C++98, C++11, and later
-
Updated
Aug 15, 2020 - C++
a compile-time, header-only, dimensional analysis and unit conversion library built on c++14 with no dependencies.
cpp14
unit-conversion
dimensional-analysis
template-metaprogramming
header-only
compile-time
no-dependencies
-
Updated
Aug 31, 2020 - C++
A Template Engine for Modern C++
-
Updated
Aug 26, 2020 - C++
Improve this page
Add a description, image, and links to the header-only topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the header-only topic, visit your repo's landing page and select "manage topics."
I think we should patch test/CMakeLists.txt to always use
-Wall -Werror
on *nix and the corresponding MSVC flags. It is way too easy to overlook a warning in the CI output as #1797 has shown.@nlohmann Thoughts?