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 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
- Convert a C Standard Draft PDF into HTML☆21Updated last week
- NoVT is a compiler-based defense against vtable hijacking in C++ programs. It compiles C++ programs without using vtables.☆50Updated 3 years ago
- Single file header only C++ implementation of BigInteger / BigNum / unlimited size integers and rational numbers☆71Updated last year
- A binary optimization/specialization library supporting multiple rewriters☆116Updated 4 years ago
- A static reflection framework for C++, using libclang.☆55Updated 3 years ago
- C++ container graph visualization for lldb.☆23Updated 6 years ago
- A C++ 11 std::error_category for the NT kernel's NTSTATUS error codes☆37Updated 4 months ago
- Fast C++17 signal/slot library☆38Updated 6 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
- Collection of C++ containers extracted from LLVM☆26Updated 4 years ago
- A better C/C++ macro extension. Implemented in Clang plugins. Inspired by Rust's macro system☆65Updated 5 years ago
- Compile-time Huffman coding compression using C++20☆171Updated 4 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
- A single header C++ library for parsing command line arguments and options with minimal amount of code☆50Updated 4 years ago
- Using coroutines to implement C++ exceptions for freestanding environments☆74Updated 3 months ago
- Quom generates a single header file from your for C/C++ sources. This is also known as amalgamation.☆176Updated last month
- A concise and readable metaprogramming language for C++☆61Updated 4 years ago
- Small Extremely Powerful Header Only C++ Lexical Analyzer/String Parser Library☆66Updated last year
- Header-only llvm::Expected<T>☆38Updated 6 years ago
- A versatile C++ function mocking framework.☆132Updated 3 years ago
- Utilities for working with strings at compile time and passing strings as template parameters.☆23Updated 5 years ago
- Demangles Microsoft Visual C++ symbol names☆15Updated 9 years ago
- A single-file header-only library that lets you easily combine lambdas for C++11 and later☆19Updated 5 years ago
- A bindings compiler for C++☆56Updated 4 months ago
- Clang from the Future: A C++17 to C++11 source-to-source compiler☆122Updated 7 years ago
- tool to show the structure layout of types in your C/C++ program, highlighting padding☆126Updated 2 years ago
- Rewrite C++ code to automatically apply `constexpr` where possible☆246Updated 2 years ago
- repr for Modern C++: Return printable string representation of a value☆85Updated 4 years ago