1. f50bd69 Moves some gwt-user super-sources to correct locations. by Goktug Gokdogan · 10 years ago
  2. f5a0197 Adds gwt27_28userApi.conf by Goktug Gokdogan · 10 years ago
  3. 5a350a1 Remove soyc-vis by Thomas Broyer · 10 years ago
  4. fe28714 Make elemental tests compile. Set ant task to run them. by Manuel Carrasco Moñino · 11 years ago
  5. 22ab774 Adds a missing Ant RecompilerTest dependency. by John Stalcup · 10 years ago
  6. 01c9567 Ant: Some changes to speed-up manual testing by Manuel Carrasco Moñino · 11 years ago
  7. 445d5e1 Introduce top-level "compile.tests" Ant target by Thomas Broyer · 11 years ago
  8. f01ebee Checkstyle update to 5.7 and style fixes. by Roberto Lublinerman · 11 years ago
  9. 299dd2f Bump api-checker definitions post 2.6.0 release. by Roberto Lublinerman · 11 years ago
  10. eabd5ed Add "superdevmode" rule to Ant files generated by WebAppCreator by Brian Slesinsky · 11 years ago
  11. c481a53 Removes api-checker reference JARs from the source tree. by Thomas Broyer · 12 years ago
  12. 00c7ce4 Removes deprecated com.google.gwt.benchmarks.* by goktug@google.com · 12 years ago
  13. 812dd5a Adds the GWT 2.5_2.6 API Checker configuration file and creates new reference by goktug@google.com · 12 years ago
  14. b81e6f7 rename trunk/build-tools to trunk/build_tools, by skybrian@google.com · 12 years ago
  15. f327137 Make "ant checkstyle" work when no other targets have been run yet. by gwt.mirrorbot@gmail.com · 12 years ago
  16. daebbcb Integrate Elemental to the build and deploy as Maven artifact by skybrian@google.com · 13 years ago
  17. 07ee6e7 ValidationTool doesn't flag abstract classes as non-default-instantiable by skybrian@google.com · 13 years ago
  18. b6ec668 Integrate SuperDevMode to the build and deploy as Maven artifact by skybrian@google.com · 13 years ago
  19. 8fb0456 Adding the GWT 2.4_2.5 API Checker configuration file. Many API changes were added to the 2.3_2.4 file because we never created the 2.4_2.5 config file, so there are a bunch of API change exceptions that had to be copied. Pretty normal, but we should get into the habit of creating a new API checker config file immediately after releasing a version of GWT. by jlabanca@google.com · 13 years ago
  20. 48260f8 Testing SVN #2 by gwt.mirrorbot@gmail.com · 13 years ago
  21. 7f77331 Testing SVN by gwt.mirrorbot@gmail.com · 13 years ago
  22. 0e4aa7d Updating apichecker for GWT 2.4. by jlabanca@google.com · 14 years ago
  23. 232d69d Remove duplicate build target by rice@google.com · 14 years ago
  24. dbff9c5 Move RequestFactory to com.google.web.bindery.requestfactory by rice@google.com · 14 years ago
  25. 4b08946 Updating API checker for GWT 2.3. In CellBasedWidgetImplStandard, I fixed the package declaration per an Api Checker warning. by jlabanca@google.com · 14 years ago
  26. 5b7a2bf Add support for mapping ConstraintViolation objects into SimpleBeanEditor. by bobv@google.com · 14 years ago
  27. f7a0c58 Updates the reference api for Api Checker to 2.1. Fixes 2 small bugs in Api Checker. by amitmanjhi@google.com · 14 years ago
  28. b090e0a remove packages.properties on an ant clean by conroy@google.com · 14 years ago
  29. 69da43f Public: First take at GWT validation that actually validates on the client side. by nchalko@google.com · 14 years ago
  30. 0b794d1 Deletes the bikeshed. by rjrjr@google.com · 15 years ago
  31. eb3e87a Public: Add default validators for the standard constraints. by nchalko@google.com · 15 years ago
  32. fdb5e81 3 small things: by amitmanjhi@google.com · 15 years ago
  33. 61847e0 Drop the bikeshed jar from the GWT distribution. by amitmanjhi@google.com · 15 years ago
  34. d54a4bd Mirroring got broken around the merge from branches/2.1, although I'm by gwt.mirrorbot@gmail.com · 15 years ago
  35. 674ee0b Generate the soyc jar as well during 'ant dist-bikeshed' by amitmanjhi@google.com · 15 years ago
  36. 1dfeea6 Introduces 'dist-bikeshed' target, removes dependency of 'buildonly' target on by amitmanjhi@google.com · 15 years ago
  37. e726ead Build file changes to create gwt-bikeshed.jar that can be used as an overlay by amitmanjhi@google.com · 15 years ago
  38. 8836122 Update API Checker for GWT 2.1. http://gwt-code-reviews.appspot.com/139803/show by jlabanca@google.com · 15 years ago
  39. 64a55cb Add back IE proxy handling for CheckForUpdates. by jat@google.com · 15 years ago
  40. e0fa5b1 Merge farewellSwt into trunk. by jat@google.com · 15 years ago
  41. 744d784 The old uses of getCanonicalName() blithely assumed that the symlink-resolved by fabbott@google.com · 15 years ago
  42. 0b1619e Remove SWT, collapse dev platforms to a single one, rewrite runstyles to new by jat@google.com · 16 years ago
  43. 8124456 This patch adds emma code coverage statistics to the output of an ant test when emma.enabled is set. by jlabanca@google.com · 16 years ago
  44. ae13443 Rolling back r5798-5799 because they are causing tests to fail. by jlabanca@google.com · 16 years ago
  45. 47db691 Added emma code coverage generation to the build file. ant emma test emma.merge will generate emma reports for each test, then merge them. This is a resubmit of r5781 after verifying all remoteweb tests pass. by jlabanca@google.com · 16 years ago
  46. a2bb640 Rolling back to the last known good state: r5776 by amitmanjhi@google.com · 16 years ago
  47. 2d31a55 Added emma code coverage generation to the build file. ant emma test emma.merge will generate emma reports for each test, then merge them. by jlabanca@google.com · 16 years ago
  48. 35e6cb1 Fixes so apichecker works on Windows, by making the refJar path an ant "path" <arg> and splitting by fabbott@google.com · 16 years ago
  49. 6109435 Ant changes to make top-level "test" also exercise checkstyle and apicheck. This thus subsumes "prebuild", which people don't know to use and is thus doomed to go away. by fabbott@google.com · 16 years ago
  50. 615a29b Fixing the checkstyle and presubmit rules. Checkstyle never reached the by fabbott@google.com · 16 years ago
  51. 3d7fbc2 Fix build timeouts due to triplicate use of user test. The problem is that servlet and tools depend on user, but in a context (from test's call-subproject) in which $target has been set to "test", so that user dependency is a dependency on testing user. Again. And again. by fabbott@google.com · 16 years ago
  52. dd208e6 Ant fixes for platform independence, for dist-dev not needing tools, and by fabbott@google.com · 16 years ago
  53. 71e72af Ant top-level target rework to allow single-platform use. Not that whereas "ant build" used to imply, by dependence through -do, "dist", it is now just building (and the default target is changed to "dist"). For develepment work, consider "ant dist-dev" to build a single-platform distribution without docs or samples. For single-platform work, consider "ant dist-one" (or "ant buildonly," which now does only one platform). by fabbott@google.com · 16 years ago
  54. 83b7623 Patch to make api-checker use Gwt1.6 as its reference Api instead of Gwt1.5 by amitmanjhi@google.com · 16 years ago
  55. fe88820 This patch fixes issue 3445, allowing apiChecker to run using reference jars. by amitmanjhi@google.com · 16 years ago
  56. 43f3cc0 This patch fixes issue 3444 -- api-checker now accepts ant patterns in the excludes list. by amitmanjhi@google.com · 16 years ago
  57. 22e2474 Build fix: remove another dependency from ApiChecker to old JDT. by scottb@google.com · 16 years ago
  58. 2a10a5c Updates the classpath of apichecker in the build.xml file as per r5048 commit by amitmanjhi@google.com · 16 years ago
  59. 5323876 Merging releases/1.6@4669:4911 into trunk. by scottb@google.com · 16 years ago
  60. ed46bf8 Adding presubmit target so Joel can use it, as his checkstyle setup is currently foobared (note, checkstyle info message will be updated in subsequent commit) by ecc@google.com · 16 years ago
  61. e7f61a7 Merge from releases/1.6:r4198:4268,4269:4297,4299:4320:4321:4366 into trunk by jat@google.com · 16 years ago
  62. 75522d5 1) Adds command-line flags to allow the user to specify a reference jar and gwt dev by amitmanjhi@google.com · 16 years ago
  63. 802720f Updating api-checker config. by ecc@google.com · 16 years ago
  64. 04912f2 Merge OOPHM into trunk as a separate project, that will produce a jar which can by jat@google.com · 16 years ago
  65. 5f6fdb3 Merging from releases/1.6@3944:4025 by scottb@google.com · 16 years ago
  66. de58a82 1) Instead of api-checking the branch against 1.4, the branch is now checked by amitmanjhi@google.com · 16 years ago
  67. 0e2dc628 by fabbott@google.com · 17 years ago
  68. e5a3a39 Rolling back r3143 because it breaks builds. by knorton@google.com · 17 years ago
  69. a00ab3b Adding automatic execution of API checker to the "test" target. by fabbott@google.com · 17 years ago
  70. 831b44c Adding Amit's API Checker, with build target by fabbott@google.com · 17 years ago
  71. 3fa0e32 Test commit. by gwt.team.rdayal · 17 years ago
  72. 4449b34 Fixes issue #702. Adds benchmarking capability to GWT as an extension to JUnit. by gwt.team.mmendez · 18 years ago
  73. 14c5b9d Converted all ant files to unix line endings. by gwt.team.scottb · 18 years ago
  74. 594da00 Top level build was not really cleaning by gwt.team.scottb · 18 years ago
  75. 68f7e76 Added samples to top level build. by gwt.team.scottb · 18 years ago
  76. d07fbcf <ant> becomes <gwt.ant> to support passing through specific props. by gwt.team.scottb · 18 years ago
  77. 89075d4 User doc now builds as part of the default ant task. by gwt.team.jgw · 18 years ago
  78. 672efb5 Added build tools compilation to the dependency chain and added checkstyle targets that include our custom checks (e.g. sort order) by gwt.team.bruce · 18 years ago
  79. 36f322f Refactored buildsystem for consistency and generality. by gwt.team.scottb · 18 years ago
  80. ab0aa68 Initial subversion import. by gwt.team.scottb · 18 years ago