Julian Eisel
0bae2662f4
Cleanup: Remove/replace C standard library assert() and header usages
...
We have our own assert implementation, `BLI_assert()` that is prefered over the
C standard library one. Its output is more consistent across compilers and
makes termination on assert failure optional (through `WITH_ASSERT_ABORT`).
In many places we'd include the C library header without ever accessing it.
2020-10-03 16:10:15 +02:00
..
2020-09-30 20:11:06 +10:00
2020-09-10 09:45:25 +10:00
2020-09-16 01:40:45 +02:00
2020-09-30 20:11:06 +10:00
2020-09-30 20:11:06 +10:00
2020-10-03 16:10:15 +02:00
2020-10-03 18:49:15 +10:00
2020-09-29 13:58:16 +10:00
2020-08-20 16:11:14 +02:00
2020-09-11 20:41:51 +10:00
2020-08-07 11:23:02 +02:00
2020-08-11 22:18:39 +02:00
2020-09-19 16:28:17 +10:00
2020-06-11 15:35:46 +10:00
2020-07-01 20:16:27 +10:00
2020-09-30 20:11:06 +10:00
2020-04-03 13:34:50 +02:00
2020-10-03 16:10:15 +02:00
2020-03-19 09:33:58 +01:00
2020-03-19 09:33:58 +01:00
2020-08-07 09:50:34 +02:00
2020-09-08 04:15:50 +02:00
2020-09-30 20:11:06 +10:00
2020-09-07 19:37:05 +02:00
2020-07-26 21:07:25 +02:00
2020-09-08 04:15:50 +02:00
2020-09-04 21:04:16 +02:00
2020-04-03 13:34:50 +02:00
2020-04-03 18:25:52 +02:00
2020-03-19 09:33:58 +01:00
2020-08-07 09:50:34 +02:00
2020-10-02 11:47:34 +02:00
2020-10-02 11:47:34 +02:00