heapwolf / debugLinks
A small debugging library for C++
☆31Updated 6 years ago
Alternatives and similar repositories for debug
Users that are interested in debug are comparing it to the libraries listed below
Sorting:
- Quick and simple stacktraces for C++☆12Updated 10 years ago
- A minimalist event emitter for C++☆32Updated 5 months ago
- Public Domain random number generators for C++☆16Updated 10 years ago
- High-performance C++ for macOS, iOS, tvOS, Android, Linux, and Windows☆42Updated 4 years ago
- A lightweight C++ library to diff and patch arbitrary data☆20Updated 10 years ago
- Lightweight Msgpack Encoder☆15Updated 8 years ago
- A lightweight LRU cache structure for list<T> and map<K,V> containers. Written in C++11☆28Updated 10 years ago
- Simple wildcard string comparison for C☆19Updated 3 months ago
- memory pool allocator☆51Updated 12 years ago
- TinyThread++ fork with lambda, future and continuation support.☆29Updated 13 years ago
- C++ reflection framework (for fun)☆14Updated 10 years ago
- A generic single header garbage collector that mixes reference counting and a mark & sweep algorithm☆18Updated 8 years ago
- Tiny format/mustache templating library (C++11)☆24Updated 9 years ago
- Wait-free ring buffer for inter-thread communication using C++11 atomics☆18Updated 10 years ago
- Native C++ Library☆49Updated 10 years ago
- A simple queue using a linked list written in C under the BSD license.☆18Updated 8 years ago
- Progress display lib for c