1. 28 Apr, 2023 1 commit
  2. 08 Dec, 2022 1 commit
  3. 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
  4. 14 Jan, 2022 1 commit
  5. 04 Sep, 2021 1 commit
  6. 28 Jun, 2021 1 commit
  7. 06 Jul, 2020 1 commit
    • stuartmorgan's avatar
      Switch Windows to CMake (#60629) · 4b120501
      stuartmorgan authored
      * First pass at CMake files; untested
      
      * First pass of adding CMake generation logic on Windows
      
      * Misc fixes
      
      * Get bundling working, start incoprorating CMake build into tool
      
      * Fix debug, exe name.
      
      * Add resources
      
      * Move cmake.dart
      
      * Rip out all the vcxproj/solution plumbing
      
      * Fix plugin cmake generation
      
      * Build with cmake rather than calling VS directly
      
      * Adjust Windows plugin template to match standard header directory structure
      
      * Pass config selection when building
      
      * Partially fix multi-config handling
      
      * Rev template version
      
      * Share the CMake generation instead of splitting it out
      
      * VS build/run cycle works, with slightly awkward requirement to always build all
      
      * Update manifest
      
      * Plugin template fixes
      
      * Minor adjustments
      
      * Build install as part of build command, instead of separately
      
      * Test cleanup
      
      * Update Linux test for adjusted generated CMake approach
      
      * Plugin test typo fix
      
      * Add missing stub file for project test
      
      * Add a constant for VS generator
      4b120501