1. 27 Sep, 2023 1 commit
  2. 31 Aug, 2023 1 commit
  3. 31 May, 2023 1 commit
  4. 19 May, 2023 1 commit
  5. 28 Apr, 2023 1 commit
  6. 23 Feb, 2023 1 commit
  7. 13 Feb, 2023 1 commit
  8. 24 Jan, 2023 1 commit
    • stuartmorgan's avatar
      Add Windows unit tests to plugin template (#118638) · e3c51a2f
      stuartmorgan authored
      * Add Windows unit tests to plugin template
      
      Adds an example native unit test to the plugin template for Windows,
      matching the format we use for our 1P plugin example app unit tests.
      Once these have been added for all platforms+languages, they will be
      documented on a new plugin development page to explain their use.
      
      Since we don't appear to be running our current plugin e2e tests for
      Windows, this adds a new configuration to run them. I haven't
      `led`-tested this, so it may not work, but this will give a starting
      point for getting them running.
      
      Part of https://github.com/flutter/flutter/issues/82458
      
      * Minor fix
      
      * Add test owner
      
      * Fix typo
      
      * Fix test feature flag
      e3c51a2f
  9. 09 Sep, 2022 1 commit
  10. 03 Sep, 2022 1 commit
  11. 02 Sep, 2022 1 commit
  12. 30 Aug, 2022 1 commit
  13. 11 Aug, 2022 1 commit
  14. 27 Jun, 2022 1 commit
  15. 27 May, 2022 1 commit
  16. 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
  17. 14 Jan, 2022 1 commit
  18. 18 Nov, 2021 1 commit
  19. 04 Sep, 2021 1 commit
  20. 28 Jun, 2021 1 commit