martong / finstrument_mock
Compiler instrumentation for testing
☆30Updated 7 years ago
Alternatives and similar repositories for finstrument_mock:
Users that are interested in finstrument_mock are comparing it to the libraries listed below
- The stack_unwinding is a small header only C++ library which supplies primitive(class unwinding_indicator) to determining when object des…☆84Updated 9 years ago
- Mock C functions using the preprocessor☆32Updated 5 years ago
- Literal Logging for C++☆84Updated 7 years ago
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆68Updated 10 years ago
- Compile-time Checked, Type-Safe Formatting in C++14☆36Updated 8 years ago
- ☆21Updated 6 years ago
- C++ standard proposals☆16Updated 5 years ago
- Simple mutation-testing☆44Updated last year
- A basic implementation of C++ Concepts in C++14 (CppCon 2016 Lightning Talks)☆37Updated 8 years ago
- Composable Data and Type Generators for C++☆10Updated 6 years ago
- Visualization tool for Templight C++ template debugger traces☆89Updated 6 years ago
- Experiments with the GDB Python API☆70Updated 3 years ago
- ☆32Updated 4 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆51Updated 8 years ago
- DEPRECATED. USE INSTEAD github.com/blockspacer/flextool☆58Updated 4 years ago
- Convert build system from autoconf/make to CMake☆75Updated 2 years ago
- C++ Testing using spies and fakes for isolation and simulation☆60Updated 7 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆61Updated 4 years ago
- PDFs of presenter slides from ACCU 2019☆64Updated 5 years ago
- Tools to dealing with template instantiation profiles generated by templight.☆83Updated 2 years ago
- Compiler-assisted variable size benchmarking for the study of C++ metaprogram compile times.☆25Updated 7 months ago
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…☆8Updated 5 years ago
- High performance event tracing☆16Updated last week
- A set of benchmarking tools used to quantify the performance of BDE-style polymorphic allocators.☆33Updated 9 years ago
- 'Google Mock' mocks generator based on libclang☆52Updated last year
- A constexpr string, container and algorithm library for C++14/1Z.