1. daebbcb Integrate Elemental to the build and deploy as Maven artifact by skybrian@google.com · 13 years ago
  2. 07ee6e7 ValidationTool doesn't flag abstract classes as non-default-instantiable by skybrian@google.com · 13 years ago
  3. b6ec668 Integrate SuperDevMode to the build and deploy as Maven artifact by skybrian@google.com · 13 years ago
  4. 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
  5. 48260f8 Testing SVN #2 by gwt.mirrorbot@gmail.com · 13 years ago
  6. 7f77331 Testing SVN by gwt.mirrorbot@gmail.com · 13 years ago
  7. 0e4aa7d Updating apichecker for GWT 2.4. by jlabanca@google.com · 14 years ago
  8. 232d69d Remove duplicate build target by rice@google.com · 14 years ago
  9. dbff9c5 Move RequestFactory to com.google.web.bindery.requestfactory by rice@google.com · 14 years ago
  10. 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
  11. 5b7a2bf Add support for mapping ConstraintViolation objects into SimpleBeanEditor. by bobv@google.com · 14 years ago
  12. 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
  13. b090e0a remove packages.properties on an ant clean by conroy@google.com · 15 years ago
  14. 69da43f Public: First take at GWT validation that actually validates on the client side. by nchalko@google.com · 15 years ago
  15. 0b794d1 Deletes the bikeshed. by rjrjr@google.com · 15 years ago
  16. eb3e87a Public: Add default validators for the standard constraints. by nchalko@google.com · 15 years ago
  17. fdb5e81 3 small things: by amitmanjhi@google.com · 15 years ago
  18. 61847e0 Drop the bikeshed jar from the GWT distribution. by amitmanjhi@google.com · 15 years ago
  19. d54a4bd Mirroring got broken around the merge from branches/2.1, although I'm by gwt.mirrorbot@gmail.com · 15 years ago
  20. 674ee0b Generate the soyc jar as well during 'ant dist-bikeshed' by amitmanjhi@google.com · 15 years ago
  21. 1dfeea6 Introduces 'dist-bikeshed' target, removes dependency of 'buildonly' target on by amitmanjhi@google.com · 15 years ago
  22. e726ead Build file changes to create gwt-bikeshed.jar that can be used as an overlay by amitmanjhi@google.com · 15 years ago
  23. 8836122 Update API Checker for GWT 2.1. http://gwt-code-reviews.appspot.com/139803/show by jlabanca@google.com · 15 years ago
  24. 64a55cb Add back IE proxy handling for CheckForUpdates. by jat@google.com · 16 years ago
  25. e0fa5b1 Merge farewellSwt into trunk. by jat@google.com · 16 years ago
  26. 744d784 The old uses of getCanonicalName() blithely assumed that the symlink-resolved by fabbott@google.com · 16 years ago
  27. 0b1619e Remove SWT, collapse dev platforms to a single one, rewrite runstyles to new by jat@google.com · 16 years ago
  28. 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
  29. ae13443 Rolling back r5798-5799 because they are causing tests to fail. by jlabanca@google.com · 16 years ago
  30. 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
  31. a2bb640 Rolling back to the last known good state: r5776 by amitmanjhi@google.com · 16 years ago
  32. 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
  33. 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
  34. 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
  35. 615a29b Fixing the checkstyle and presubmit rules. Checkstyle never reached the by fabbott@google.com · 16 years ago
  36. 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
  37. dd208e6 Ant fixes for platform independence, for dist-dev not needing tools, and by fabbott@google.com · 16 years ago
  38. 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
  39. 83b7623 Patch to make api-checker use Gwt1.6 as its reference Api instead of Gwt1.5 by amitmanjhi@google.com · 16 years ago
  40. fe88820 This patch fixes issue 3445, allowing apiChecker to run using reference jars. by amitmanjhi@google.com · 16 years ago
  41. 43f3cc0 This patch fixes issue 3444 -- api-checker now accepts ant patterns in the excludes list. by amitmanjhi@google.com · 16 years ago
  42. 22e2474 Build fix: remove another dependency from ApiChecker to old JDT. by scottb@google.com · 16 years ago
  43. 2a10a5c Updates the classpath of apichecker in the build.xml file as per r5048 commit by amitmanjhi@google.com · 16 years ago
  44. 5323876 Merging releases/1.6@4669:4911 into trunk. by scottb@google.com · 16 years ago
  45. 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
  46. e7f61a7 Merge from releases/1.6:r4198:4268,4269:4297,4299:4320:4321:4366 into trunk by jat@google.com · 16 years ago
  47. 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
  48. 802720f Updating api-checker config. by ecc@google.com · 16 years ago
  49. 04912f2 Merge OOPHM into trunk as a separate project, that will produce a jar which can by jat@google.com · 16 years ago
  50. 5f6fdb3 Merging from releases/1.6@3944:4025 by scottb@google.com · 16 years ago
  51. de58a82 1) Instead of api-checking the branch against 1.4, the branch is now checked by amitmanjhi@google.com · 16 years ago
  52. 0e2dc628 by fabbott@google.com · 17 years ago
  53. e5a3a39 Rolling back r3143 because it breaks builds. by knorton@google.com · 17 years ago
  54. a00ab3b Adding automatic execution of API checker to the "test" target. by fabbott@google.com · 17 years ago
  55. 831b44c Adding Amit's API Checker, with build target by fabbott@google.com · 17 years ago
  56. 3fa0e32 Test commit. by gwt.team.rdayal · 17 years ago
  57. 4449b34 Fixes issue #702. Adds benchmarking capability to GWT as an extension to JUnit. by gwt.team.mmendez · 18 years ago
  58. 14c5b9d Converted all ant files to unix line endings. by gwt.team.scottb · 18 years ago
  59. 594da00 Top level build was not really cleaning by gwt.team.scottb · 18 years ago
  60. 68f7e76 Added samples to top level build. by gwt.team.scottb · 18 years ago
  61. d07fbcf <ant> becomes <gwt.ant> to support passing through specific props. by gwt.team.scottb · 18 years ago
  62. 89075d4 User doc now builds as part of the default ant task. by gwt.team.jgw · 18 years ago
  63. 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
  64. 36f322f Refactored buildsystem for consistency and generality. by gwt.team.scottb · 18 years ago
  65. ab0aa68 Initial subversion import. by gwt.team.scottb · 18 years ago