1. 03 Sep, 2022 1 commit
  2. 02 Sep, 2022 1 commit
  3. 30 Aug, 2022 1 commit
  4. 11 Aug, 2022 1 commit
  5. 30 Jun, 2022 1 commit
  6. 27 Jun, 2022 1 commit
  7. 27 May, 2022 1 commit
  8. 08 Mar, 2022 1 commit
    • Chris Bracken's avatar
      Check string size before Win32 MultiByte <-> WideChar conversions (#99729) · b5d3c432
      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>
      b5d3c432
  9. 09 Feb, 2022 1 commit
  10. 07 Jan, 2022 1 commit
    • Greg Spencer's avatar
      Update platform shims in dev/manual_tests (#94616) · 3750beac
      Greg Spencer authored
      Updates the platform shims in dev/manual_tests so that Windows and Linux can be built. I had to update the Windows shims, because I was unable to build a Windows app there.
      
      Also updates the analyze.dart script to report all license issues simultaneously instead of just dying after the first failure.
      
      The only substantive code changes are in dev/bots/analyze.dart and dev/bots/test/analyze_test.dart
      3750beac
  11. 04 Sep, 2021 1 commit
  12. 16 Jul, 2021 1 commit
  13. 21 May, 2021 1 commit
  14. 05 Mar, 2021 2 commits