- 08 Mar, 2022 7 commits
-
-
Chris Bracken authored
This patch adds an additional check to ensure the target length of a string is within the supported maximum string length prior to calling WideCharToMultiByte/MultiByteToWideChar in the Windows runner template. This is to prevent resize() from failing if called with a count > std::string::max_size(). According to Win32 API docs (WideCharToMultiByte, MultiByteToWideChar) it's the caller responsibility to make sure the buffers are correctly allocated. Authored by: Tomasz Gucio <tgucio@gmail.com>
-
engine-flutter-autoroll authored
-
Mahesh Jamdade authored
-
Kate Lovett authored
-
engine-flutter-autoroll authored
-
dependabot[bot] authored
-
Kate Lovett authored
-
- 07 Mar, 2022 17 commits
-
-
Christopher Fujino authored
-
dependabot[bot] authored
-
engine-flutter-autoroll authored
-
Taha Tesser authored
-
Kate Lovett authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Jesús S Guerrero authored
-
Anurag Roy authored
-
Jonah Williams authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Markus Aksli authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
- 06 Mar, 2022 7 commits
-
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Jonah Williams authored
-
engine-flutter-autoroll authored
-
- 05 Mar, 2022 8 commits
-
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
godofredoc authored
Engine and Flutter using different xcode versions with the same cache name is causing multiple problems when trying to find the runtimes. To prevent this issue we will need to use different cache names for different xcode versions. Bug: https://github.com/flutter/flutter/issues/99429
-
engine-flutter-autoroll authored
-
Jenn Magder authored
-
Jenn Magder authored
-
Taha Tesser authored
-
engine-flutter-autoroll authored
-
- 04 Mar, 2022 1 commit
-
-
Jonah Williams authored
-