Commit Graph

124 Commits

Author SHA1 Message Date
pq
cb4f01ae3d Bump Dart SDK to 1.18.0-dev.4.0.
Last dev push for `1.18`.
2016-07-06 14:43:40 -07:00
Adam Barth
95a26ab0e8 Switch to SemanticAction (#4791)
This patch updates the framework to use the new SemanticAction in
semantics.mojom.
2016-06-30 17:38:05 -07:00
pq
a185d3749f Update to latest Dart SDK (1.18.0-dev.3.0). 2016-06-30 07:43:01 -07:00
Chinmay Garde
e41527a898 Update the engine to pull in changes related to url_launcher.mojom. (#4745) 2016-06-24 12:26:05 -07:00
Phil Quitslund
6c0b88aad6 Merge pull request #4683 from pq/1.18.0-dev.2.0
Bump Dart SDK to `1.18.0-dev.2.0`.
2016-06-22 11:32:47 -07:00
Todd Volkert
ef49e28ecf Update engine to pick up crash fix in DBC (#4684) 2016-06-22 10:40:50 -07:00
pq
f452551d16 Bump Dart SDK to 1.18.0-dev.2.0.
Gets a bunch of fixes.  Most notably a VM that has background compilation re-enabled (and stable).  This should win us (back) a ~17% improvement of analysis times (CLI and server).

See: https://github.com/dart-lang/sdk/issues/26697 for more context.
2016-06-22 10:01:48 -07:00
Adam Barth
a8f6f44a55 Update engine to include new version of Mojo (#4668)
This required switching from the Future-based bindings to the callback-based
bindings.
2016-06-21 15:53:47 -07:00
Jason Simmons
d4ecd0235d Update engine version (#4663) 2016-06-21 12:44:43 -07:00
Adam Barth
4a79d6f1f4 Update engine.version (#4658) 2016-06-21 10:06:46 -07:00
Adam Barth
d11d388d5a Update engine 2016-06-16 16:57:15 -07:00
Adam Barth
f6b8220c2e Update engine.version (#4596) 2016-06-16 12:07:04 -07:00
Adam Barth
7e8274e24f Update engine.version (#4580) 2016-06-15 14:52:33 -07:00
Ian Hickson
f92f71feb9 Lock flutter tool while updating artifacts (#4476)
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
2016-06-14 10:16:08 -07:00
Adam Barth
d542c3b121 Update engine (#4545) 2016-06-13 15:45:05 -07:00
Todd Volkert
09f458a573 Update engine (#4527) 2016-06-10 16:57:09 -07:00
pq
c1f10dbf38 Bump Dart SDK to patched stable.
`1.17.1` fixes:
* crash in async functions
* GC bug in weak properties

Relevant patches here:
* https://github.com/dart-lang/sdk/issues/26680
* https://github.com/dart-lang/sdk/issues/26681
2016-06-10 08:40:57 -07:00
pq
048a2d4a7d Bump to stable 1.17.0 Dart SDK. 2016-06-08 09:21:50 -07:00
Adam Barth
43d35cb219 Update engine (#4414) 2016-06-06 20:23:45 -07:00
pq
364f19d5ea Update Dart SDK to 1.17.0-dev.6.2.
Latest RC.

Fixes two release blockers (https://github.com/dart-lang/sdk/issues/26558 and https://github.com/dart-lang/sdk/issues/26596); bonus points for letting us re-enable the `iterable_contains_unrelated_type` lint :).
2016-06-03 06:09:53 -07:00
pq
ffd1d1ae1f Bump Dart SDK to 1.17.0-dev.6.1.
Latest RC.  Fixes `dartdoc`.
2016-06-02 06:37:19 -07:00
Adam Barth
c26fcfdfaa Update xcodebuild for Generated.xcconfig (#4268)
This patch updates how we generate xcconfig files to match what
xcode_backend.sh expects.
2016-06-01 12:32:45 -07:00
Adam Barth
ad4148bf32 Update engine.version (#4292) 2016-06-01 09:23:10 -07:00
Yegor
9974de3b0d Revert "update engine to get fix for dartbug.com/26550 (#4289)" (#4290)
This reverts commit 215e1b89ed.

It broke the Mac build: https://build.chromium.org/p/client.flutter/builders/Mac/builds/1097
2016-05-31 23:08:39 -07:00
Yegor
215e1b89ed update engine to get fix for dartbug.com/26550 (#4289) 2016-05-31 18:15:18 -07:00
Ian Hickson
54716cdaca Update engine.version (#4278) 2016-05-31 12:39:29 -07:00
Adam Barth
d1cb026a65 Update engine and Mojo usage (#4258)
The new mojom.dart code makes mocking services a bit tricky. I've filed
https://github.com/domokit/mojo/issues/786 about improving that.
2016-05-28 18:28:21 -07:00
Todd Volkert
be7e00a83f Update engine (#4244) 2016-05-27 13:23:39 -07:00
Phil Quitslund
89678bb7cb Merge pull request #4203 from pq/1.17.0-dev.5
Bump dart SDK to 1.17.0-dev.6.
2016-05-27 06:42:33 -07:00
pq
4707dc1870 Bumping to dev.6.0. 2016-05-26 14:22:38 -07:00
Ian Hickson
bc35d09bf0 Update engine.version (#4207) 2016-05-26 10:47:44 -07:00
pq
244589aeba Bump dart SDK to 1.17.0-dev.5.
New dev build with more fixes and (fingers-crossed) speed-ups.
2016-05-26 06:39:27 -07:00
Adam Barth
e4e3906cd9 Update engine (#4192) 2016-05-25 20:20:16 -07:00
Adam Barth
4aa894984f Revert "Update engine (#4181)"
This reverts commit d4d74d9c51.
2016-05-25 10:23:01 -07:00
Adam Barth
d4d74d9c51 Update engine (#4181) 2016-05-25 10:09:34 -07:00
pq
bd92db4d4f Rev the dart sdk to 1.17.0-dev.4.1
Keeps up with the Joneses, pulling in the latest dev build (and with it a number of stability and perf improvements).
2016-05-20 09:05:38 -07:00
Chinmay Garde
6f365d33ac Update engine revision to pull in Dart gen_snapshot fixes. (#4057) 2016-05-19 14:24:39 -07:00
Chinmay Garde
199f24ad3d Roll engine to pull in fixes to the standalone shell on Mac. (#4028) 2016-05-19 11:46:44 -07:00
Ian Hickson
06043b0585 Revert latest engine roll. (#4012)
The latest engine roll caused a performance regression: https://github.com/flutter/flutter/issues/4005
2016-05-18 11:15:03 -07:00
Jason Simmons
833942788d Update the engine (#3997) 2016-05-17 15:19:41 -07:00
Chinmay Garde
a21dedc16f Enable targetting AOTC Android builds from Mac hosts. (#3911) 2016-05-13 17:03:03 -07:00
Chinmay Garde
f0a8ee2a86 Use debug artifacts on mac host and update engine revision. (#3875) 2016-05-11 17:07:12 -07:00
Chinmay Garde
2aab6b565c Update engine revision to account for buildbot bucket updates. (#3864) 2016-05-11 13:57:59 -07:00
pq
ef8d3f069e Bump Dart SDK to 1.17.0-dev.3.0.
Keeping up with the Joneses!
2016-05-11 10:25:36 -07:00
Adam Barth
5dc74c844b Update engine 2016-05-09 12:55:45 -07:00
pq
24218a2abe Bump Dart SDK to 1.17.0-dev.2.0. 2016-05-09 12:07:24 -07:00
Chinmay Garde
8f4a5659b0 Update engine revision to pull in changes that add support for the interpreter on iOS. (#3793) 2016-05-06 16:37:19 -07:00
Jason Simmons
4d0e6984c2 Build tool support for Android x86 targets in 32- or 64-bit modes (#3761) 2016-05-05 16:04:22 -07:00
Ian Hickson
d8522191ba Update engine.version (#3704) 2016-05-03 14:16:07 -07:00
Jason Simmons
f161f239ef Download Android AOT tools to the artifacts cache and build APKs using these tools (#3649)
Also update the engine to a build where these tools have been uplaoded
2016-05-02 11:40:32 -07:00