1
0
mirror of https://github.com/dart-lang/sdk synced 2024-07-08 12:06:26 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
Franklin Yow
40441c9685 Update LICENSE
Changes to comply with internal review

Closes https://github.com/dart-lang/sdk/pull/45621
https://github.com/dart-lang/sdk/pull/45621

GitOrigin-RevId: 65ec4580e5b01658ddcb86b6a4c9301a482236ab
Change-Id: Icf2b758f8df81240758b9a0aaf11c3e6756fa574
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/194340
Reviewed-by: Alexander Thomas <athom@google.com>
2021-04-08 07:57:10 +00:00
Michael Thomsen
c651102793 Remove third_party licenses from LICENSE
Third-party licenses files are located inside the `third_party` folders.

Closes #37920
https://github.com/dart-lang/sdk/pull/37920

GitOrigin-RevId: 0baec7bcb079bf56658e29cbdab83149ec211d6b
Change-Id: I8a1e6fcb682d961f6390272e7bb5eadd5ff1dcf6
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/113842
Reviewed-by: Michael Thomsen <mit@google.com>
2019-08-21 07:43:34 +00:00
Natalie Weizenbaum
b33dcfdaad Remove the Dromaeo and TodoMVC samples.
No one was maintaining or using these, and they were stale to the point
that they were breaking pkgbuild tests because their dependencies
weren't compatible with the latest SDK.

This also removes tools/testing/perf_testing, which only tested these
two samples.

R=kevmoo@google.com

Review URL: https://codereview.chromium.org/1576153002 .
2016-01-11 13:09:26 -08:00
William Hesse
07d68c5c3a Revert change to name of license file
BUG=
R=sgjesse@google.com

Review URL: https://codereview.chromium.org//1314763015 .
2015-09-03 11:32:47 +02:00
Stephen Adams
383f809030 dart2js cps: Scalar replacement of aggregates
Aggregates which do not escape can be replaced with local variables.

This applies to regular objects, closures and boxes.  Closures need
their body inlined first.

Fields that are written are replaced with a MutableVariable.  Fields
that are only initialized have the reads replaced with references to
the initial value.

R=asgerf@google.com

Review URL: https://codereview.chromium.org//1319303002 .
2015-09-01 22:25:04 -07:00
whesse@google.com
d2d9fa40fb Add third_party NSS, SQLite, and zlib to Dart LICENSE file
BUG=
R=sgjesse@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41259 260f80e4-7a28-3924-810f-c04153c831b5
2014-10-23 15:32:16 +00:00
ricow@google.com
ffa9d874c4 Move LICENSE, AUTHORS, PATENTS into the dart directory.
BUG: 16582

R=dgrove@google.com, kasperl@google.com, sgjesse@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32482 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-10 06:48:47 +00:00