|
From: Branden A. <b.m...@gm...> - 2020-06-21 20:51:03
|
Hi all, This release adds mutual exclusion support for Windows. Please test it out and report any problems you might have. https://github.com/libcheck/check/releases Thanks, Branden Sun June 21, 2020: Released Check 0.15.0 based on hash 18d83fb9bab41b7bfb6535ed44c131004d01d5ad * Define CK_ATTRIBUTE_FORMAT for GCC >= 2.95.3, to make use of ‘gnu_printf’ format attribute Issue #249 * Refactor tests to fix signed - unsigned conversions Issue #249 * Refactor some Check internals to use proper interger types Issue #250 * Implement missing mutual exclusion for Windows hosts Issue #257 |