2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-05-01 16:09:36 +00:00
Commit Graph

29 Commits

Author SHA1 Message Date
Jan Laupetin 90d7f92ddd chore: replace all usages of removed ClassUtils macros 2026-03-06 00:13:04 +01:00
Jan Laupetin f8b3361bbe chore: add build log for zcg 2026-03-05 21:08:39 +00:00
Jan Laupetin 5f28bcc58a chore: use TextFileCheckDirtyOutput for RawTemplater 2026-03-05 19:55:32 +00:00
Jan Laupetin 7227772045 fix: only show console color when supported 2025-11-30 16:28:35 +00:00
Jan Laupetin c28357a19f feat: add command line option to disable color output 2025-09-11 22:39:15 +02:00
Jan Laupetin d693ace12f feat: verbose option sets log level to debug 2025-09-11 22:18:59 +02:00
Jan Laupetin 02f20f09b6 chore: update all logging to use centralized logging component 2025-09-11 20:25:51 +02:00
Jan 6f31e8cc29 chore: fix compilation issues with x64 2025-04-06 18:02:47 +01:00
Jan 5fee875495 chore: use filename of argv0 in UsageInformation 2024-09-23 23:05:04 +02:00
Jan 32480a75eb chore: give all args to arg parser instead of omitting arg0 2024-09-23 22:38:18 +02:00
Jan da18291c89 chore: improve args code for other tools 2024-09-23 20:00:00 +02:00
Jan 132cccb971 refactor: use new line character instead of std::endl 2024-03-24 20:24:22 +01:00
Jan 0b0b888b0d chore: make help command return exit code 0 2024-01-23 23:14:52 +01:00
Jan 05437cfd7d feat: add version command line arg to all executables 2024-01-23 23:14:52 +01:00
Clang Format 6b4f5d94a8 Reformat code with clang format 2023-11-19 21:07:21 +00:00
Jan dd56a57a3e Fix build with g++13 2023-10-01 10:50:39 +02:00
Jan bba6fd9d4e Fix error in define expression crash 2022-09-07 22:00:18 +02:00
Jan b3dbf4a104 Improve raw templater error cases 2022-09-07 19:37:29 +02:00
Jan 28636cc4fe Add skip directive to raw templater 2022-09-07 19:34:22 +02:00
Jan e853674bbe Remove pragma keyword from raw templater 2022-09-07 18:13:11 +02:00
Jan a7ceaf03ee Create directories for templater output 2022-09-06 21:46:10 +02:00
Jan 03dd0f06b2 Add set define proxy to set a define based on an expression 2022-09-06 21:45:55 +02:00
Jan a36d1c430a Use SimpleExpressionInterpreter in DefinesStreamProxy and expand defines and defined expressions before parsing 2022-09-06 20:52:52 +02:00
Jan 6702856399 Make skipping lines in defines stream proxy configurable 2022-09-06 17:49:35 +02:00
Jan 379aabebd6 Add build log to templater 2022-09-06 00:36:28 +02:00
Jan 6a45031c96 Integrating templating into rawfile pipeline 2022-09-06 00:12:34 +02:00
Jan f574204e61 Skip until first non empty line for templater 2022-09-05 23:51:09 +02:00
Jan e8baf65134 Adjust templater output 2022-09-05 23:33:14 +02:00
Jan 1464329245 Add raw templater 2022-09-05 23:25:11 +02:00