0.2.2.1
  1. 9ed6080 Don't depend on V8 when creating the SDK. by ahe@google.com · 13 years ago
  2. 182b384 Copy README.dart-sdk to dart-sdk/README . by dgrove@google.com · 13 years ago
  3. d7bdc7e - Build dart_no_snapshot when building runtime from all.deps. by iposva@google.com · 13 years ago
  4. 52ff821 Add samples gyp target to Dart project, that builds samples/sample_extension. by whesse@google.com · 13 years ago
  5. a351033 Revert "Enables building dart_analyzer on windows and packaging it in the SDK" by zundel@google.com · 13 years ago
  6. 28799eb Enables building dart_analyzer on windows and packaging it in the SDK by zundel@google.com · 13 years ago
  7. c106caf Enable turning on analyzer build in sdk for macs. by zundel@google.com · 13 years ago
  8. 3e1431f Add missing dependency to sdk-build. by lrn@google.com · 13 years ago
  9. 04b217c Remove frog from the repository. by kasperl@google.com · 13 years ago
  10. e2ac374 Updates dart.gyp to put dart_analyzer input file in right stanza. by zundel@google.com · 13 years ago
  11. c5d5445 Revert "Try turning on dart_analyzer build for windows and mac" by zundel@google.com · 13 years ago
  12. 5c3a579 Try turning on dart_analyzer build for windows and mac by zundel@google.com · 13 years ago
  13. 5495ba4 Enabling copying of dart_analyzer binary into dart-sdk directory by zundel@google.com · 13 years ago
  14. febbff7 Revert "Experiment: Enable building dart_analyzer on linux builders and adding to SDK" by zundel@google.com · 13 years ago
  15. 58462df Experiment: Enable building dart_analyzer on linux builders and adding to SDK by zundel@google.com · 13 years ago
  16. 8574e3a Renamed the 'dartc' launch script to 'dart_analyzer' and adds it to dart-sdk by zundel@google.com · 13 years ago
  17. a45703b Reverts r8373 "Renamed the 'dartc' launch script to 'dart_analysis'" by zundel@google.com · 13 years ago
  18. 629ad67 Renamed the 'dartc' launch script to 'dart_analyzer' and adds it to dart-sdk by zundel@google.com · 13 years ago
  19. 54cf1d6 Remove dependence on samples from runtime checkout, mistakenly added by r7412 by whesse@google.com · 13 years ago
  20. 6d9e4b6 Add gyp build for sample-extension. by whesse@google.com · 13 years ago
  21. 61698dc Revert "Fix static analyzer for windows & create_sdk target now depends on the static analyzer." by zundel@google.com · 13 years ago
  22. 1748b7a Fix static analyzer for windows & create_sdk target now depends on the static analyzer. by zundel@google.com · 13 years ago
  23. 2b5fd1c Share a tool for listing dependencies thus fixing a dependency problem on Windows. by ahe@google.com · 13 years ago
  24. 3c91943 Restore the separate targets for creating and uploading the SDK. by ahe@google.com · 13 years ago
  25. e38d098 Fix dependencies for create and upload SDK. by ahe@google.com · 13 years ago
  26. 9eac6a5 Remove frogsh. by ahe@google.com · 13 years ago
  27. fa5ca85 Remove unused 'variables' section. by ahe@google.com · 13 years ago
  28. 4ce241d Revert "Renamed the 'dartc' launch script to 'dart_analyzer' and adds it to dart-sdk" by zundel@google.com · 13 years ago
  29. f209ea4 Renamed the 'dartc' launch script to 'dart_analyzer' and adds it to dart-sdk by zundel@google.com · 13 years ago
  30. 56f34d7 Move cygwin_dir to shared gypi file. by ahe@google.com · 13 years ago
  31. 6115c5e Revert "Moves the 'import_*.config' files in dart-sdk into a new directory" by zundel@google.com · 13 years ago
  32. 2ebe9b3 Moves the 'import_*.config' files in dart-sdk into a new directory by zundel@google.com · 13 years ago
  33. 8cdd2f2 Revert "Renamed the 'dartc' launch script to 'dart_analyzer' and adds it to dart-sdk" by zundel@google.com · 13 years ago
  34. fdc069b Renamed the 'dartc' launch script to 'dart_analyzer' and adds it to dart-sdk by zundel@google.com · 13 years ago
  35. d2ca275 Generate API docs during build. by rnystrom@google.com · 13 years ago
  36. 7d55878 Rename client/{dom,html} to lib/{dom,html} . by dgrove@google.com · 13 years ago
  37. 34cb21f Launch Leg independently of Frog. by ahe@google.com · 13 years ago
  38. 18c3dd3 Add build rules for dart2js. by ahe@google.com · 13 years ago
  39. d6d2372 Fix build break by jacobr@google.com · 13 years ago
  40. de1d525 Enable new dart:html wrapperless frog bindings and wrapper dartium bindings. by jacobr@google.com · 13 years ago
  41. 06abb8d This is the same change as r4644 (that was reverted in 4646), but I had quotes around the final %script% variable in the bat scripts that was causing arguments to be passed to frog incorrectly. by efortuna@google.com · 14 years ago
  42. 1126a31 Undo revision 4644 until I find fix. by efortuna@google.com · 14 years ago
  43. 4920df5 Prettified Windows frog scripts and allowed Windows scripts to handle paths that have spaces. Also moved frogc to be with the other scripts. by efortuna@google.com · 14 years ago
  44. 6c1015e Fix issue 1615 . Because frog doesn't really produce an artifact, by dgrove@google.com · 14 years ago
  45. 77253a0 Remove fling, deftserver (used only by fling), and commons-codec by dgrove@google.com · 14 years ago
  46. e122abb Adding correct dependencies for upload_sdk for Windows. by efortuna@google.com · 14 years ago
  47. e07ec9d Fix windows build create_sdk. by efortuna@google.com · 14 years ago
  48. 994839e Fix build to create Windows SDK. by efortuna@google.com · 14 years ago
  49. f392b25 Revert "Fix build so we can make a Windows SDK!" (tbr) by sigmund@google.com · 14 years ago
  50. 03a9b0a Fix build so we can make a Windows SDK! by efortuna@google.com · 14 years ago
  51. e0b00f6 Create the SDK in dart-sdk directory. The sdk zip file's contents by dgrove@google.com · 14 years ago
  52. ac303ea fix the dependancies in the compiler (TBR) by mrrussell@google.com · 14 years ago
  53. 04c5e7f Get dependencies for SDK close to right. by dgrove@google.com · 14 years ago
  54. 9d53adf Create the SDK in a temporary directory and copy it as a final step. by dgrove@google.com · 14 years ago
  55. 7fe87bb Work around gyp dependency issues. by dgrove@google.com · 14 years ago
  56. 870e6b5 trim dependencies in sdk target. by sigmund@google.com · 14 years ago
  57. 490e11a Upload SDK builds to gs://dartium-archive . This step will only by dgrove@google.com · 14 years ago
  58. 35ed891 Build the sdk in PRODUCT_DIR. by dgrove@google.com · 14 years ago
  59. 502ab12 Fix linux build break. by dgrove@google.com · 14 years ago
  60. d83560f Initial CL to create SDK directory (this will be done via the usual gyp and tools/build.py process). by dgrove@google.com · 14 years ago
  61. ea500c9 - Remove uses of the dart_bin binary. by iposva@google.com · 14 years ago
  62. bd14d6f Build frog and frogsh at the top-level. by ngeoffray@google.com · 14 years ago
  63. b09a8dc Remove support for building frog at the top-level: it requires node. by ngeoffray@google.com · 14 years ago
  64. 835f9ca Gyp change to build frog at the top level. by ngeoffray@google.com · 14 years ago
  65. a23f622 Archive dartserver code by sigmund@google.com · 14 years ago
  66. 29a8add Also build process_test to enable running Process tests at the top-level directory. by ngeoffray@google.com · 14 years ago
  67. 6e10bcc Initial checkin. by dgrove@google.com · 14 years ago