cpp17
C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 2,219 public repositories matching this topic...
Due to personal experience I'd really like to replace jinja2 with mako templates instead.
We only use jinja in openage/codegen/coord.py.
Really not high priority :)
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
Aug 10, 2020 - C++
功能请求:支持多个V2ray实例
多实例(主要是v2ray多实例)需求,主要是两个场景,且难以用其它方式替代。请拨冗考虑,未来是否可以增加此特性。
场景1、代理链式转发
在 #742 中关于代理链式转发的讨论,使用proxySettings代理出站流量的方向是对的,但在实操中,结合机场的订阅,需要将机场的信息编辑到复杂路由的json配置中,当切换线路时非常的麻烦。
我现在的做法,是机场的代理提供一个本地socks5服务,比如端口为10801,v2ray中配置一个socks协议的outbound,作为vmess的proxySetting。整个链路大致是这样的:
浏览器 ->
# 代理
socks://127.0.0.1:1080 -> vmess outbound (proxySetting on socks)-> socks outbound ->
#
Create charts from the command line
-
Updated
Jun 11, 2020 - C++
Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more
-
Updated
Aug 21, 2020 - C++
The fastest feature-rich C++11/14/17/20 single-header testing framework
-
Updated
Aug 10, 2020 - C++
Sol3 (sol2 v3.0) - a C++ <-> Lua API wrapper with advanced features and top notch performance - is here, and it's great! Documentation:
-
Updated
Aug 13, 2020 - C++
Elements C++ GUI library
-
Updated
Aug 21, 2020 - C++
Purely native C++ cross-platform GUI framework for Android and iOS development. https://www.boden.io
-
Updated
Jan 6, 2020 - C++
Improved version of the X-Ray Engine, the game engine used in the world-famous S.T.A.L.K.E.R. game series by GSC Game World.
-
Updated
Aug 6, 2020 - C++
A Compile time PCRE (almost) compatible regular expression matcher.
-
Updated
Aug 12, 2020 - C++
Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code
-
Updated
Aug 19, 2020 - C++
C++ Insights - See your source code with the eyes of a compiler
-
Updated
Aug 17, 2020 - C++
Descriptions of C++17 features, presented mostly in "Tony Tables" (hey, the name wasn't my idea)
-
Updated
May 3, 2019
Header-only, event based, tiny and easy to use libuv wrapper in modern C++ - now available as also shared/static library!
-
Updated
Aug 9, 2020 - C++
Free open-source game cheat for Counter-Strike: Global Offensive, written in modern C++. GUI powered by imgui.
-
Updated
Aug 21, 2020 - C++
Parsing Expression Grammar Template Library
-
Updated
Aug 8, 2020 - C++
SIMD Vector Classes for C++
-
Updated
Jun 9, 2020 - C++
Fast, modern C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters (SSE, AVX, AVX-512, ARM NEON)
-
Updated
Jun 25, 2020 - C++
Add API nameof::cstring to https://github.com/Neargye/nameof/blob/master/doc/reference.md
std::tuple like methods for user defined types without any macro or boilerplate code
-
Updated
Aug 20, 2020 - C++
Pretty Printer for Modern C++
-
Updated
Feb 20, 2020 - 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