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-20 23:20:02 +01:00
2021-01-20 23:20:02 +01:00
2021-01-25 09:47:36 +01:00
2021-01-20 22:57:36 +01:00
2020-05-29 07:53:30 +02:00
2020-05-29 07:53:30 +02:00
2021-01-22 22:17:39 +01:00
2020-12-27 23:07:44 +01:00
2021-01-20 23:20:02 +01:00
2020-09-13 21:19:15 +02:00
2020-01-25 10:34:32 +01:00
2020-12-31 21:51:00 +01:00
2021-01-25 09:47:36 +01:00
2021-01-20 23:20:02 +01:00
2021-01-25 09:47:36 +01:00
2021-01-03 22:12:19 +01:00
2021-01-20 23:20:02 +01:00
2021-01-20 23:20:02 +01:00
2020-07-05 12:26:27 +02:00
2020-07-05 12:26:27 +02:00
2021-01-25 09:47:36 +01:00
2021-01-03 22:12:19 +01:00
2020-08-25 09:48:48 +02:00
2020-09-25 21:18:17 +02:00
2021-01-20 23:20:02 +01:00
2021-01-03 22:12:19 +01:00
2021-01-20 23:20:02 +01:00
2020-09-13 21:19:15 +02:00
2021-01-11 22:07:01 +01:00
2021-01-20 23:20:02 +01:00
2021-01-20 23:20:02 +01:00
2020-12-14 23:05:53 +01:00
2021-01-20 23:20:02 +01:00
2021-01-04 19:13:52 +01:00
2021-01-25 09:47:36 +01:00
2021-01-20 23:20:02 +01:00
2021-01-20 23:20:02 +01:00
2020-12-18 19:22:26 +01:00
2021-01-25 09:47:36 +01:00
2020-12-26 11:54:54 +01:00