429 captures
21 Sep 2018 - 01 Jan 2026
Aug SEP Oct
03
2019 2020 2021
success
fail

About this capture

COLLECTED BY

Organization: Internet Archive

Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.

Collection: github.com

TIMESTAMPS

The Wayback Machine - http://web.archive.org/web/20200903083110/https://github.com/topics/cpp11
 
Skip to content  

Register, vote, and volunteer to make an impact during U.S. 2020 elections.  Learn more.  






Sign up  





Why GitHub?  
Features   

Code review

Project management

Integrations

Actions

Packages

Security

Team management

Hosting

Mobile
 


Customer stories 

Security 
 


Team  

Enterprise  

Explore  


Explore GitHub 
 

Learn & contribute



Topics

Collections

Trending

Learning Lab

Open source guides
 

Connect with others



Events

Community forum

GitHub Education

GitHub Stars program
 


Marketplace  

Pricing  
Plans   

Compare plans

Contact Sales
 


Nonprofit 

Education 
 







  • No suggested jump to results


Sign in   Sign up  







{{ message }}
 




Explore  Topics  Trending  Collections  Events  GitHub Sponsors  
Get email updates  





#  

cpp11  




Star  







cpp logo


C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
 

Here are  2,782 public repositories  matching this topic...  


Language:  All  
Filter by language  

All  2,782   C++  2,384   C85 CMake  45 Python  37 HTML  21 Makefile  20 Jupyter Notebook  14 Java  12 JavaScript  8 CSS  7
Sort:  Best match  
Sort options  

Best match   Most stars   Fewest stars   Most forks   Fewest forks   Recently updated   Least recently updated  



aria2  /   aria2  



Star   







aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink.
 

http   bittorrent   download   ftp   sftp   rpc   cpp11   metalink  



Updated  Aug 16, 2020  

C++  



openpose


CMU-Perceptual-Computing-Lab  /   openpose  



Star   







OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
 

opencv   machine-learning   multi-threading   real-time   caffe   computer-vision   deep-learning   cpp   cpp11  human-pose-estimation   human-behavior-understanding   cvpr-2017   openpose  



Updated  Aug 29, 2020  

C++  



simdjson


simdjson  /   simdjson  



Star   







Open  

Fallback code paths with "SIMD Everywhere"  



3






michaeleisel   commented  Aug 4, 2020  


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

Read more  




good first issue  help wanted  performance  platform coverage  





Open  

Accept custom memory allocators (std::allocator)  



Open  

Investigate and increase fuzz coverage  



2




catchorg  /   Catch2  



Star   







Open  

Missing CATCH_ TEMPLATE_LIST_TEST_CASE and CATCH_ TEMPLATE_LIST_TEST_CASE_METHOD  








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

Read more  




Good First Issue  






AnthonyCalandra  /   modern-cpp-features  



Star   







Open  

Raw string literals missing from C++11 feature list  








galkinvv   commented  Jan 21, 2020  


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

Read more  




enhancement  good first issue  






gabime  /   spdlog  



Star   







Fast C++ logging library.
 

cpp   logging   cpp11   header-only  



Updated  Sep 1, 2020  

C++  






rigtorp  /   awesome-modern-cpp  



Star   







A collection of resources on modern C++
 

cpp   cpp14   cpp11   cpp17   cpp1z  



Updated  Aug 18, 2020  

HTML  






changkun  /   modern-cpp-tutorial  



Star   







📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly
 

cpp   modern-cpp   cpp14   cpp11   cpp17   cpp20   cpp-tutorial  



Updated  Aug 28, 2020  

C++  






microsoft  /   cpprestsdk  



Star   







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.
 

http   oauth   oauth2   cloud   sdk   cpp  async   websockets   tasks   cpp11   asynchronous-tasks   cpp-library  



Updated  Sep 2, 2020  

C++  






minetest  /   minetest  



Star   







Minetest is an open source voxel game engine with easy modding and game creation
 

c-plus-plus   lua   game-engine   minetest   voxel   cpp11   voxel-engine  



Updated  Sep 3, 2020  

C++  






ZheC  /   Realtime_Multi-Person_Pose_Estimation  



Star   







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  






yhirose  /   cpp-httplib  



Star   







A C++ header-only HTTP/HTTPS server and client library
 

http   cpp   https   cpp11   header-only  



Updated  Sep 3, 2020  

C++  






yedf  /   handy  



Star   







C++11 /  / a simple C++11 network server framework
 

c-plus-plus   networking   cpp11   concurrent-programming   epoll  



