dart-sdk/sdk/bin
paulberry@google.com b9116653bd Modify dartanalyzer scripts to look more like dart2js scripts.
The dartanalyzer script (and its Windows companion, dartanalyzer.bat)
now support:

- Executing from snapshot if present, otherwise from source (needed
  for buildbot tests).
- Passing in the appropriate package root when executind from source.
- Passing in VM tuning parameters to speed up analysis.
- Passing through extra DART_VM_OPTIONS to the VM.

Also, the old editor/tools/analyzer script has been removed and
the test infrastructure now uses sdk/bin/dartanalyzer, in the
same way that it works for dart2js.

R=ahe@google.com, johnniwinther@google.com, ricow@google.com

Review URL: https://codereview.chromium.org//628363002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41150 260f80e4-7a28-3924-810f-c04153c831b5
2014-10-16 14:21:37 +00:00
..
dart Support symlinking to dart-sdk executables on Linux and Mac. 2013-11-14 19:28:07 +00:00
dart.bat Add scripts equivalent to the macos/linux scripts in sdk/bin. 2012-11-10 02:01:46 +00:00
dart2js Support symlinking to dart-sdk executables on Linux and Mac. 2013-11-14 19:28:07 +00:00
dart2js.bat dart2js.bat/ Receive DART_VM_OPTION string properly. 2014-02-06 15:58:32 +00:00
dart2js_developer Make dart2js_developer executable. 2012-11-29 15:56:12 +00:00
dart2js_developer.bat Bugfix in dart2js_developer.bat: exitcode was not propagated correctly 2013-04-03 14:42:08 +00:00
dartanalyzer Modify dartanalyzer scripts to look more like dart2js scripts. 2014-10-16 14:21:37 +00:00
dartanalyzer.bat Modify dartanalyzer scripts to look more like dart2js scripts. 2014-10-16 14:21:37 +00:00
dartanalyzer_developer Allow space in path in some dartanalyzer wrappers. 2014-05-22 12:31:13 +00:00
dartanalyzer_developer.bat Allow space in path in some dartanalyzer wrappers. 2014-05-22 12:31:13 +00:00
dartanalyzer_java Replace Java based analyzer with Dart based analyzer when building SDK 2014-04-30 23:09:14 +00:00
dartanalyzer_java.bat Replace Java based analyzer with Dart based analyzer when building SDK 2014-04-30 23:09:14 +00:00
dartanalyzer_sdk Modify dartanalyzer scripts to look more like dart2js scripts. 2014-10-16 14:21:37 +00:00
dartanalyzer_sdk.bat Modify dartanalyzer scripts to look more like dart2js scripts. 2014-10-16 14:21:37 +00:00
dartfmt dartfmt SDK executables. 2014-01-27 23:10:34 +00:00
dartfmt.bat dartfmt SDK executables. 2014-01-27 23:10:34 +00:00
docgen Increase vm memory for docgen. 2014-08-01 08:43:19 +00:00
docgen.bat Process docgen command-line parameter correctly. 2014-02-20 11:18:26 +00:00
pub Store the async-await compiled pub code directly in the repo. 2014-09-09 16:55:16 +00:00
pub.bat Get binstubs working on Windows. 2014-09-25 05:43:21 +00:00
pub_sdk Skeleton code for running the forthcoming async/await compiler on pub. 2014-08-25 20:38:58 +00:00
pub_sdk.bat Run async compiler in pub Windows batch files. 2014-08-25 21:56:13 +00:00