#
cpp11

C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 3,063 public repositories matching this topic...
-
Updated
Jun 13, 2021 - C++
lemire
commented
Jan 13, 2021
Though we include Boost JSON as a dependency for benchmarking purposes, we do not include it as part of our benchmarks currently.
The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
-
Updated
May 19, 2021 - C++
Minetest is an open source voxel game engine with easy modding and game creation
-
Updated
Jul 4, 2021 - C++
A C++ header-only HTTP/HTTPS server and client library
-
Updated
Jun 30, 2021 - C++
Code repo for realtime multi-person pose estimation in CVPR'17 (Oral)
python
caffe
computer-vision
deep-learning
matlab
realtime
cpp11
human-pose-estimation
human-behavior-understanding
cvpr-2017
-
Updated
Mar 21, 2020 - Jupyter Notebook
Achieve a tiny STL in C++11
-
Updated
Jun 28, 2021 - C++
简洁易用的C++11网络库 / 支持单机千万并发连接 / a simple C++11 network server framework
-
Updated
Jul 3, 2021 - C++
A C++ High Performance Web Server
-
Updated
Mar 3, 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
Jun 26, 2021 - C++
allisonvacanti
commented
Oct 27, 2020
PR NVIDIA/cub#218 fixes this CUB's radix sort. We should:
- Check whether Thrust's other backends handle this case correctly.
- Provide a guarantee of this in the stable_sort documentation.
- Add regression tests to enforce this on all backends.
A modern C++ network library for developing high performance network services in TCP/UDP/HTTP protocols.
high-performance
cpp11
async-functions
libevent
tcp-server
http-server
udp-server
network-library
nonblocking
evpp
evnsq
evmc
-
Updated
Jun 11, 2021 - C++
-
Updated
Jan 29, 2021 - C++

python
algorithm
data-structure
leetcode
cpp
modern-cpp
cpp11
interview-practice
leetcode-solutions
interview-questions
interview-preparation
leetcode-python
leetcode-cpp
-
Updated
Jul 4, 2021 - C++
A fast entity component system (ECS) for C & C++
gamedev
cpp
data-oriented-design
c99
game-development
ecs
entity-component-system
cpp11
ecs-framework
flecs
-
Updated
Jul 2, 2021 - C
CLI11 is a command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface.
-
Updated
Jul 1, 2021 - 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
May 3, 2021 - 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
May 20, 2021 - 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
Jun 26, 2021
Parsing Expression Grammar Template Library
parsing
parser-combinators
cpp
grammar
cpp11
parsing-expression-grammar
header-only
cpp17
peg
parsing-expression-grammars
pegtl
-
Updated
Jun 18, 2021 - C++
A list of practical knowledge-building projects.
javascript
python
processing
c
java
search-engine
music-player
programming
csharp
projects
web-scraper
cpp11
-
Updated
Jun 4, 2021
Description
I have a hardware abstraction layer interface, as well as a driver interface. I have multiple drivers utilizing the HAL interface, while implementing the driver interface. This plugin approach causes me to have identically named tests across multiple test files.
For example: