#
cpp11
C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 3,298 public repositories matching this topic...
-
Updated
Jul 27, 2022 - C++
3
sobieh
commented
Oct 29, 2021
There is constexpr, consteval but constinit is not described.
It could be worth to add it.
Minetest is an open source voxel game engine with easy modding and game creation
-
Updated
Aug 2, 2022 - C++
A C++ header-only HTTP/HTTPS server and client library
-
Updated
Aug 1, 2022 - C++
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
Jul 1, 2022 - C++
Achieve a tiny STL in C++11
-
Updated
May 4, 2022 - C++
A C++ High Performance Web Server
-
Updated
Mar 21, 2022 - 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
-
Updated
May 23, 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
Aug 1, 2022 - C++
BinhaoQin
commented
May 23, 2022
I'm working with clang++ 13.0 and CUDA Toolkit 11.6. It seems to me that there's probably some problem with the __noinline__ macro. In thrust, it is used as __attribute__((__noinline__)) which expects __noinline__ expand to noinline. However, with clang++, __noinline__ expands to __attribute__((noinline)), which makes __attribute__((__attribute__((noinline)))) and cause a compile
type: bug: functional
Does not work as intended.
P1: should have
Necessary, but not critical.
good first issue
Good for newcomers.
compiler: clang cuda
Specific to the Clang CUDA compiler.
python
algorithm
data-structure
leetcode
cpp
modern-cpp
cpp11
interview-practice
leetcode-solutions
interview-questions
interview-preparation
leetcode-python
leetcode-cpp
-
Updated
Jul 25, 2022 - C++
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
Apr 4, 2022 - 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
Aug 2, 2022 - 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 14, 2022 - 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
Oct 28, 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
Jul 29, 2022 - C++
CUDA Templates for Linear Algebra Subroutines
-
Updated
Aug 2, 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
Jun 6, 2022
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
Though we include Boost JSON as a dependency for benchmarking purposes, we do not include it as part of our benchmarks currently.