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:
- A minimal shared/unique_ptr implementation to handle cases where boost/std::shared/unique_ptr are not available.☆188Updated 3 years ago
- Header-only C++ logging library☆143Updated last month
- Portable (POSIX/Windows/Emscripten) thread pool for C/C++☆387Updated last year
- Common CMake modules☆156Updated 2 years ago
- A sample project using GoogleTest with CMake☆251Updated 2 years ago
- A set of cmake modules to assist in building code☆300Updated 4 years ago
- Unit test demo using Google Test.☆369Updated 4 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
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆148Updated 5 years ago
- Samples for Learning Modern CMake☆242Updated 9 years ago
- A pure C vector implementation☆152Updated 4 years ago
- Debug Malloc memory allocation debugging C library☆171Updated 3 years ago
- Run clang-format -i on all of the files in your C or C++ project☆155Updated last year
- A fastest, exception-safety and pure C++17 thread pool.☆134Updated 6 years ago
- Implementation of std::any, including small object optimization, for C++11 compilers☆150Updated last year
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆187Updated 5 years ago
- Based on gmock, can mock global function, member function, class static function without changing source code.☆82Updated last year
- Example project which demonstrates various CMake features.☆141Updated 4 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
- A C++14 Task Manager / Scheduler☆110Updated 2 years ago
- Lock-free ring buffer (MPSC)☆470Updated 6 years ago
- a FIFO-ordered associative container for C++☆210Updated 3 weeks ago
- A cross-platform HTTP client library with a focus on usability and speed☆169Updated 3 years ago
- A concurrent thread-safe hash map implemented in C++☆149Updated 2 years ago
- Helpful example of a gtest and cmake set up for C++.☆323Updated 8 years ago
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆329Updated 4 years ago
- A lightweight header only logging library for C☆56Updated 3 years ago
- An Eclipse plugin that integrates clang-format and cpplint (cpplint.py)☆74Updated last year
- ctest is a unit test framework for software written in C.☆242Updated 4 months ago
- Call Stack Logger uses function instrumentation to facilitate logging of every function call. Each nesting adds an ident, whereas returni…☆106Updated 2 years ago