commit | 5fde4fb067a18a65afb5439001b505480c69e63b | [log] [tgz] |
---|---|---|
author | Ryan Macnak <rmacnak@google.com> | Mon May 22 21:09:09 2023 +0000 |
committer | Commit Queue <dart-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 22 21:09:09 2023 +0000 |
tree | f299c33e39156eba7c66dbf1d3c78a0d9c74604a | |
parent | d85aa126e3fc2005b9dde54d96d43207b3cdd840 [diff] |
Revert "[build] Build the standard c++ library from source." This reverts commit bd589d4e54c6d1601c387e07a862809c76cc6c3e. Reason for revert: breaks dart-sdk-linux-riscv64-main Original change's description: > [build] Build the standard c++ library from source. > > This allows it to be instrumented by the sanitizers. > > Enabled only for MSAN and for Android. > > TEST=ci > Bug: https://github.com/dart-lang/sdk/issues/44312 > Bug: https://github.com/dart-lang/sdk/issues/44377 > Bug: https://github.com/dart-lang/sdk/issues/43075 > Bug: https://github.com/dart-lang/sdk/issues/50248 > Bug: https://github.com/dart-lang/sdk/issues/50271 > Bug: https://github.com/dart-lang/sdk/issues/52441 > Change-Id: I96241e6ee28fb2a853d4a113aac268bc415a5fd5 > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/304147 > Commit-Queue: Ryan Macnak <rmacnak@google.com> > Reviewed-by: Daco Harkes <dacoharkes@google.com> Bug: https://github.com/dart-lang/sdk/issues/44312 Bug: https://github.com/dart-lang/sdk/issues/44377 Bug: https://github.com/dart-lang/sdk/issues/43075 Bug: https://github.com/dart-lang/sdk/issues/50248 Bug: https://github.com/dart-lang/sdk/issues/50271 Bug: https://github.com/dart-lang/sdk/issues/52441 Change-Id: I0b1d0c0da1cd77e0f9645facfc58397cc216c584 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/304823 Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Auto-Submit: Ryan Macnak <rmacnak@google.com> Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Dart is:
Optimized for UI: Develop with a programming language specialized around the needs of user interface creation.
Productive: Make changes iteratively: use hot reload to see the result instantly in your running app.
Fast on all platforms: Compile to ARM & x64 machine code for mobile, desktop, and backend. Or compile to JavaScript for the web.
Dart's flexible compiler technology lets you run Dart code in different ways, depending on your target platform and goals:
Dart Native: For programs targeting devices (mobile, desktop, server, and more), Dart Native includes both a Dart VM with JIT (just-in-time) compilation and an AOT (ahead-of-time) compiler for producing machine code.
Dart Web: For programs targeting the web, Dart Web includes both a development time compiler (dartdevc) and a production time compiler (dart2js).
Dart is free and open source.
See LICENSE and PATENT_GRANT.
Visit dart.dev to learn more about the language, tools, and to find codelabs.
Browse pub.dev for more packages and libraries contributed by the community and the Dart team.
Our API reference documentation is published at api.dart.dev, based on the stable release. (We also publish docs from our beta and dev channels, as well as from the primary development branch).
If you want to build Dart yourself, here is a guide to getting the source, preparing your machine to build the SDK, and building.
There are more documents on our wiki.
The easiest way to contribute to Dart is to file issues.
You can also contribute patches, as described in Contributing.