cpp-amalgamate 1.0.1

cpp-amalgamate recursively combines C++ source files and the headers they include into a single output file.
1
2
3
4
5
6
7
8
// Testing utilities
mod util;

// Integration tests
mod filtering;
mod inlining;
mod misc;
mod resolving;