Find a file
lukechurch@google.com 710bf6f401 First cut of basic functionality
This CL addresses comments from the previous Pull Request https://github.com/lukechurch/dart-microlytics/pull/1

It can be used to reporting usage and performance data to Google Analytics.

Known issues:

-> unittest library is still used
-> some comments are still not in full sentences

R=ahe@google.com, danrubel@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39914 260f80e4-7a28-3924-810f-c04153c831b5
2014-09-05 14:00:08 +00:00
client Add support for running comparison of dart2js and dart2js with --dump-info output to the bots. 2014-08-26 11:05:58 +00:00
docs/language Add enums to the main grammar entry point. 2014-08-19 21:53:33 +00:00
pkg First cut of basic functionality 2014-09-05 14:00:08 +00:00
runtime Cleanup throwing of the RangeError in the runtime to remove duplicated code. 2014-09-05 13:15:56 +00:00
sdk dart2js: Use "NoInline" for makeDispatchRecord. 2014-09-05 13:38:38 +00:00
site/try Disable Google Analytics in automated tests. 2014-09-04 12:11:47 +00:00
tests Mark passing html test on MacOS in status file 2014-09-05 13:28:20 +00:00
tools test.dart: Serve the browser test driver page from the test file HTTP server. 2014-09-05 11:01:26 +00:00
utils Skeleton code for running the forthcoming async/await compiler on pub. 2014-08-25 20:38:58 +00:00
.gitignore ignore local pub cache 2014-09-02 18:23:44 +00:00
AUTHORS Added 'Kenneth Endfinger' to AUTHORS file 2014-06-30 12:27:29 +00:00
codereview.settings
create_sdk.gyp Move js library back into compiler directory. 2014-09-04 13:49:30 +00:00
dart.gyp Build bits to add an analysis_server snapshot to the SDK. 2014-08-19 23:22:20 +00:00
LICENSE Move LICENSE, AUTHORS, PATENTS into the dart directory. 2014-02-10 06:48:47 +00:00
PATENTS Move LICENSE, AUTHORS, PATENTS into the dart directory. 2014-02-10 06:48:47 +00:00
PRESUBMIT.py
README Update Dartium android co19 status. 2014-08-27 08:52:38 +00:00
README.dart-sdk Update Dartium android co19 status. 2014-08-27 08:52:38 +00:00
WATCHLISTS Update WATCHLISTS for Observatory 2014-03-12 23:09:53 +00:00

This is the repository of the Dart programming language and its associated
tools, libraries, and samples.

For license information, please see LICENSE.

You can find more about Dart online at http://dartlang.org or
http://code.google.com/p/dart.

Here's a brief guide to what's in here:

editor/        Eclipse-based standalone Dart IDE.
lib/           Libraries that ship with the Dart runtime (core, html, etc.).
pkg/           Packages that are not shipped with the core runtime.
runtime/       Dart VM and code for running it as a standalone app.
samples/       Sample Dart programs.
tests/         Automated tests.
third_party/   External dependencies.
tools/         Build scripts, text editor support files, etc.
utils/         Utilities for Dart applications.