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
..
2021-01-25 09:47:36 +01:00
2020-12-31 01:47:41 +01:00
2020-11-12 18:04:30 +01:00
2021-01-11 11:55:47 +01:00
2020-12-17 19:36:56 +01:00
2021-01-25 09:47:36 +01:00
2021-01-22 22:17:39 +01:00
2020-02-16 01:27:42 +01:00
2020-02-16 01:27:42 +01:00
2021-01-11 22:07:01 +01:00
2021-01-22 22:17:39 +01:00
2021-01-20 23:20:02 +01:00
2021-01-22 22:17:39 +01:00
2021-01-11 11:55:47 +01:00
2020-11-12 18:04:16 +01:00
2021-01-25 09:47:36 +01:00
2021-01-22 22:17:39 +01:00
2021-01-22 22:17:39 +01:00
2021-01-22 22:17:39 +01:00
2020-09-13 21:19:15 +02:00
2021-01-22 22:17:39 +01:00
2020-09-25 21:18:17 +02:00
2021-01-25 09:47:36 +01:00
2021-01-22 22:17:39 +01:00
2021-01-20 23:20:02 +01:00
2021-01-22 22:17:39 +01:00
2021-01-25 09:47:36 +01:00
2021-01-22 22:17:39 +01:00
2021-01-22 22:17:39 +01:00
2021-01-22 22:17:39 +01:00
2021-01-25 09:47:36 +01:00
2020-08-25 09:48:48 +02:00
2021-01-20 23:20:02 +01:00
2021-01-22 22:17:39 +01:00