948 Commits

Author SHA1 Message Date
Chinmay Garde
33526ad74d Enable launching iOS applications using Xcode for profiling and tracing 2015-08-20 15:06:43 -07:00
Adam Barth
1a6f69cc13 Rev pub packages 2015-08-19 12:56:27 -07:00
Adam Barth
a7df18a0d4 Update playfair revision
... and reattach fitness to the build. We detached fitness from the build
because it was seeing an old version of playfair that didn't work with the most
recent version of the Sky package.
2015-08-19 09:05:30 -07:00
Adam Barth
63767d67de Temporary build fix
Unhook fitness from the build to work around build break in playfair. We
updated the Sky package in an incompatible way, which means we need to roll in
a new playfair package to build fitness.
2015-08-18 21:50:29 -07:00
Adam Barth
25527c9919 Add package:sky/rendering.dart
Similar to widgets.dart, rendering.dart exports the entire rendering layer.
Also, update the examples to use rendering.dart and widgets.dart. Also clean up
some exports so that the examples have more sensible imports.
2015-08-18 21:39:51 -07:00
Ian Hickson
99700eaa00 Update README.md 2015-08-18 18:50:46 -07:00
Chinmay Garde
a6986caa7e Set default active arch on iOS to armv7 2015-08-18 14:38:50 -07:00
Ian Hickson
5a754c3509 Merge pull request #665 from Hixie/analyzer
Fix analyzer to not change the working directory.
2015-08-17 17:18:30 -07:00
Chinmay Garde
8d6df64027 Merge pull request #664 from chinmaygarde/master
Build fat binaries on iOS by default unless "ios_active_arch" is specified
2015-08-17 16:59:29 -07:00
Hixie
880a57f3a9 Fix analyzer to not change the working directory.
I didn't understand what was going on before. Now I do. This is a better fix that making the path absolute.
2015-08-17 16:57:08 -07:00
Chinmay Garde
813ba5d56d Build fat binaries on iOS by default unless "ios_active_arch" is specified 2015-08-17 16:49:01 -07:00
Hixie
092f64abdf Analyzer updates
- Remove shelldb analyze, since we want to remove shelldb.
- Make skyanalyzer pass the absolute path to dartanalyzer. I'm not
  sure why this is sometimes needed, but without it, I sometimes get
  file not found errors.
- Remove some of the patterns we were ignoring, since either the
  errors have been fixed or the analyzer has been fixed.

There's still hundreds of warnings in the mojo and sky packages (the
ones in the sky packages are all bogus, I believe).
2015-08-17 15:42:34 -07:00
Chinmay Garde
30b851c747 Merge pull request #652 from chinmaygarde/master
Avoid disabling extra clang plugins on iOS
2015-08-17 13:40:07 -07:00
Adam Barth
e5ed242afb Merge pull request #636 from devoncarew/material_design_readme
update the readme for the material design package
2015-08-17 13:29:18 -07:00
Chinmay Garde
6c60a16f6a Avoid disabling extra clang plugins on iOS 2015-08-17 13:17:26 -07:00
Eric Seidel
0677605efa Remove more dead code from roll_apk_version
Also fixed the url in roll_pub_versions CHANGELOG.md message.

@abarth
2015-08-17 13:16:13 -07:00
Eric Seidel
bef43c2948 Split roll_versions.py into apk vs. pub 2015-08-17 12:43:16 -07:00
Devon Carew
5c89f3275c update the readme for the material design package 2015-08-16 14:36:34 -07:00
Adam Barth
c7910bd8c5 Don't grey out Sky code in Atom
For some reason having |packages| in this .gitignore file is causing Atom to
grey out all the files in the Sky package. Moving the entry up to the root of
the git repo fixes the issue.
2015-08-14 15:39:09 -07:00
Adam Barth
0e9c575097 Rev pub package 2015-08-14 14:02:01 -07:00
Adam Barth
81fcadc21d Add haptic and aural feedback service
And use the service in mine_digger to notify the user when they flag a bomb.
2015-08-14 12:46:04 -07:00
Adam Barth
0c0d990479 Rev pub packages 2015-08-13 09:18:24 -07:00
Adam Barth
064db3fcf2 sky_snapshot should work with absolute paths
Instead of appending the first path component, we should use it to initialize
`result`. That makes this code work with absolute paths.
2015-08-13 09:11:24 -07:00
Eric Seidel
e69847e137 Add a minimum sdk version for sky_engine
We could update all our other versions as well if we wanted
but this the only package in sky which uses sdk_ext