Updated  Aug 6, 2020  

C++  






onqtam  /   doctest  



Star   







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++  






Qihoo360  /   evpp  



Star   







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  May 1, 2020  

C++  






pezy  /   CppPrimer  



Star   







📚 Solutions for C++ Primer 5th exercises.
 

c-plus-plus   cplusplus   cpp11   exercise-solutions   cpp-primer   cpps  



Updated  Jun 24, 2020  

C++  






linyacool  /   WebServer  



Star   







A C++ High Performance Web Server
 

http   webserver   cpp11   http-server   reactor   thread-pool   epoll   raii  



Updated  Mar 3, 2020  

C++  






Alinshans  /   MyTinySTL  



Star   







Achieve a tiny STL in C++11
 

algorithm   data-structure   cpp   stl   cpp11   cpp-library  



Updated  Aug 28, 2020  

C++  






plibither8  /   2048.cpp  



Star   







🎮 Fully featured terminal version of the game "2048" written in C++
 

game   cpp   cpp11   2048   2048-game  



Updated  Jun 30, 2020  

C++  






kamyu104  /   LeetCode-Solutions  



Star   







:octocat:(Weekly Update) Python / C++11 Solutions of All 1569 LeetCode Problems
 

python   algorithm   data-structure  leetcode   cpp   cpp11   interview-practice   leetcode-solutions   interview-questions   interview-preparation   leetcode-cpp  



Updated  Sep 2, 2020  

C++  






huangmingchuan  /   Cpp_Primer_Answers  



Star   







C++ Primer
 

cpp   cpp11   cpp-primer   cpp-primer-5th  



Updated  Aug 11, 2020  

C++  



flecs


SanderMertens  /   flecs  



Star   







Open  

Provide prebuilt binaries through CI  








SanderMertens   commented  Jan 18, 2020  


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.

Read more  




good first issue  usability  





Open  

Port ecs_graphics example to webasm  



CLI11


CLIUtils  /   CLI11  



Star   







CLI11 is a command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface.
 

cli   cpp11   no-dependencies   cli-parser  



Updated  Sep 2, 2020  

C++  






andreasfertig  /   cppinsights  



Star   







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  Sep 3, 2020  

C++  






boostorg  /   hana  



Star   







Your standard library for metaprogramming
 

cpp   boost   cpp14   metaprogramming  cpp11   header-only   hana  



Updated  Sep 2, 2020  

C++  






danielkrupinski  /   Osiris  



Star   







Free open-source game cheat for Counter-Strike: Global Offensive, written in modern C++. GUI powered by imgui.
 

windows   internal   json   dll   cpp   counter-strike   reverse-engineering   imgui   cpp14   csgo   cpp11   cheating   source-engine   game-hacking   cheat   cpp17   dll-injection   osiris   csgo-cheat   json-cpp  



Updated  Sep 2, 2020  

C++  






bloomberg  /   bde  



Star   







Basic Development Environment - a set of foundational C++ libraries used at Bloomberg.
 

cpp   cpp11   cpp-library   allocators   polymorphic-allocators  



Updated  Aug 26, 2020  

C++  






taocpp  /   PEGTL  



Star   







Parsing Expression Grammar Template Library
 

parsing   cpp   grammar   cpp11   header-only   cpp17   peg   parsing-expression-grammars  



Updated  Aug 24, 2020  

C++  






eventql  /   eventql  



Star   







Distributed "massively parallel" SQL query engine
 

streaming   sql   database   timeseries   analytics   cpp   distributed   cpp11   distributed-database   distributed-storage   mpp   columnar-storage  eventql   distributed-sql  



Updated  May 6, 2017  

C++  






p-ranav  /   indicators  



Star   







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++  







Created by Bjarne Stroustrup  

Released October 1985  


Website  

isocpp.org  

Wikipedia  

Wikipedia  









Product



Features

Security

Team

Enterprise

Customer stories

The ReadME Project

Pricing

Resources

Roadmap
 


Platform



Developer API

Partners

Atom

Electron

GitHub Desktop
 


Support



Help

Community Forum

Professional Services

Learning Lab

Status

Contact GitHub
 


Company



About

Blog

Careers

Press

Social Impact

Shop
 







Twitter  

Facebook  

YouTube  

LinkedIn  

GitHub  



© 2020 GitHub, Inc.

Terms

Privacy

Site Map

What is Git?
 



You cant perform that action at this time.  

You signed in with another tab or window. Reload to refresh your session.  You signed out in another tab or window. Reload to refresh your session.