1. 15 Apr, 2022 1 commit
  2. 08 Apr, 2022 1 commit
  3. 05 Apr, 2022 1 commit
  4. 30 Mar, 2022 1 commit
  5. 29 Mar, 2022 1 commit
  6. 25 Mar, 2022 1 commit
  7. 10 Mar, 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. 07 Mar, 2022 1 commit
  10. 02 Mar, 2022 1 commit
  11. 23 Feb, 2022 1 commit
  12. 22 Feb, 2022 1 commit
  13. 09 Feb, 2022 1 commit
  14. 03 Feb, 2022 2 commits
  15. 02 Feb, 2022 1 commit
    • Pierre-Louis's avatar
      Update packages (#97592) · a22cf5d6
      Pierre-Louis authored
      * update packages
      
      * implement
      
      * remove trailing spaces
      
      * Revert "remove trailing spaces"
      
      This reverts commit d3bffbef57d142a4a5d98dea4c3e9b6db856c9bb.
      
      * Revert "implement"
      
      This reverts commit 6b6172a827c84985c5fe09e676096878fba43306.
      a22cf5d6
  16. 10 Jan, 2022 1 commit
  17. 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
  18. 14 Dec, 2021 1 commit
  19. 01 Dec, 2021 1 commit
  20. 24 Nov, 2021 3 commits
  21. 20 Nov, 2021 1 commit
  22. 12 Nov, 2021 2 commits
  23. 11 Nov, 2021 1 commit
  24. 10 Nov, 2021 2 commits
  25. 07 Nov, 2021 1 commit
  26. 05 Nov, 2021 4 commits
  27. 01 Nov, 2021 1 commit
  28. 25 Oct, 2021 1 commit
  29. 19 Oct, 2021 2 commits
  30. 15 Oct, 2021 1 commit
  31. 12 Oct, 2021 1 commit