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.
☆22Updated 2 weeks ago
Related projects ⓘ
Alternatives and complementary repositories for libcwd
- A lock-free multithreaded job system made using C++20 coroutines and atomic operations.☆31Updated last year
- A unique_ptr implementation with small object optimization☆19Updated 2 months ago
- Tiny portable C++ library for atomic operations☆54Updated 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++17 full-text search engine library☆31Updated 3 years ago
- A plugin framework for namespace macros in C/C++☆35Updated 10 years ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆33Updated 3 years ago
- Highly composable C++17 template meta programming library☆39Updated 5 years ago
- C++20 SIMD Within A Register library☆25Updated 3 months ago
- A tagged-pointer type for C++.☆27Updated last year
- C++ library for type introspection, reflection, and scripting interface☆27Updated last year
- Cut down and minimalistic C++ string formatting library☆26Updated 10 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
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆14Updated 7 months ago
- Container Traits for Modern C++☆28Updated 4 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…☆32Updated last month
- C++ sanctuary for small but powerful and frequently required, stand alone features.☆28Updated 2 months ago
- Fast comparison-based sort algorithm☆55Updated last year
- Experimental JSON builder based on C++ reflection☆42Updated last month
- Result<T, E> for Modern C++☆32Updated 4 years ago
- A compiler-friendly variadic type list for C++.☆36Updated last year
- Similar to python's `repr`, for c++☆32Updated 2 years ago
- A sort wrapper enabling both use of random-access sorting on non-random access containers, and increased performance for the sorting of l…☆19Updated 7 months ago
- A compile-time header-only C++17 library for dataflow programing.☆28Updated 11 months ago
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆40Updated 2 years ago
- Compile-time Checked, Type-Safe Formatting in C++14☆36Updated 7 years ago
- Cake is a fast build system written in Python.☆20Updated 4 years ago
- (Legacy) Extremely fast unordered map and set library for C++20☆11Updated last year
- A template for simple C++ reflection done with CMake and Python (no other external tools)☆39Updated 2 years ago
- An Simplified JSON (SJSON) C++ reader and writer☆21Updated 4 months ago