Files
8damon-Blackbird-Platform/VCXProj
dutchpsycho 8c47a778d6 build/controller: switch to C++20, add TEMPUS_DEBUG config, and update translation units
Switch LanguageStandard from stdc17 to stdcpp20 across all configurations. Enable
SEH exception handling (Sync) and disable RTTI. Add Wtsapi32.lib to the link
dependencies. Enable Release-grade optimizations in the Release config: MaxSpeed,
CFG, LTO, COMDAT folding, and function-level linking.

Add a TEMPUS_DEBUG build configuration that compiles with TEMPUS_DEBUG=1 so the
kernel Tempus timing surface can be validated against a matching controller build.

Update ClCompile items from the old Blackbird_-prefixed .c files to the new
short-named .cpp translation units. Closes #11.
2026-04-17 16:00:00 +00:00
..