iains / clang-cxx20-modulesLinks
Experimental patches to implement missing C++20 modules features for the clang/LLVM toolchain.
☆23Updated 3 years ago
Alternatives and similar repositories for clang-cxx20-modules
Users that are interested in clang-cxx20-modules are comparing it to the libraries listed below
Sorting:
- performance experiments for C++ exception handling☆30Updated 3 years ago
- Support for С++20 std::stop_token to interrupt the blocking Linux syscalls without throwing any exception.☆19Updated 5 years ago
- Collection of C++ containers extracted from LLVM☆26Updated 4 years ago
- Optimized for systems that read and write large blobs.☆12Updated 10 years ago
- Compiler-assisted variable size benchmarking for the study of C++ metaprogram compile times.☆25Updated 9 months ago
- The Fancy Named Parameters Library☆32Updated last month
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the…☆26Updated last year
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…☆8Updated 5 years ago
- Highly composable C++17 template meta programming library☆39Updated 6 years ago
- Similar to python's `repr`, for c++☆32Updated 3 years ago
- A C++ memory pool that is Boost-friendly and performance oriented (zero-malloc).☆22Updated 3 months ago
- Interchangeable AoS and SoA containers☆24Updated 2 years ago
- Compiler/BuildSystem Interface Library☆28Updated 3 years ago
- Implementation of the P2300 specification☆9Updated 3 years ago
- EDSL for C++ to make just-in-time code generation easier☆86Updated 2 years ago
- A view that allows iteration over a view, returning the index of each item along with each item☆12Updated 5 years ago
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆40Updated 5 years ago
- Pre-conditions, post-conditions, and assertions, all available at compile-time☆24Updated 3 years ago
- A concise and readable metaprogramming language for C++☆59Updated 4 years ago
- A fast implementation of log() and exp()☆53Updated 2 years ago
- Provide {fmt} as a C++20 named module☆9Updated 4 years ago
- totally unofficial git repo containing sources for the CppMem tool available at http://svr-pes20-cppmem.cl.cam.ac.uk/cppmem/help.html and…☆26Updated 12 years ago
- A better C/C++ macro extension. Implemented in Clang plugins. Inspired by Rust's macro system☆65Updated 5 years ago
- ☆21Updated 6 years ago
- Effcee is a C++ library for stateful pattern matching of strings, inspired by LLVM's FileCheck☆100Updated 2 months ago
- Container Traits for Modern C++☆29Updated 4 years ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆19Updated 3 years ago
- Benchmark and accountability tool for C++ compile-time overhead / compile-time health☆52Updated 5 years ago
- parser combinator and AST generator in c++17☆24Updated 2 years ago
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆62Updated 4 years ago