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