Riccardo Schirone 6080edf13b
Fix r_log when used for r_assert (#11971)
- Split r_log in r_vlog/r_log and make r_assert_log use r_vlog because it
needs to provide a va_list.
- Rename _r_internal_logging to r_log because that's a R_API function
and it needs a good name
- Make R2_CHECKS_LEVEL dependent on 'buildtype' option
- Make R_LOGLVL_WARN the default log level when in debug mode (default)
- introduce ASSERT_STDOUT macro to print assert failures to stdout
- use ASSERT_STDOUT in the Travis env with asan
- use list of callbacks in RLog instead of just one.
2018-10-29 11:48:12 +01:00
..
2018-09-26 10:05:44 -07:00
2018-10-12 12:18:22 +02:00
2018-09-26 10:03:32 -07:00
2018-10-26 22:32:30 +02:00
2018-10-12 12:17:29 +02:00
2018-10-12 12:17:29 +02:00
2018-10-07 00:29:11 +02:00
2018-05-16 10:24:35 +02:00