1. 27 Jun, 2022 1 commit
  2. 23 Jun, 2022 1 commit
  3. 29 Oct, 2021 1 commit
  4. 24 Sep, 2021 1 commit
  5. 29 Jul, 2021 1 commit
  6. 25 May, 2021 1 commit
  7. 06 Nov, 2020 1 commit
  8. 18 Jun, 2020 1 commit
    • Greg Spencer's avatar
      Make flutter and dart scripts invoke their batch file equivalents on Windows (#59789) · 6db22118
      Greg Spencer authored
      This makes the flutter and dart scripts invoke their batch file equivalents if running under MINGW (i.e. git-bash) on Windows.
      
      This allows for proper locking, and makes sure that people aren't using two different (and non-mutally-aware) locking systems when running flutter on Windows.
      
      I also fixed a couple of places where we look for MINGW32, which fails under MINGW64. It just looks for MINGW now.
      6db22118
  9. 29 May, 2020 1 commit
  10. 27 May, 2020 1 commit
    • Greg Spencer's avatar
      Update the flutter script's locking mechanism and follow_links (#57590) · 379e11b6
      Greg Spencer authored
      Update the flutter and dart scripts' locking mechanism and follow_links function to be more robust and support more platforms.
      
      This adds support for using mkdir as a fallback if the system doesn't have flock instead of using shlock, since shlock doesn't work on shared filesystems.
      
      It also fixes a problem in the follow_links function where it failed when the link resolved to the root directory.
      379e11b6
  11. 18 May, 2020 1 commit