slycelote / caide-cpp-inliner
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.
☆34Updated 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
- NoVT is a compiler-based defense against vtable hijacking in C++ programs. It compiles C++ programs without using vtables.☆50Updated 2 years ago
- A Clang plugin for generating CLIs from unmodified C++ functions/classes.☆33Updated 2 years ago
- Collection of C++ containers extracted from LLVM☆26Updated 3 years ago
- Convert a C Standard Draft PDF into HTML☆17Updated 2 months ago
- DEPRECATED. USE INSTEAD github.com/blockspacer/flextool☆58Updated 4 years ago
- A header-only C++ library for writing compiler/interpreter frontends.☆12Updated 2 months ago
- Purgeable memory allocations for Linux☆30Updated 5 years ago
- Simple mutation-testing☆43Updated 9 months ago
- Template (Compile-time) Turing Machine in C++20☆12Updated 3 years ago
- JSON pull-parser/push-serializer library for C++☆20Updated 4 months ago
- Wyrm is a GCC GIMPLE to LLVM IR transpiler☆54Updated 11 months ago
- Turn an interpreter into a code generator☆30Updated 9 years ago
- A simple cmake-based modular build system for C and C++, designed to be easy to use with a higher level project format than that of cmake…☆26Updated 5 years ago
- parser combinator and AST generator in c++17☆24Updated last year
- Trying to get perfect codegen for big-integer math.☆30Updated 2 years ago
- Demangles Microsoft Visual C++ symbol names☆15Updated 8 years ago
- Displayed width of UTF-8 strings in Modern C++☆47Updated 2 years ago
- repr for Modern C++: Return printable string representation of a value☆84Updated 4 years ago
- Meta-program C/C++ with JavaScript☆29Updated 2 years ago
- Yet another C++ text formatting library.☆70Updated last month
- Text encoding for modern C++☆30Updated 3 years ago
- A bindings compiler for C++☆38Updated 2 months ago
- A collection of data structures in C++☆18Updated 2 years ago
- EmojiTools for c++☆12Updated 5 years ago
- Allows you to publish ABI stable C++ library that can be used across different compilers☆61Updated last year
- A plugin framework for namespace macros in C/C++☆35Updated 10 years ago
- C and C++ compiler frontend using PASTA to parse code, and VAST to represent the code as MLIR.☆40Updated 5 months ago
- jitasm is C++ library for runtime code generation of x86/x64. You can write the code like a inline assembler.☆52Updated 6 years ago