cpp11
C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 2,806 public repositories matching this topic...
OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
-
Updated
Sep 12, 2020 - C++
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
The doc is great! Hoewever some areas are still missing.
C++11 intoduced raw string literals: https://en.cppreference.com/w/cpp/language/string_literal
It is useful in many different areas, like strings with quotes, multiline strings and for example windows paths without escaping backslashes:
const char win_path[] = R"(c:\some\unescaped\path)";The same cppreference link als
-
Updated
Sep 11, 2020 - 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
Sep 10, 2020 - C++
Minetest is an open source voxel game engine with easy modding and game creation
-
Updated
Sep 18, 2020 - C++
Code repo for realtime multi-person pose estimation in CVPR'17 (Oral)
-
Updated
Mar 21, 2020 - Jupyter Notebook
A C++ header-only HTTP/HTTPS server and client library
-
Updated
Sep 16, 2020 - C++
简洁易用的C++11网络库 / 支持单机千万并发连接 / a simple C++11 network server framework
-
Updated
Sep 7, 2020 - C++
The fastest feature-rich C++11/14/17/20 single-header testing framework
-
Updated
Sep 8, 2020 - C++
A modern C++ network library for developing high performance network services in TCP/UDP/HTTP protocols.
-
Updated
May 1, 2020 - C++
-
Updated
Jun 24, 2020 - C++
A C++ High Performance Web Server
-
Updated
Mar 3, 2020 - C++
Achieve a tiny STL in C++11
-
Updated
Aug 28, 2020 - C++
(Weekly Update) Python / Modern C++ Solutions of All 1585 LeetCode Problems
-
Updated
Sep 18, 2020 - C++
Describe the problem you are trying to solve.
Adopting Flecs would be made easier if prebuilt binaries were available for the CI platforms.
Describe the solution you'd like
A configuration that makes binaries available for a CI that supports it.
CLI11 is a command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface.
-
Updated
Sep 11, 2020 - C++
C++ Insights - See your source code with the eyes of a compiler
-
Updated
Sep 16, 2020 - C++
Your standard library for metaprogramming
-
Updated
Sep 17, 2020 - C++
Free open-source game cheat for Counter-Strike: Global Offensive, written in modern C++. GUI powered by imgui.
-
Updated
Sep 14, 2020 - C++
Basic Development Environment - a set of foundational C++ libraries used at Bloomberg.
-
Updated
Aug 26, 2020 - C++
Parsing Expression Grammar Template Library
-
Updated
Aug 24, 2020 - C++
Activity Indicators for Modern C++
-
Updated
Sep 17, 2020 - C++
Distributed "massively parallel" SQL query engine
-
Updated
May 6, 2017 - C++


https://github.com/simd-everywhere/simde has done their first release ( https://simd-everywhere.github.io/blog/announcements/release/2020/06/21/0.5.0-release.html ) and it seems like something potentially useful for merging code paths. The most likely candidate I imagine is using SIMD code to replace the non-SIMD fallback path, but maybe it'd be worth checking if it can be used to merge ARM and x8