A helper to convert a header-based C++ project to module-based one.
☆63Aug 28, 2024Updated last year
Alternatives and similar repositories for clang-modules-converter
Users that are interested in clang-modules-converter are comparing it to the libraries listed below
Sorting:
- Backward compatibly refactor header-based C++ into modules.☆93Jun 17, 2025Updated 8 months ago
- `cxx_modules_converter.py` is a Python script to convert C++ sources and headers to C++20 modules.☆14Nov 3, 2025Updated 4 months ago
- CPP20 implementation of a 16-bit floating-point type mimicking most of the IEEE 754 behavior. Single file and header-only.☆45Dec 9, 2025Updated 3 months ago
- Porting liburing/io_uring to C++26 std::execution (stdexec)☆15Feb 5, 2026Updated last month
- Make std::mdspan formattable by std::format.☆11Dec 25, 2023Updated 2 years ago
- A lightweight, header-only C++20 library for OAuth 2.0 Authorization Code Flow with PKCE . built for Crow, usable anywhere.☆15May 14, 2025Updated 9 months ago
- Low memory overhead allocator☆34Nov 14, 2024Updated last year
- C++23 Tensor, neural networks and mathematical library☆42Feb 27, 2026Updated last week
- Json benchmark based on nativejson-benchmark☆35Feb 6, 2025Updated last year
- Dictionary designed for read-mostly scene.☆14Updated this week
- A morden implement of CHD/SHD algorithm.☆13Apr 25, 2025Updated 10 months ago
- ☆72Feb 11, 2026Updated 3 weeks ago
- This repository provides implementation of composable allocators described by Andrei Alexandrescu on CppCon 2015☆15Apr 29, 2018Updated 7 years ago
- COWEL (Compact Web Language) is a markup language that provides easy access to HTML features while being much more convenient to write.☆23Updated this week
- An indirect value-type for C++☆82Sep 22, 2023Updated 2 years ago
- A Boost.Asio-based driver for PostgreSQL☆19Apr 13, 2020Updated 5 years ago
- A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse d…☆43Aug 12, 2025Updated 6 months ago
- Lightweight structured concurrency for C++20☆162Feb 27, 2026Updated last week
- Suspended until Cyjon refactorization finnish.☆20Aug 16, 2024Updated last year
- A low latency oriented thread caching allocator for Linux/Windows. Single header & LD_PRELOADable.☆23Jan 1, 2026Updated 2 months ago
- VSCode cmake extension for vcpkg☆29Dec 7, 2024Updated last year
- simple ray tracing library focusing on good code☆58Feb 24, 2024Updated 2 years ago
- A few C++ json-library benchmarks, of the fastest few libraries.☆30Jan 14, 2026Updated last month
- The most over-engineered C++ assertion library☆702Updated this week
- C++ command line argument parsing and routing☆51Jul 16, 2024Updated last year
- Tunnel is a Pipeline Execution Engine based on C++20 coroutine☆30Aug 17, 2023Updated 2 years ago
- ☆39Apr 15, 2019Updated 6 years ago
- Using coroutines to implement C++ exceptions for freestanding environments