slycelote / caide-cpp-inlinerLinks
Transform a C++ program consisting of multiple source files and headers into a single self-contained source file without any external dependencies (except for standard system headers). Unused code is not included in the resulting file.
☆38Updated 3 weeks ago
Alternatives and similar repositories for caide-cpp-inliner
Users that are interested in caide-cpp-inliner are comparing it to the libraries listed below
Sorting:
- A Clang plugin for generating CLIs from unmodified C++ functions/classes.☆36Updated 3 years ago
- DEPRECATED. USE INSTEAD github.com/blockspacer/flextool☆58Updated 5 years ago
- NoVT is a compiler-based defense against vtable hijacking in C++ programs. It compiles C++ programs without using vtables.☆50Updated 2 years ago
- Quom generates a single header file from your for C/C++ sources. This is also known as amalgamation.☆171Updated 2 years ago
- A better C/C++ macro extension. Implemented in Clang plugins. Inspired by Rust's macro system☆65Updated 5 years ago
- C++ container graph visualization for lldb.☆23Updated 5 years ago
- kscope is a short for kaleidoscope. Essentially - a library which recursively generates randomized code while keeping it 100% equivalent …☆58Updated 7 years ago
- tool to show the structure layout of types in your C/C++ program, highlighting padding☆126Updated 2 years ago
- Collection of C++ containers extracted from LLVM☆26Updated 4 years ago
- Compile-time Huffman coding compression using C++20☆171Updated 3 years ago
- repr for Modern C++: Return printable string representation of a value☆85Updated 4 years ago
- Utilities for working with strings at compile time and passing strings as template parameters.☆23Updated 5 years ago
- Meta-program C/C++ with JavaScript☆29Updated 2 years ago
- A static reflection framework for C++, using libclang.☆55Updated 3 years ago
- Simple mutation-testing☆46Updated last year
- Demangles Microsoft Visual C++ symbol names☆15Updated 8 years ago
- A single-file header-only library that lets you easily combine lambdas for C++11 and later☆19Updated 5 years ago
- A binary optimization/specialization library supporting multiple rewriters☆115Updated 4 years ago
- A C++ mocking library☆23Updated 5 years ago
- Yet another C++ text formatting library.☆71Updated 7 months ago
- Using coroutines to implement C++ exceptions for freestanding environments☆74Updated last month
- A generic C++17 parser-combinator library with a natural grammar notation.☆121Updated 4 years ago
- Convert a C Standard Draft PDF into HTML☆20Updated 2 months ago
- A C++ 11 std::error_category for the NT kernel's NTSTATUS error codes☆35Updated 2 months ago
- A concise and readable metaprogramming language for C++☆60Updated 4 years ago
- Single file header only C++ implementation of BigInteger / BigNum / unlimited size integers and rational numbers☆70Updated last year
- C++ compile-time programming (serialization, reflection, code modification, enum to string, better enum, enum to json, extend or parse l…☆41Updated 3 years ago
- A versatile C++ function mocking framework.☆132Updated 2 years ago
- Merge all your C/C++ files into a single one in a process known as amalgamation.☆68Updated last year
- Rewrite C++ code to automatically apply `constexpr` where possible☆246Updated 2 years ago