Eugene Golushkov
Eugene Golushkov
std::uncaught_exceptions() is available since C++17, and std::uncaught_exception() is already deprecated in C++17, leading to error in "treat warnings as errors" mode in MSVC 2019 in C++17 mode.
…constructor - should set _M_HasCancellationToken. Bug was introduced in PPL in VS2013 and fixed in VS2015 but survives in PPLX
minizip: use single ZREAD64 call in unz64local_getShort/Long/Long64 implementation, rather than read it byte by byte. Code is still compatible with big endian architectures. At the same time both Clang and...
1. Code under #ifdef WINRT uses convert_utf8_to_utf16() function too, so this func should not be defined under #ifndef WINRT 2. Android has no curl.h, wordexp.h and even tz database is...
Fixed bug in pplx::task_options(cancellation_token, task_continuation_context) constructor - should set _M_HasCancellationToken to true. Bug was introduced in PPL in VS2013 and fixed in VS2015 but survives in PPLX. Note - it...
**Description:** NullPointerException in SideSheetBehavior setState > runAfterLayout, happens when viewRef was nullified as part of SideSheetBehavior.onDetachedFromLayoutParams() and only then accessed by setState() > runAfterLayout lambda. Similar nearby checks outside of...
Prevent NullPointerException when viewRef was nullified as part of SideSheetBehavior.onDetachedFromLayoutParams() and only then accessed by runAfterLayout lambda. Similar nearby checks outside of lambda are not enough, as all of them...
Fix for "No tests discovered on macOS Tahoe" https://github.com/mattstevens/xcode-googletest/issues/12 Fix has 3 places where it attempts to perform tests registration, unfortunately all places has some drawbacks 1) original one on...