1. 13 Feb, 2023 1 commit
  2. 15 Aug, 2022 1 commit
    • yaakovschectman's avatar
      Add Compilation DeviceLab test for Windows (#109540) · bba2ac83
      yaakovschectman authored
      * Add Windows compilation test (hello_world_windows__compile)
      
      * Add devicelab target to .ci.yaml
      
      * Bringup on new target
      
      * Add license to generated files
      
      * Indicate test ownership
      
      * Delete asset from repo
      
      * Add Windows compilation test (hello_world_windows__compile)
      
      * Add devicelab target to .ci.yaml
      
      * Bringup on new target
      
      * Add license to generated files
      
      * Indicate test ownership
      
      * Delete icon
      
      * Use path.basename
      
      Re triggering tests
      
      * Update test owner to desktop team
      bba2ac83
  3. 30 Jun, 2022 1 commit
  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. 07 Jun, 2021 1 commit
  6. 28 Sep, 2020 1 commit
  7. 03 May, 2020 1 commit