- 27 Jun, 2022 1 commit
-
-
Christopher Fujino authored
-
- 23 Jun, 2022 1 commit
-
-
Christopher Fujino authored
-
- 29 Oct, 2021 1 commit
-
-
Christopher Fujino authored
-
- 24 Sep, 2021 1 commit
-
-
Christopher Fujino authored
-
- 29 Jul, 2021 1 commit
-
-
Christopher Fujino authored
-
- 25 May, 2021 1 commit
-
-
Christopher Fujino authored
* Migrate flutter conductor out of dev/tools and into its own directory * flesh out documentation * fix analysis options * fix integration test
-
- 06 Nov, 2020 1 commit
-
-
Christopher Fujino authored
-
- 18 Jun, 2020 1 commit
-
-
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.
-
- 29 May, 2020 1 commit
-
-
Christopher Fujino authored
-
- 27 May, 2020 1 commit
-
-
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.
-
- 18 May, 2020 1 commit
-
-
Christopher Fujino authored
-