@abarth
2015-08-12 17:48:37 -07:00
Eric Seidel
c21bf4f4fa Stop using workbench/packages for sky_snapshot
Instead we use the packages directory which is at the same
level as the BUILD.gn file.  That's a bit of a broken assumption
but it happens to work for all our skyx uses for now.

@abarth
2015-08-12 17:39:59 -07:00
Eric Seidel
67059dfc59 Emergency build fix until I can unravel how sky_snapshot runs
@abarth @collinjackson
2015-08-12 15:52:38 -07:00
Adam Barth
0cff5d4584 Add a missing gitignore 2015-08-12 15:29:49 -07:00
Adam Barth
874cfe266d Rev pub packages 2015-08-12 14:32:13 -07:00
Ian Fischer
86489cf15f Merge pull request #556 from domokit/add_examples_instructions
Adding instructions for running examples.
2015-08-11 11:57:53 -07:00
Ian Fischer
764e65ac32 Adding instructions for running examples. 2015-08-11 11:14:01 -07:00
Adam Barth
ef4d232a8c Rev pub packages 2015-08-11 10:48:30 -07:00
Ian Fischer
2907e2c935 Merge pull request #533 from iansf/hello_world_pubspec
Hello world pubspec
2015-08-10 15:48:01 -07:00
Ian Fischer
f6ed9b6aae Hello world pubspec 2015-08-10 15:46:32 -07:00
Ian Fischer
7f8019e4b1 Address book pubspec 2015-08-10 15:40:48 -07:00
Ian Fischer
4cbf7296be Minedigger pubspec 2015-08-10 12:47:18 -07:00
Ian Fischer
2c759e03af Merge pull request #510 from iansf/move_examples
Move examples to the root
2015-08-07 18:32:18 -07:00
Ian Fischer
4a75fbeff9 Move example out of sky/packages to //examples 2015-08-07 17:04:50 -07:00
Adam Barth
8f8971ee99 Rev pub packages
Also, teach big_red_button how to make a REVISION file in sky_engine/lib.
2015-08-07 15:07:36 -07:00
Collin Jackson
9154bfed29 Merge pull request #496 from collinjackson/symlink
Use the new virtual directory flag for sky_server instead of a symlink to prevent infinite subdirectory recursion
2015-08-07 13:10:34 -07:00
Collin Jackson
df4af0cefb Use the new virtual directory flag for sky_server instead of a symlink 2015-08-07 13:09:13 -07:00
Ian McKellar
57d4cbf17c Merge pull request #493 from ianloic/master
Add Debian (stretch/testing) support to install-build-deps.sh
2015-08-07 10:50:38 -07:00
Ian McKellar
ea33770214 Add Debian (stretch/testing) support to install-build-deps.sh 2015-08-06 18:23:07 -07:00
Eric Seidel
ce24154885 Update to mojo 35de44e3618d508b2b3862af2216aee8c70ad8e5 2015-08-06 15:38:19 -07:00
Chinmay Garde
78f9f8410e Enable profiling builds on Mac and iOS 2015-08-05 17:07:07 -07:00
Eric Seidel
d5fcb7b4ea Add a few bits of documentation to package:sky
I can't really make further progress until at least:
https://github.com/dart-lang/dartdoc/issues/766
is resolved, ideally also:
https://github.com/dart-lang/dartdoc/issues/763

@abarth
2015-08-04 17:38:46 -07:00
Eric Seidel
5855b1581a Merge pull request #448 from eseidelGoogle/skydoc
Fix skydoc to work again
2015-08-04 15:30:01 -07:00
Eric Seidel
ed19de4ae2 Fix skydoc to work again
@abarth
2015-08-04 15:27:26 -07:00
Adam Barth
5eff1b224a Update CONTRIBUTING.md 2015-08-04 12:18:59 -07:00
Adam Barth
d51fcb1e97 Rev pub packages 2015-08-03 10:54:54 -07:00
Adam Barth
a3d139f2d0 Fix skyanalyzer
Our supressions for the generated mojom.dart files weren't working after we
deleted the mojom package. This CL updates the filters to catch mojom.dart
files again.
2015-08-03 10:00:52 -07:00