arvidn / try_signalLinks
Turns signals within a scope into c++ exceptions
☆15Updated 3 years ago
Alternatives and similar repositories for try_signal
Users that are interested in try_signal are comparing it to the libraries listed below
Sorting:
- Utilities for working with strings at compile time and passing strings as template parameters.☆23Updated 5 years ago
- An implementation of the char8_t remediation approaches discussed in P1423 (https://wg21.link/p1423).☆25Updated 3 years ago
- A modern, header-only request router for C++☆24Updated 3 months ago
- A fast C++ dynamic_cast<> alternative.☆33Updated 4 years ago
- C++ components used in the project https://github.com/rnburn/bbai☆53Updated 2 years ago
- File/Directory Watcher for Modern C++☆86Updated 3 years ago
- Type traits for properties of C / C++ enum types☆21Updated 6 years ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆18Updated last year
- Phisko's C++ Utilities☆44Updated 2 years ago
- Help code to be able to use C++ as a scriptable and debuggable language without using any language wrappers☆29Updated 6 years ago
- Tiny portable C++ library for atomic operations☆53Updated 2 years ago
- RemoteCall C++ framework for IPC☆23Updated 4 months ago
- A C++ 11 std::error_category for the NT kernel's NTSTATUS error codes☆38Updated 6 months ago
- A tagged-pointer type for C++.☆37Updated 2 years ago
- Cryptography library for modern C++.☆77Updated 2 years ago
- C++ static vector class template. Also might be known as fixed vector or on-stack vector.☆13Updated 3 years ago
- C++ library for type introspection, reflection, and scripting interface☆28Updated 2 years ago
- Displayed width of UTF-8 strings in Modern C++☆48Updated 2 years ago
- use cling scripting with C++ and cmake☆34Updated 6 years ago
- C++ Reflection & Serialization using Clang's LibTooling