dmcrodrigues / macro-loggerLinks
A simplified logging system using macros.
☆99Updated 5 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:
- Common CMake modules☆156Updated 2 years ago
- A set of cmake modules to assist in building code☆300Updated 4 years ago
- Portable (POSIX/Windows/Emscripten) thread pool for C/C++☆388Updated last year
- Run clang-format -i on all of the files in your C or C++ project☆156Updated last year
- Flex Bison C++ Template/Example☆190Updated 9 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 6 years ago
- A minimal shared/unique_ptr implementation to handle cases where boost/std::shared/unique_ptr are not available.☆193Updated 3 years ago
- Samples for Learning Modern CMake☆242Updated 9 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆189Updated 6 years ago
- Header-only C++ logging library☆143Updated 3 months ago
- PolyM is a very simple C++ message queue intended for inter-thread communication☆200Updated last year
- Unit test demo using Google Test.☆371Updated 4 years ago
- Loki is a C++ library of designs, containing flexible implementations of common design patterns and idioms.☆252Updated 12 years ago
- SIGSEGV handler which prints the debug stack trace for C/C++ projects on Linux. It is configurable and rather robust.☆186Updated 3 years ago
- a FIFO-ordered associative container for C++☆211Updated 2 months ago
- A C++14 Task Manager / Scheduler☆110Updated 2 years ago
- Helpful example of a gtest and cmake set up for C++.☆324Updated last month
- Example project which demonstrates various CMake features.☆142Updated 5 years ago
- Source code from "Programming with POSIX® Threads" book By David R. Butenhof☆96Updated 13 years ago
- A sample project using GoogleTest with CMake☆251Updated 2 years ago
- A fastest, exception-safety and pure C++17 thread pool.☆134Updated 6 years ago
- Advanced cross-platform logging library for C/C++☆149Updated 4 months ago
- STL style library with red-black tree implementation in C☆42Updated 3 years ago
- A pure C vector implementation☆154Updated 4 years ago
- A Generic Makefile Template for C/C++ Programs☆85Updated 5 years ago
- Some CMake Templates (examples). Qt, Boost, OpenCV, C++11, etc 一些栗子☆546Updated 2 years ago
- Design patterns for C++ example.☆152Updated 5 years ago
- Minimize lock-free queue ever!☆134Updated 7 years ago
- Based on gmock, can mock global function, member function, class static function without changing source code.☆82Updated last year
- Lock-free ring buffer (MPSC)