Matt Perry
8beadfdc19
Merge pull request #2425 from mpcomplete/gcm.deps
...
Add flutter_gcm back to build deps if --enable-gcm is present.
2016-02-29 14:24:23 -05:00
Matt Perry
21437d4909
Add flutter_gcm back to build deps if --enable-gcm is present.
2016-02-29 14:15:29 -05:00
Collin Jackson
a24a4eab08
Merge pull request #2430 from collinjackson/cmd_size_limit
...
Support for jars with large numbers of classes
2016-02-27 15:42:17 -08:00
Ian Hickson
5cd78908c2
Merge pull request #2431 from Hixie/null-core-types-toString
...
Make Offset, Point, and Size more resilient
2016-02-26 21:38:15 -08:00
Ian Hickson
67730290b2
Merge pull request #2432 from Hixie/revert-2428
...
Revert "Merge pull request #2428 from johnmccutchan/embedder_yaml"
2016-02-26 18:43:57 -08:00
Hixie
76ed6dafb7
Revert "Merge pull request #2428 from johnmccutchan/embedder_yaml"
...
This reverts commit ccd1c5ce1f49c763f9fbce24ad087b46083e4af0, reversing
changes made to d4f97e4fd143b075b52269e22098339941525d8e.
This was requested by @johnmccutchan because this change broke the
analyzer, which only uses SDK version 1.14.1, since that's what we pull
in. He said he'd try again on Monday.
2016-02-26 18:23:11 -08:00
Hixie
c630023887
Make Offset, Point, and Size more resilient
...
Turns out you can create these with null values, so toString() shouldn't
assume the values aren't null.
2016-02-26 17:51:45 -08:00
Collin Jackson
37258b6113
Support for jars with large numbers of classes
2016-02-26 17:45:22 -08:00
Jason Simmons
2e1051ab3c
Merge pull request #2429 from jason-simmons/zip_optional_asset
...
Do not warn if a requested asset does not exist
2016-02-26 14:13:04 -08:00
Jason Simmons
20972c664c
Do not warn if a requested asset does not exist
...
Fixes https://github.com/flutter/flutter/issues/2229
2016-02-26 14:07:21 -08:00
John McCutchan
ccd1c5ce1f
Merge pull request #2428 from johnmccutchan/embedder_yaml
...
Add _embedder.yaml to sky_engine
2016-02-26 12:02:36 -08:00
John McCutchan
ac33584da0
Add _embedder.yaml to sky_engine
2016-02-26 11:02:35 -08:00
Adam Barth
d4f97e4fd1
Merge pull request #2427 from abarth/rev_skia
...
Update Skia
2016-02-26 10:12:48 -08:00
Adam Barth
c69a8ba199
Update Skia
...
Fixes https://github.com/flutter/flutter/issues/1576
2016-02-26 10:08:25 -08:00
Chinmay Garde
99a1138678
Merge pull request #2426 from chinmaygarde/master
...
Make the precompilation dylib explicitly link with libSystem to work around dyld crash on iPhone
2016-02-25 16:44:43 -08:00
Chinmay Garde
b6696235ed
Make the precompilation dylib explicitly link with libSystem to work around dyld crash on iPhone
2016-02-25 15:48:47 -08:00
Adam Barth
9db5e6063b
Fix Mac build
2016-02-25 12:02:38 -08:00
Adam Barth
9b0b743cee
Merge pull request #2424 from abarth/rev_skia
...
Update Skia
2016-02-25 10:54:00 -08:00
Adam Barth
d2ab5b4422
Update Skia
2016-02-25 10:47:09 -08:00
Adam Barth
008964f268
Merge pull request #2423 from abarth/rm_boring_ssl_hack
...
Remove unneeded symbol from main_ios.mm
2016-02-24 20:38:14 -08:00
Adam Barth
cf4c62ca1d
Remove unneeded symbol from main_ios.mm
...
We don't appear to need this hack anymore.
2016-02-24 20:33:57 -08:00
Jason Simmons
320d8e012b
Merge pull request #2421 from jason-simmons/isolate_spawn
...
Support spawning new Dart isolates from within a Flutter app
2016-02-24 17:24:11 -08:00
Jason Simmons
470118b0de
Support spawning new Dart isolates from within a Flutter app
2016-02-24 14:59:59 -08:00
Adam Barth
a53faaf798
Merge pull request #2422 from abarth/background_compilation
...
Enable background compilation by default
2016-02-24 14:59:51 -08:00
Adam Barth
09e87f5865
Enable background compilation by default
...
We've been enabling it in the flutter tool for a while. This patch enables by
default in general.
2016-02-24 14:55:58 -08:00
Ian Hickson
52c516bd27
Merge pull request #2418 from Hixie/canvas
...
Trivial dartdoc typo fixes for Canvas
2016-02-23 14:15:21 -08:00
Ian Hickson
4be111aa1b
Merge pull request #2419 from Hixie/style
...
Move style guide to website.
2016-02-23 14:15:08 -08:00
Chinmay Garde
c8297103e9
Merge pull request #2417 from chinmaygarde/master
...
iOS/Xcode: Run the snapshotter from the project directory
2016-02-23 13:29:52 -08:00
Chinmay Garde
9849fd4309
iOS/Xcode: Run the snapshotter from the project directory
2016-02-23 13:27:40 -08:00
Hixie
41459dab88
Move style guide to website.
...
Depends on https://github.com/flutter/website/pull/177
2016-02-23 09:03:52 -08:00
Hixie
53fff165c7
Trivial dartdoc typo fixes for Canvas
2016-02-23 08:30:22 -08:00
Yegor
2389e910a0
Merge pull request #2415 from yjbanov/style-guide-cleanup
...
cleanup the style guide
2016-02-22 22:54:37 -08:00
Yegor Jbanov
d2e70cedd9
cleanup the style guide
...
- do not repeat the Dart style guide
- use DO/DON'T/AVOID/PREVER headings similar to Effective Dart's
- consistent code example formatting
- consistent GOOD/BAD example formatting
- consistent heading syntax
- consistent line length
2016-02-22 22:46:57 -08:00
Chinmay Garde
3fb94f8d02
Merge pull request #2416 from chinmaygarde/master
...
Disable dead code stripping in the Dart framework dylib
2016-02-22 16:57:26 -08:00
Chinmay Garde
9aa06fe53c
Disable dead code stripping in the Dart framework dylib
2016-02-22 16:44:29 -08:00
Adam Barth
6e736e7a76
Stop running asset_bundle from Mojo
...
Our implementation of asset_bundle is now quite different from the
canonical service.
2016-02-20 13:02:35 -08:00
Chinmay Garde
08983b7a3c
Merge pull request #2414 from chinmaygarde/master
...
Disable the ENABLE_BITCODE flag and don't make the precompilation dylib link with standard libraries
2016-02-19 17:35:11 -08:00
Chinmay Garde
81e1f69b9d
Disable the ENABLE_BITCODE flag and don't make the precompilation dylib link with standard libraries
2016-02-19 17:24:21 -08:00
Chinmay Garde
65c8ba50ee
Merge pull request #2413 from chinmaygarde/master
...
Update the Dart VM and wire in the extra kDataSnapshot symbol for the precompiler
2016-02-19 17:22:26 -08:00
Chinmay Garde
ab145b1fa9
Update the Dart VM and wire in the extra kDataSnapshot symbol for the precompiler
2016-02-19 16:48:28 -08:00
James Robinson
05f3324b8d
Merge pull request #2411 from jamesr/clang_android
...
Enable building for Android using clang for target builds
2016-02-19 15:14:18 -08:00
Jason Simmons
3b1b465a3d
Merge pull request #2412 from jason-simmons/gdb_launch
...
Tool for running GDB on the Flutter engine
2016-02-19 15:14:11 -08:00
Jason Simmons
978a47e0d8
Tool for running GDB on the Flutter engine
2016-02-19 14:49:44 -08:00
James Robinson
1a0f9670b0
Enable building for Android using clang for target builds
2016-02-19 14:07:57 -08:00
Eric Seidel
60d07a7b35
Merge pull request #2410 from eseidelGoogle/clang_warning
...
Add explicit destructor to appease clang plugin
2016-02-19 11:03:59 -08:00
Eric Seidel
f94ca77317
Add explicit destructor to appease clang plugin
...
@jason-simmons
2016-02-19 11:03:12 -08:00
Jason Simmons
20d6b86bad
Merge pull request #2409 from jason-simmons/font_custom_load_2
...
Fix iOS build
2016-02-19 11:00:47 -08:00
Jason Simmons
6d9419a3e7
Fix iOS build
2016-02-19 10:56:25 -08:00
Jason Simmons
e79f0be909
Merge pull request #2402 from jason-simmons/font_custom_load
...
Support loading of custom fonts
2016-02-19 10:11:10 -08:00
Adam Barth
05bf87f4a0
Merge pull request #2408 from abarth/rm_service_registry2
...
Remove Dart entry point for ServiceRegistry
2016-02-19 10:08:21 -08:00