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 last month
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☆57Updated 5 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
- Single file header only C++ implementation of BigInteger / BigNum / unlimited size integers and rational numbers☆71Updated last year
- ☆35Updated 11 years ago
- An attempt to introduce a new scripting language for CMake☆60Updated 5 years ago
- A better C/C++ macro extension. Implemented in Clang plugins. Inspired by Rust's macro system☆64Updated 5 years ago
- A static reflection framework for C++, using libclang.☆55Updated 3 years ago
- A single header C++ library for parsing command line arguments and options with minimal amount of code☆50Updated 4 years ago
- A generic C++17 parser-combinator library with a natural grammar notation.☆121Updated 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
- Merge all your C/C++ files into a single one in a process known as amalgamation.☆82Updated last year
- Compile-time Huffman coding compression using C++20☆173Updated 4 years ago
- Collection of C++ containers extracted from LLVM☆26Updated 4 years ago
- Using coroutines to implement C++ exceptions for freestanding environments☆75Updated 5 months ago
- repr for Modern C++: Return printable string representation of a value☆85Updated 5 years ago
- A C++ high level library for running shell processes☆206Updated 5 months ago
- Convert a C Standard Draft PDF into HTML☆21Updated last month
- A versatile C++ function mocking framework.☆132Updated 3 years ago
- cppystruct is a C++17, header-only, constexpr clone of Python's struct module☆106Updated 7 years ago
- Compile time counter that works with all major modern compilers☆59Updated 2 years ago
- Utilities for working with strings at compile time and passing strings as template parameters.☆23Updated 5 years ago
- A C++ 11 std::error_category for the NT kernel's NTSTATUS error codes☆38Updated 7 months ago
- ☆125Updated 4 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
- A tool for representing and concatenating strings without heap memory☆63Updated 5 years ago
- Quom generates a single header file from your for C/C++ sources. This is also known as amalgamation.☆180Updated last week
- Yet another C++ text formatting library.☆71Updated last year
- C++ container graph visualization for lldb.☆23Updated 6 years ago
- jitasm is C++ library for runtime code generation of x86/x64. You can write the code like a inline assembler.☆53Updated 7 years ago