mirror of
https://github.com/Ed94/gencpp.git
synced 2024-11-10 02:54:53 -08:00
|
||
---|---|---|
.. | ||
msvc | ||
.clang-format | ||
bootstrap.ci.ps1 | ||
bootstrap.ps1 | ||
build.ci.ps1 | ||
build.ps1 | ||
clean.ps1 | ||
gen.ps1 | ||
genccp.natstepfilter | ||
gencpp.natvis | ||
gencpp.refactor | ||
get_sources.ps1 | ||
Readme.md | ||
refactor.ps1 | ||
singleheader.ci.ps1 | ||
singleheader.ps1 |
Scripts
Build and cleanup scripts for the test directory are found here along with natvis
and natstepfilter
files for debugging.
The build works as follows:
- Compile and run the meta-program, it will dump files to the
test/gen
directory. - Format the files using clang-format
- Build a program that uses some the generated definitions. (Have not done yet)
The test/gen
directory has the meson.build config for the meta-program
The test
directory has the one for the dependent-program.