mghazaryan / pplx
Extraction of Microsoft PPLX out of C++ REST SDK
☆21Updated 2 years ago
Related projects ⓘ
Alternatives and complementary repositories for pplx
- Fork of Marcin Kalicinski's RapidXml library☆16Updated 3 months ago
- benchmark for various C++ function implementations; focus on invocation time☆94Updated 5 years ago
- A C++ library that implements the WhatWG URL specification☆58Updated 11 months ago
- Parent of *-lite repositories, a migration path to post-C++11 features for pre-C++11 environments☆83Updated 3 years ago
- A custom implementation of the C++17 'string_view' back-ported to c++11☆42Updated 3 years ago
- CppProperties is a single header libaray for enabling the property system architecture☆38Updated 4 years ago
- Transferred to https://github.com/Neargye/yacppl☆14Updated 3 years ago
- Fixed size function wrapper like std::function☆68Updated 8 years ago
- ring-span lite - A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library☆154Updated 5 months ago
- File/Directory Watcher for Modern C++☆79Updated last year
- Fast delegates implementation☆56Updated 2 years ago
- C++ string formatting library☆44Updated 4 years ago
- JSON Serializer using compile time reflection☆20Updated last year
- Wire is a drop-in std::string replacement with extended functionality and safe C/C++ formatters (C++11).☆39Updated 8 years ago
- An implementation of jss::object_ptr; a type similar to std::observer_ptr but with a few improvements☆33Updated 4 years ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆40Updated 4 years ago
- A single-file header-only version of C++17-like invoke() for C++98, C++11 and later☆31Updated 10 months ago
- Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!☆74Updated 10 months ago
- Network Based Data Layer: C++ Framework for Managing Application State Across Network☆43Updated 5 months ago
- Smart queue that executes tasks in threadpool-like manner☆40Updated last year
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆36Updated 5 months ago
- Non-intrusive C++ signal programming library☆49Updated 2 years ago
- A header-only C++20 library of fast delegates and events☆23Updated last year
- JSON & BSON parser/writer☆38Updated 8 years ago
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆132Updated 7 months ago
- A C++ header-only library for creating, displaying, iterating and manipulating dates☆76Updated last year
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource☆45Updated 5 months ago
- easy to use callback library for C++