1. 12 Apr, 2022 1 commit
  2. 07 Apr, 2022 1 commit
  3. 31 Mar, 2022 2 commits
  4. 25 Mar, 2022 1 commit
  5. 22 Mar, 2022 1 commit
  6. 16 Mar, 2022 1 commit
  7. 09 Mar, 2022 3 commits
  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. 28 Feb, 2022 1 commit
  10. 24 Feb, 2022 1 commit
  11. 09 Feb, 2022 1 commit
  12. 04 Feb, 2022 2 commits
  13. 03 Feb, 2022 1 commit
  14. 02 Feb, 2022 1 commit
  15. 26 Jan, 2022 1 commit
  16. 14 Jan, 2022 1 commit
  17. 13 Jan, 2022 1 commit
  18. 11 Jan, 2022 1 commit
  19. 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
  20. 23 Dec, 2021 1 commit
  21. 15 Dec, 2021 1 commit
  22. 24 Nov, 2021 2 commits
  23. 20 Nov, 2021 1 commit
  24. 18 Nov, 2021 1 commit
  25. 09 Nov, 2021 2 commits
  26. 07 Nov, 2021 1 commit
  27. 05 Nov, 2021 3 commits
  28. 03 Nov, 2021 1 commit
  29. 29 Oct, 2021 1 commit
  30. 20 Oct, 2021 1 commit
  31. 19 Oct, 2021 1 commit