1. 22 Mar, 2022 1 commit
  2. 16 Mar, 2022 1 commit
  3. 09 Mar, 2022 3 commits
  4. 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
  5. 28 Feb, 2022 1 commit
  6. 24 Feb, 2022 1 commit
  7. 09 Feb, 2022 1 commit
  8. 04 Feb, 2022 2 commits
  9. 03 Feb, 2022 1 commit
  10. 02 Feb, 2022 1 commit
  11. 26 Jan, 2022 1 commit
  12. 14 Jan, 2022 1 commit
  13. 13 Jan, 2022 1 commit
  14. 11 Jan, 2022 1 commit
  15. 04 Jan, 2022 2 commits
    • Zachary Anderson's avatar
      Revert "FFI plugins (#94101)" (#96122) · 65c6e882
      Zachary Anderson authored
      This reverts commit 5257f029.
      65c6e882
    • Daco Harkes's avatar
      FFI plugins (#94101) · 5257f029
      Daco Harkes authored
      * Building shared C source code as part of the native build for platforms Android, iOS, Linux desktop, MacOS desktop, and Windows desktop.
      * Sample code doing a synchronous FFI call.
      * Sample code doing a long running synchronous FFI call on a helper isolate.
      * Use of `package:ffigen` to generate the bindings.
      5257f029
  16. 23 Dec, 2021 1 commit
  17. 15 Dec, 2021 1 commit
  18. 24 Nov, 2021 2 commits
  19. 20 Nov, 2021 1 commit
  20. 18 Nov, 2021 1 commit
  21. 09 Nov, 2021 2 commits
  22. 07 Nov, 2021 1 commit
  23. 05 Nov, 2021 3 commits
  24. 03 Nov, 2021 1 commit
  25. 29 Oct, 2021 1 commit
  26. 20 Oct, 2021 1 commit
  27. 19 Oct, 2021 3 commits
  28. 18 Oct, 2021 1 commit
  29. 15 Oct, 2021 2 commits