Tomasz Sowa 6def06c647 make some optimization when generating the output
Add three methods to the Generator:
- void OnlyFrames(const std::vector<std::wstring> & frames);
- void OnlyFrames(const std::vector<std::wstring> * frames);
if provided frames then only such frames will be generated,
call OnlyFrames(nullptr) to disable it (default)

- void UseMainStream(bool use_main_stream);
whether or not the main stream should be produced (true by default)
2024-07-07 21:55:49 +02:00
2021-06-16 14:21:08 +02:00
2023-10-22 23:37:18 +02:00
2022-07-03 10:59:48 +02:00
2022-06-26 06:16:09 +02:00
Description
A templating engine for C++ applications.
1.9 MiB
Languages
C++ 95.5%
Shell 2.1%
C 1.9%
Makefile 0.5%