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.
☆39Updated this week
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
- kscope is a short for kaleidoscope. Essentially - a library which recursively generates randomized code while keeping it 100% equivalent …☆58Updated 7 years ago
- DEPRECATED. USE INSTEAD github.com/blockspacer/flextool☆58Updated 5 years ago
- A binary optimization/specialization library supporting multiple rewriters☆116Updated 4 years ago
- NoVT is a compiler-based defense against vtable hijacking in C++ programs. It compiles C++ programs without using vtables.☆50Updated 3 years ago
- A generic C++17 parser-combinator library with a natural grammar notation.☆121Updated 4 years ago
- Collection of C++ containers extracted from LLVM☆26Updated 4 years ago
- A concise and readable metaprogramming language for C++☆61Updated 5 years ago
- Quom generates a single header file from your for C/C++ sources. This is also known as amalgamation.☆177Updated last month
- Compile-time Huffman coding compression using C++20☆171Updated 4 years ago
- Single file header only C++ implementation of BigInteger / BigNum / unlimited size integers and rational numbers☆71Updated last year
- ☆35Updated 11 years ago
- Clang from the Future: A C++17 to C++11 source-to-source compiler☆122Updated 7 years ago
- Utilities for working with strings at compile time and passing strings as template parameters.☆23Updated 5 years ago
- ☆38Updated 4 years ago
- Using coroutines to implement C++ exceptions for freestanding environments☆74Updated 3 months ago
- C++ container graph visualization for lldb.☆23Updated 6 years ago
- A better C/C++ macro extension. Implemented in Clang plugins. Inspired by Rust's macro system☆65Updated 5 years ago
- C++ components used in the project https://github.com/rnburn/bbai☆53Updated 2 years ago
- Meta-program C/C++ with JavaScript☆29Updated 2 years ago
- A versatile C++ function mocking framework.☆132Updated 3 years ago
- Demangles Microsoft Visual C++ symbol names☆15Updated 9 years ago
- Fast C++17 signal/slot library☆38Updated 6 years ago
- Wyrm is a GCC GIMPLE to LLVM IR transpiler☆56Updated last year
- A bindings compiler for C++☆56Updated 5 months ago
- Yet another C++ text formatting library.☆71Updated 10 months ago
- Small Extremely Powerful Header Only C++ Lexical Analyzer/String Parser Library☆67Updated last year
- Readable and consistent C++ type introspection - Compiler Decipherer☆89Updated 6 years ago
- A static reflection framework for C++, using libclang.☆55Updated 3 years ago
- Fastest type-safe parsing library in the world for C++14 or C++17 (up to 300x faster than std::regex)☆43Updated 6 years ago