zowers / cxx_modules_converterLinks
`cxx_modules_converter.py` is a Python script to convert C++ sources and headers to C++20 modules.
☆14Updated 2 weeks ago
Alternatives and similar repositories for cxx_modules_converter
Users that are interested in cxx_modules_converter are comparing it to the libraries listed below
Sorting:
- C++ components used in the project https://github.com/rnburn/bbai☆53Updated 2 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆36Updated 4 months ago
- envy: Deserialize environment variables into type-safe structs☆67Updated 5 years ago
- A compiler-friendly variadic type list for C++.☆38Updated 2 years ago
- A C++20 serialization library (cereal fork)☆30Updated 4 months ago
- A modern, safer alternative to the C++ Standard Library (for Linux/BSD)☆42Updated 3 months ago
- A C++ SIMD mathematics library for computer graphics.☆29Updated 2 months ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆70Updated 4 months ago
- Cross-Platform, Efficient easy to integrate crash reporting library for modern C++☆65Updated 2 months ago
- Container Traits for Modern C++☆30Updated 5 years ago
- C++11 Header-only continuous-storage Double ended vector implementation similar to STL's std::vector for efficient insertions/removals at…☆15Updated 2 years ago
- ☆34Updated 3 years ago
- <charconv> from Microsoft STL, but multi-platform