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-01 23:43:44 +01:00
2021-01-25 09:47:36 +01:00
2021-01-01 23:43:44 +01:00
2021-01-25 09:47:36 +01:00
2021-01-01 23:43:44 +01:00
2021-01-11 11:55:47 +01:00
2021-01-01 15:32:44 +01:00
2020-09-12 13:46:15 +02:00
2021-01-25 09:47:36 +01:00
2021-01-22 22:17:39 +01:00
2021-01-11 22:09:40 +01:00
2021-01-01 23:43:44 +01:00
2021-01-01 23:43:44 +01:00
2021-01-11 22:09:40 +01:00
2021-01-01 23:43:44 +01:00
2020-12-29 02:20:26 +01:00
2020-09-25 21:18:17 +02:00
2021-01-01 23:43:44 +01:00
2021-01-01 23:43:44 +01:00
2020-07-01 12:07:01 +02:00
2020-03-01 15:38:09 +01:00
2021-01-25 09:47:36 +01:00
2021-01-01 23:43:44 +01:00
2021-01-25 09:47:36 +01:00
2021-01-11 22:07:01 +01:00
2021-01-25 09:47:36 +01:00
2021-01-17 20:30:31 +01:00
2021-01-01 23:43:44 +01:00
2021-01-01 23:43:44 +01:00
2020-05-23 15:57:19 +02:00
2021-01-17 20:30:31 +01:00
2021-01-17 20:30:31 +01:00