dmcrodrigues / macro-loggerLinks
A simplified logging system using macros.
☆98Updated 4 years ago
Alternatives and similar repositories for macro-logger
Users that are interested in macro-logger are comparing it to the libraries listed below
Sorting:
- Header-only C++ logging library☆141Updated 8 months ago
- A minimal shared/unique_ptr implementation to handle cases where boost/std::shared/unique_ptr are not available.☆188Updated 2 years ago
- Example project which demonstrates various CMake features.☆141Updated 4 years ago
- A sample project using GoogleTest with CMake☆251Updated 2 years ago
- Run clang-format -i on all of the files in your C or C++ project☆155Updated last year
- Unit test demo using Google Test.☆368Updated 4 years ago
- Samples for Learning Modern CMake☆242Updated 9 years ago
- PolyM is a very simple C++ message queue intended for inter-thread communication☆198Updated last year
- Portable (POSIX/Windows/Emscripten) thread pool for C/C++☆382Updated last year
- A fastest, exception-safety and pure C++17 thread pool.☆131Updated 6 years ago
- Contains the slides and examples for my "More Modern CMake" and "Oh No! More Modern CMake" talks from "Meeting C++" 2018 and 2019☆172Updated 5 years ago
- SIGSEGV handler which prints the debug stack trace for C/C++ projects on Linux. It is configurable and rather robust.☆185Updated 3 years ago
- A set of cmake modules to assist in building code☆296Updated 4 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆185Updated 5 years ago
- Pretty printer for command line programs☆118Updated 5 years ago
- A C++14 Task Manager / Scheduler☆108Updated 2 years ago
- Advanced cross-platform logging library for C/C++☆149Updated 2 weeks ago
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆330Updated 4 years ago
- Loki is a C++ library of designs, containing flexible implementations of common design patterns and idioms.☆252Updated 12 years ago
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆145Updated 4 years ago
- Helpful example of a gtest and cmake set up for C++.☆323Updated 8 years ago
- Minimal example of using CMake to manage C++ project with protobuf.☆157Updated 2 years ago
- Common CMake modules☆156Updated last year
- A pure C vector implementation☆152Updated 4 years ago
- Cpp source code formatter for Google C++ Style☆62Updated 8 years ago
- Debug Malloc memory allocation debugging C library☆170Updated 2 years ago
- a FIFO-ordered associative container for C++☆208Updated 2 years ago
- A concurrent thread-safe hash map implemented in C++☆145Updated 2 years ago
- An STL-like C++ header-only tree library☆147Updated last year
- Design patterns implemented in C++14