jake-arkinstall / gcc-explorer
My attempt at making GCC error logs more readable
☆27Updated 8 months ago
Related projects ⓘ
Alternatives and complementary repositories for gcc-explorer
- C++ command line argument parsing and routing☆52Updated 4 months ago
- C++ library aiming to replace all built-in integers☆89Updated last week
- Replacement for std::optional that does not waste memory unnecessarily☆102Updated 5 months ago
- List-initialize containers with proper move semantics☆26Updated last year
- A C++20 implementation of safe (wrap around) integers following MISRA C++ rules☆76Updated last year
- P0323 & P2505 std::expected simple implementation☆39Updated last year
- Forward, no matter what.☆124Updated 2 years ago
- Build C, C++ and ASM files in C++☆50Updated last year
- std::optional for C++20☆30Updated 10 months ago
- ☆96Updated 5 months ago
- A little metaprogramming and functional library☆68Updated 2 years ago
- A library for classes with flexible layout☆56Updated 3 years ago
- The seq library is a collection of original C++14 STL-like containers and related tools☆85Updated last month
- CMake wrapper around the cppfront repository☆75Updated 3 weeks ago
- ranges features for c+23 ported to C++20☆76Updated last year
- Recursive Variant: A simple library for Recursive Variant Types☆82Updated 3 years ago
- A C++ type to trace calls to special member functions.☆98Updated 7 months ago
- Ergonomic C++ Iterator interface for STL containers☆38Updated last year
- A type-erasure toolkit for C++20☆16Updated 3 months ago
- Parameter passing and initialization☆81Updated 2 years ago
- KISS C++20 Type Reflection using IFC files☆49Updated 4 months ago
- repr for Modern C++: Return printable string representation of a value☆83Updated 4 years ago
- Replacement for std::optional with efficient memory usage and additional features.☆42Updated this week
- 🐈⬛ A runtime for C++26 w/out libC or POSIX. Smaller binaries, only arena allocators, SIMD, stronger type safety than STL, and value-bas…☆69Updated 3 weeks ago
- C++20 implementation of mutable constexpr expressions☆107Updated 3 years ago
- An efficient, composable design pattern for range processing☆112Updated 3 years ago
- A single producer single consumer lock free queue that utilizes copy / move assignment to transfer messages. Achieves a top performance, …☆40Updated last week