Pinned Repositories
cpp-crtp-singleton
C++ header only library implements a thread-safe singleton class using CRTP
cpp-gtest-allure-utilities
Allure reporting utilities for Google Test
cpp-ipc
C++ IPC Library: A high-performance inter-process communication using shared memory on Linux/Windows.
cpp-json-adapter
Library-agnostic API for C++ to work with JSON documents
cpp-rapidjson-json-adapter
Implementation of C++ JSON Adapter based on rapidjson
cpp-syslog-client
C++ header only stream-based syslog client library
cpp-test-utilities
Common interface for C++ test utilities
cpp-url-decode
C++ URL percent decoding header only library
crow
Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask)
vscode-cvs
Visual Studio Code extension for CVS support
mmarkeloff's Repositories
mmarkeloff/vscode-cvs
Visual Studio Code extension for CVS support
mmarkeloff/cpp-crtp-singleton
C++ header only library implements a thread-safe singleton class using CRTP
mmarkeloff/cpp-rapidjson-json-adapter
Implementation of C++ JSON Adapter based on rapidjson
mmarkeloff/cpp-syslog-client
C++ header only stream-based syslog client library
mmarkeloff/cpp-gtest-allure-utilities
Allure reporting utilities for Google Test
mmarkeloff/cpp-ipc
C++ IPC Library: A high-performance inter-process communication using shared memory on Linux/Windows.
mmarkeloff/cpp-json-adapter
Library-agnostic API for C++ to work with JSON documents
mmarkeloff/cpp-test-utilities
Common interface for C++ test utilities
mmarkeloff/cpp-url-decode
C++ URL percent decoding header only library
mmarkeloff/crow
Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask)
mmarkeloff/doctest
The fastest feature-rich C++11/14/17/20 single-header testing framework
mmarkeloff/DownloadProject
CMake module for downloading an external project's source at configure time
mmarkeloff/filesystem
An implementation of C++17 std::filesystem for C++11 /C++14/C++17/C++20 on Windows, macOS, Linux and FreeBSD.
mmarkeloff/fmt
A modern formatting library
mmarkeloff/fusion
Boost.org fusion module
mmarkeloff/fuzzing
Tutorials, examples, discussions, research proposals, and other resources related to fuzzing
mmarkeloff/googletest
GoogleTest - Google Testing and Mocking Framework
mmarkeloff/libcopp
cross-platform coroutine library in c++
mmarkeloff/mm
C++ module manager
mmarkeloff/rapidjson
A fast JSON parser/generator for C++ with both SAX/DOM style API
mmarkeloff/research-of-sorting
Code for testing of different sorting algorithms
mmarkeloff/sockpp
Modern C++ socket library.
mmarkeloff/Sourcetrail
Sourcetrail - free and open-source cross-platform source explorer
mmarkeloff/vscode-diff
Diff 2 opened files with ease. Because running `code --diff path1 path2` is too slow.