-
Updated
Mar 6, 2022 - C++
#
cpp14

C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 1,882 public repositories matching this topic...
3
sobieh
commented
Oct 29, 2021
There is constexpr, consteval but constinit is not described.
It could be worth to add it.
Open Source Routing Machine - C++ backend
c-plus-plus
cpp
osrm
openstreetmap
osm
cpp14
routing
traveling-salesman
map-matching
routing-engine
isochrones
-
Updated
Mar 18, 2022 - 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
Mar 19, 2022 - C++
allisonvacanti
commented
Mar 8, 2022
We should add an example that demonstrates how to use a CUDA stream with thrust algorithms, e.g:
thrust::reduce(thrust::device.on(stream), ...);
enhancement
New feature or request.
P2: nice to have
Desired for release, but not necessary.
good first issue
Good for newcomers.
Postmodern immutable and persistent data structures for C++ — value semantics at scale
-
Updated
Feb 12, 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
Feb 22, 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
Mar 19, 2022
mrx23dot
opened
Nov 28, 2019
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
Jan 27, 2022 - C++
Your standard library for metaprogramming
-
Updated
Mar 16, 2022 - 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
Nov 14, 2021 - 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
Feb 15, 2022 - C++
Table Maker for Modern C++
cli
library
terminal
view
table
cpp14
cpp11
alignment
cpp17
formatted-text
mit-license
table-maker
borders
single-header-lib
single-header
font-styles
aligned
column-alignment
multi-byte-characters
-
Updated
Oct 7, 2021 - C++
SIMD Vector Classes for C++
c-plus-plus
cpp
portable
neon
cpp14
parallel
parallel-computing
avx
sse
cpp11
simd
cpp17
avx2
simd-programming
vectorization
avx512
simd-instructions
simd-vector
data-parallel
-
Updated
Mar 25, 2022 - C++
kshitij12345
commented
Mar 24, 2022
only: docs
Documentation changes only. Doesn't need code CI.
bug: functional
Does not work as intended.
P1: should have
Important but not necessary for release.
good first issue
Good for newcomers.
Bhupesh-V
commented
Feb 16, 2019
This is for first-time-contributors :
Add functions which belong to a particular header file in its corresponding .md file inside the header
folder.
For example
std::sort belongs to algorithm
header file, so make a new file sort.md
inside the algorithm
directory while maintaining the CONTIBUTING gu
Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20
c-plus-plus
cpp
cpp14
container
hash
cpp11
header-only
stl-containers
no-dependencies
hash-tables
single-file
unordered-maps
-
Updated
Mar 23, 2022 - C++
TreeFrog Framework : High-speed C++ MVC Framework for Web Application
mysql
redis
c-plus-plus
json
template-engine
orm
mvc
mongodb
cross-platform
xml
webserver
websocket
templates
cpp14
postgresql
web-application
webapp
cbor
cpp17
-
Updated
Feb 27, 2022 - C++
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
Mar 16, 2022 - C++
Describe the bug
When compiler flags are such that __FILE__ macro is replaced with a relative file path (on MSVC no /Z7, /Zi or /ZI and no /FC) then it might be replaced with just a filename with no path separators. In this case tags for tests with --filenames-as-tags do not contain '#' symbol.
The bug is present in the 2.x branch, but not in the main branch where the relevant code has