- 14 Jun, 2016 2 commits
-
-
Ian Hickson authored
-
Ian Hickson authored
This prevents multiple simultaneous runs of the analyzer from stomping over each other (e.g. multiple runs of 'update-packages'). Certain long-lived commands (like analyze, run, logs) are exempted once they've done enough work to be safe from most stomping action. This still doesn't make us entirely safe from craziness, e.g. if you're half way through an 'update-packages' run and you call 'git pull', who knows what state you'll end up in. But there's only so much one can do. Fixes https://github.com/flutter/flutter/issues/2762
-
- 27 May, 2016 1 commit
-
-
Adam Barth authored
Instead of embedding Flutter.framework and BuildFlutterApp in the Xcode project, we store these in flutter.git, where we can reference them.
-
- 23 May, 2016 2 commits
-
-
Chinmay Garde authored
Wire up ios-profile and ios-release. Switching between debug, profile and release starts the build process from scratch. (#4063)
-
Devon Carew authored
-
- 14 May, 2016 1 commit
-
-
Chinmay Garde authored
-
- 13 May, 2016 1 commit
-
-
Devon Carew authored
* rename service_protocol.dart to protocol_discovery.dart * add a wrapper around the obs. protocol * use json-rpc in run * consolidate obs. code; implement flutter run --benchmark * review comments
-
- 12 May, 2016 2 commits
-
-
Jason Simmons authored
-
Chinmay Garde authored
-
- 11 May, 2016 1 commit
-
-
Chinmay Garde authored
-
- 05 May, 2016 1 commit
-
-
Jason Simmons authored
-
- 03 May, 2016 1 commit
-
-
Devon Carew authored
* fix analysis errors * review comments; fix test * re-add an export for debugPrint
-
- 02 May, 2016 1 commit
-
-
Jason Simmons authored
Also update the engine to a build where these tools have been uplaoded
-
- 28 Apr, 2016 1 commit
-
-
Adam Barth authored
Related to #3608
-
- 19 Apr, 2016 1 commit
-
-
Devon Carew authored
-
- 18 Apr, 2016 1 commit
-
-
Devon Carew authored
* download android-arm-deploy * wire up --deploy to android-arm-deploy * fix interpolation
-
- 16 Apr, 2016 1 commit
-
-
Devon Carew authored
* use the new cache code to locate more artifacts * add todo * review comments
-
- 11 Apr, 2016 1 commit
-
-
Devon Carew authored
* better messaging about windows support * fix lints
-
- 08 Apr, 2016 2 commits
-
-
Devon Carew authored
* have flutter precache print if there's no work to do * tweak precache
-
Devon Carew authored
-
- 07 Apr, 2016 2 commits
-
-
Devon Carew authored
* move the engine download code to dart * fix populating the bin/cache/pkg dir
-
Devon Carew authored
* add cache.dart to help manage the cache dir * sp
-
- 10 Oct, 2015 1 commit
-
-
Adam Barth authored
I'm trying to get a feel for the code by writing some simple cleanup patches.
-
- 25 Sep, 2015 2 commits
-
-
James Robinson authored
This makes the 'package-root' option universal for sky_tools and configures the ArtifactStore with it statically at startup. The actual sky_engine revision is computed on demand.
-
James Robinson authored
-
- 24 Sep, 2015 1 commit
-
-
Ian Fischer authored
Refactor all the commands to be Commands from the Args package. Also use CommandRunner for the top-level command.
-
- 23 Sep, 2015 1 commit
-
-
James Robinson authored
This adds the following commands to sky_tools: sky_tools cache clear: Nukes all local artifacts in the cache sky_tools cache populate: Populates the cache with all known artifacts This is useful both to fix busted caches and to make sure that the cache is fully populated so that subsequent operations can proceed without needing network access.
-