Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.7.2.1
/
sdk
/
bin
tag
ece953d9332b0b3636f76a11ba936f0cfafafadf
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:14 2015
object
24224bc44bab93f32b2fe5da9d5662cfceac188d
0.7.2.1
077821f
Polymer tests require more heap.
by scheglov@google.com
· 12 years ago
eedbf0c
Fix a few issues in the dartanalyzer shell scripts.
by ricow@google.com
· 12 years ago
216289b
dart2js has its own snapshot.
by ahe@google.com
· 12 years ago
aa6ccd2
Don't run pub in checked mode in the built SDK.
by rnystrom@google.com
· 12 years ago
4bea849
Make pub.bat work from within the repo.
by rnystrom@google.com
· 12 years ago
659b81f
Fixed sdk/bin/dart2analyzer to use package-root
by kustermann@google.com
· 12 years ago
d29b18d
Add --library-root to dartdoc invocation.
by rnystrom@google.com
· 12 years ago
2dbaddd
Make dartdoc.bat work with snapshots and run in the repo.
by rnystrom@google.com
· 12 years ago
450b45e
Make bin/pub work in the repo.
by rnystrom@google.com
· 12 years ago
6c96878
Add dartdoc to the generated utils snapshot.
by amouravski@google.com
· 12 years ago
b06ba1b
Run 'analyzer' tests with '--show-package-warnings' flag.
by scheglov@google.com
· 12 years ago
d86c723
Roll back 16364004 and 16206027.
by amouravski@google.com
· 12 years ago
0d1be28
Add dartdoc to the generated utils snapshot.
by amouravski@google.com
· 12 years ago
0d3e47d
Basic dart^2 analyzer tests running.
by scheglov@google.com
· 12 years ago
604f2ac
Revert revision 23575.
by ricow@google.com
· 12 years ago
950934a
Add dartdoc to the generated utils snapshot
by ricow@google.com
· 12 years ago
38668d1
Revert revision 23438.
by ricow@google.com
· 12 years ago
be25032
Make bin/pub script work when run from the repo.
by rnystrom@google.com
· 12 years ago
679b876
Reland "Add --version option to dart2js and add version information (if available) to generated code."
by kasperl@google.com
· 12 years ago
e90972e
Revert "Add --version option to dart2js and add version information (if available) to generated code."
by kasperl@google.com
· 12 years ago
3c95824
Add --version option to dart2js and add version information (if available) to generated code.
by kasperl@google.com
· 12 years ago
a35c219
Fix dartanalyzer.bat so it works when there are spaces in the path to dart sdk.
by aprelev@gmail.com
· 12 years ago
b203ff2
Fix dartanalyzer failure to run when there are spaces in the path to the dart-sdk.
by aprelev@gmail.com
· 12 years ago
cc6e2f7
Put a snapshot of pub in the SDK.
by nweiz@google.com
· 12 years ago
18ef5b5
Clean up various ways we find paths in pub.
by nweiz@google.com
· 12 years ago
24213be
Move pub into sdk/lib/_internal.
by nweiz@google.com
· 12 years ago
d5a63cc
Fixes to the sdk dartanalyzer.bat script.
by devoncarew@google.com
· 12 years ago
15f2818
Add the new dart analyzer to the SDK.
by devoncarew@google.com
· 12 years ago
d3a932f
Fixed sdk/bin/dart2js.bat to enable SDK_DIRs with spaces in them
by kustermann@google.com
· 12 years ago
f1862a6
Revert revision 21331 and 21334
by ricow@google.com
· 12 years ago
952369c
Speculative fix for dart2js on windows
by ricow@google.com
· 12 years ago
4acabf0
Fix issue 9844 by adressing additional review comments
by ricow@google.com
· 12 years ago
f9e2907
Revert "Revert "Attempt to re-commit Dartdoc exports.""
by amouravski@google.com
· 12 years ago
e492c02
Revert "Attempt to re-commit Dartdoc exports."
by amouravski@google.com
· 12 years ago
362cf71
Attempt to re-commit Dartdoc exports.
by amouravski@google.com
· 12 years ago
0120d31
Really fix dart2js.bat on windows
by ricow@google.com
· 12 years ago
75e49ea
Fix arguments to dart2js in windows bat file
by ricow@google.com
· 12 years ago
00da866
Move the dart2js snapshot into bin directory of sdk root.
by ricow@google.com
· 12 years ago
d7b8047
Rename the sdk/bin/dartanalyzer* scripts to dartanalyzer_developer*, and update
by devoncarew@google.com
· 12 years ago
c5c15b0
Rename the name of the new analyzer jar file from new_analyzer.jar to
by devoncarew@google.com
· 12 years ago
b8d6302
Bugfix in dart2js_developer.bat: exitcode was not propagated correctly
by kustermann@google.com
· 12 years ago
70f8c7a
Work around issue 9499.
by nweiz@google.com
· 12 years ago
e1ac688
Set the correct package-root for dartdoc.
by nweiz@google.com
· 12 years ago
c590e8a
Switch pkg packages, pub, and dartdoc to use package: imports.
by nweiz@google.com
· 12 years ago
3f0d393
Second attempt to fix dart2js.bat so it looks for dart2js snapshot in right place and propagates correct exit code back to caller.
by aprelev@gmail.com
· 12 years ago
5858afd
Write the magic number 0xf5f5dcdc into a script snapshot file and use this to distinguish whether a script snapshot or a regular script file is being passed on the command line (removed the --use-script-snapshot option).
by asiva@google.com
· 12 years ago
a4a72c2
Updates to the new analyzer to help make the try bot happy.
by devoncarew@google.com
· 12 years ago
bf56eeb
Create "binaries" for calling the new analyzer.
by ricow@google.com
· 12 years ago
e8ade81
- Remove the --no-use-inlining flag as it is not beneficial as the compiled programs grow.
by iposva@google.com
· 12 years ago
d313a12
1. Change option --use_script_snapshot to --use-script-snapshot (easier to type).
by asiva@google.com
· 13 years ago
d9115f9
Revert "Fixed dart2js.bat so it looks for dart2js snapshot in right place." due to dart2js chrome build failures.
by aprelev@gmail.com
· 13 years ago
3803e4e
Fixed dart2js.bat so it looks for dart2js snapshot in right place.
by aprelev@gmail.com
· 13 years ago
e8ae255
Disabling snapshots on windows for dartdoc and dart2js.
by devoncarew@google.com
· 13 years ago
ec4f3a1
Make dart2js_developer executable.
by ahe@google.com
· 13 years ago
8dd3c61
Add file missing from earlier commit.
by ahe@google.com
· 13 years ago
d45a3d0
Correct snapshot location and fix a dependency problem.
by ahe@google.com
· 13 years ago
c17990a
Call dart2js directly from sdk/bin.
by ahe@google.com
· 13 years ago
33478d8
Fix shell bug in sdk/bin/dart
by sra@google.com
· 13 years ago
2d8076e
Add scripts equivalent to the macos/linux scripts in sdk/bin.
by dgrove@google.com
· 13 years ago
65db39f
Create wrappers for MacOS/Linux to allow sdk "binaries" to be
by dgrove@google.com
· 13 years ago