asynts
8465683dcf
Everywhere: Debug macros instead of constexpr.
This was done with the following script:
find . \( -name '*.cpp' -o -name '*.h' -o -name '*.in' \) -not -path './Toolchain/*' -not -path './Build/*' -exec sed -i -E 's/dbgln<debug_([a-z_]+)>/dbgln<\U\1_DEBUG>/' {} \;
find . \( -name '*.cpp' -o -name '*.h' -o -name '*.in' \) -not -path './Toolchain/*' -not -path './Build/*' -exec sed -i -E 's/if constexpr \(debug_([a-z0-9_]+)/if constexpr \(\U\1_DEBUG/' {} \;
2021-01-25 09:47:36 +01:00
..
2020-12-31 21:51:00 +01:00
2021-01-25 09:47:36 +01:00
2020-12-31 21:51:00 +01:00
2020-12-31 21:51:00 +01:00
2020-12-31 21:51:00 +01:00
2020-12-31 21:51:00 +01:00
2021-01-25 09:47:36 +01:00
2021-01-03 22:12:19 +01:00
2020-10-08 09:54:41 +02:00
2021-01-25 09:47:36 +01:00
2021-01-03 22:12:19 +01:00
2021-01-11 11:55:47 +01:00
2020-08-25 09:48:48 +02:00
2020-09-25 21:18:17 +02:00
2020-09-17 17:23:01 +02:00
2021-01-25 09:47:36 +01:00
2021-01-25 09:47:36 +01:00
2020-11-30 13:17:02 +01:00
2021-01-25 09:47:36 +01:00
2021-01-25 09:47:36 +01:00
2021-01-03 22:12:19 +01:00
2020-12-31 21:51:00 +01:00
2021-01-25 09:47:36 +01:00
2020-12-18 19:22:26 +01:00
2020-12-31 21:51:00 +01:00
2021-01-20 23:20:02 +01:00
2020-12-18 19:22:26 +01:00