CarloWood / libcwd
Libcwd is a thread-safe, full-featured debugging support library for C++ developers. It includes ostream-based debug output with custom debug channels and devices, powerful memory allocation debugging support, as well as run-time support for printing source file:line number information and demangled type names.
☆24Updated 2 months ago
Alternatives and similar repositories for libcwd:
Users that are interested in libcwd are comparing it to the libraries listed below
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆18Updated 3 years ago
- Collection of ktl header libraries - small C++20 wrapper utilities☆11Updated 2 years ago
- C++ sanctuary for small but powerful and frequently required, stand alone features.☆28Updated 5 months ago
- ☆25Updated last year
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆14Updated 9 months ago
- Highly composable C++17 template meta programming library☆39Updated 5 years ago
- A collection of personal, single-header C and C++ libraries similar to the STB libraries. All avaliable in the public domain.☆13Updated last year
- atomic lite - a C++11 atomic operations library for C++98 and later☆13Updated last year
- Cut down and minimalistic C++ string formatting library☆26Updated last year
- A header only structure of arrays container for C++☆41Updated 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
- A C++ data container replicating std::queue functionality but with better performance.☆30Updated 2 months ago
- Kraken is an open-source modern math library that comes with a fast-fixed matrix class and math-related functions.☆31Updated last year
- Similar to python's `repr`, for c++☆32Updated 2 years ago
- Collection of proposals for c++☆25Updated this week
- Cross-platform C++ Utility Library☆51Updated last month
- Container Traits for Modern C++☆28Updated 4 years ago
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the…☆26Updated last year
- Read-Compile-Run-Loop: tiny and powerful interactive C++ compiler (REPL)☆19Updated 3 years ago
- C++11 Header-only continuous-storage Double ended vector implementation similar to STL's std::vector for efficient insertions/removals at…☆13Updated 2 years ago
- A plugin framework for namespace macros in C/C++☆35Updated 10 years ago
- Collection of high performance C++ containers that can be chosen as drop-in replacements for std::vector and std::set☆34Updated 9 months ago
- parser combinator and AST generator in c++17☆24Updated last year
- A lock-free multithreaded job system made using C++20 coroutines and atomic operations.☆32Updated last year
- A simple cross-platform speed & memory-efficiency benchmark for the most common hash-table implementations in the C++ world☆11Updated 2 years ago
- Lightweight logging library for C/C++☆33Updated last year
- Experimental JSON builder based on C++ reflection☆48Updated last month
- C++ build system that uses C++ for build configuration.☆15Updated 3 weeks ago
- (Legacy) Extremely fast unordered map and set library for C++20☆11Updated last year
- Result<T, E> for Modern C++☆32Updated 4 years ago