1. 54c1bcc Fixes several checkstyle violations. by spoon@google.com · 16 years ago
  2. bebb573 Adds dependency information to SOYC reports, so it is clear why by spoon@google.com · 16 years ago
  3. ed99028 Merge from 1.6 to trunk. by jat@google.com · 16 years ago
  4. 7e8b053 Added some Api changes to the whitelist after confirming with John. by amitmanjhi@google.com · 16 years ago
  5. 5ad3881 Reversed c4906 because user/src/com/google/gwt/i18n/server is absent in the reference version. by amitmanjhi@google.com · 16 years ago
  6. 9fcbfe7 The file has to be excluded from the new Api. Completes the fix in c4906 to c4905. by amitmanjhi@google.com · 16 years ago
  7. f070ac6 Update to the config file due to John's Runtime locales stuff (r4905) by amitmanjhi@google.com · 16 years ago
  8. a3509e2 Merging releases/1.6 into trunk. by jgw@google.com · 16 years ago
  9. 4f57bc2 Merging releases/1.6@4459:4490 by scottb@google.com · 16 years ago
  10. 6cd61e9 Merging releases/1.6@4385:4459 into trunk. by scottb@google.com · 16 years ago
  11. a5f43bd Making dependency display optional. by kprobst@google.com · 16 years ago
  12. 6b91ec7 Updated dashboard to include method-level control-flow dependencies by kprobst@google.com · 16 years ago
  13. e7f61a7 Merge from releases/1.6:r4198:4268,4269:4297,4299:4320:4321:4366 into trunk by jat@google.com · 16 years ago
  14. 46e3cae Added some css styling. by kprobst@google.com · 16 years ago
  15. 4acc48f Also cherry picked, for a build break, c4269, for a sporadic apicheck bug. by fabbott@google.com · 16 years ago
  16. 5056838 Small change to cut out runAsync display until we (Lex, I) decide on how runAsync and SOYC should be integrated. by kprobst@google.com · 16 years ago
  17. 0c0a29e Including gwt-soyc-vis.jar in the distribution. by fabbott@google.com · 16 years ago
  18. c89f0ae Allowing dashboard to read gzipped input, since that's what we emit. by fabbott@google.com · 16 years ago
  19. ab927e5 Added dummy test and checkstyle targets so that the build does not break. by kprobst@google.com · 16 years ago
  20. d092019 - now displaying dependencies at the class level - improved table layout by kprobst@google.com · 16 years ago
  21. 9e79481 SOYC Dashboard by kprobst@google.com · 16 years ago
  22. 8403666 Added SOYC Dashboard visualization to trunk/tools. See README in trunk/tools/soyc-vis for information on how to compile & run. by kprobst@google.com · 16 years ago
  23. 70bbb92 Merging releases/1.6@4147:4198 into trunk. by scottb@google.com · 16 years ago
  24. 2137856 Merging releases/1.6@4025:4130 into trunk; supercedes trunk:c4118. by scottb@google.com · 16 years ago
  25. 77e0cb9 Reverted the logging in r4073. by amitmanjhi@google.com · 16 years ago
  26. 7c405da LinkedHashMap_CustomFieldSerializer.java was included twice when building the by amitmanjhi@google.com · 16 years ago
  27. 59dcef3 Turning on logging to figure out what is going on in the build machine. Will by amitmanjhi@google.com · 16 years ago
  28. 6523b3a Made the comment clearer. No review needed by amitmanjhi@google.com · 16 years ago
  29. 5f6fdb3 Merging from releases/1.6@3944:4025 by scottb@google.com · 16 years ago
  30. 581ce59 1) Flags api incompatibility whenever the api of an overridable api method evolves. by amitmanjhi@google.com · 16 years ago
  31. 6e2abd9 Adds getLastModified() to CompilationUnit and its dependencies. by scottb@google.com · 17 years ago
  32. 0e2dc628 by fabbott@google.com · 17 years ago
  33. 41356c7 sort & format by amitmanjhi@google.com · 17 years ago
  34. c3ddabe Moved the checkExceptions method so that instead of a static method, it becomes by amitmanjhi@google.com · 17 years ago
  35. ed5d3ba sort & format by amitmanjhi@google.com · 17 years ago
  36. c5d293f Build fix: make as much state immutable as possible; this fixes an NPE when invoking from the test constructor. by scottb@google.com · 17 years ago
  37. d00d208 Build fix: excluding all impl packages from checking; removing whitelist entries made unnecessary. by scottb@google.com · 17 years ago
  38. 9947d52 Support "excludePackages" as a way to logically exclude packages from API checking whose source files must be available to create a consistent TypeOracle. by scottb@google.com · 17 years ago
  39. df971cb Unchecked exceptions should not affect the API of a method. by scottb@google.com · 17 years ago
  40. d9816db Sort & format by scottb@google.com · 17 years ago
  41. c31c6ce Adds exceptions for overloaded constructors in widgets (exceedingly subtle case by jgw@google.com · 17 years ago
  42. 3953226 Patch to print a success/failure message when the api checker completes, and to by amitmanjhi@google.com · 17 years ago
  43. 6f39356 1. ApiChecker was broken after FSOD. This patch fixes it. by amitmanjhi@google.com · 17 years ago
  44. 63f3260 FLAMING SWORD OF DEATH by scottb@google.com · 17 years ago
  45. 831b44c Adding Amit's API Checker, with build target by fabbott@google.com · 17 years ago
  46. e50c104 Removed warnings + method name tweak in api-checker. by scottb@google.com · 17 years ago
  47. ffc9e23 Initial check-in of the API compatibility checker. by spoon@google.com · 17 years ago
  48. 30d9ac6 Somehow we forgot to update this as part of the linker merge. by scottb@google.com · 17 years ago
  49. 799633f Add GWTTestSuite to bin GWTTestCases to minimize the number of times the test cases must switch between GWT Modules. by gwt.team.bobv · 17 years ago
  50. 45c5374 ReportViewer's helper text was not showing up on the the initial load. by scottb@google.com · 17 years ago
  51. ecee168 Added simple history support to benchmark viewer. by scottb@google.com · 17 years ago
  52. 5345c0e - Moved benchmark viewer out of the junit package and into its own by scottb@google.com · 17 years ago
  53. 326928a Use implicit ports. by scottb@google.com · 17 years ago
  54. b13142a Merging 1.4 release branch from r1384 to r1400 into trunk. by gwt.team.scottb · 18 years ago
  55. 213986c Fixes issues 1180 and 1181. In addition, it also normalizes the scales for graphs of the same benchmark and includes several UI improvements (styling, hyperlinks, improved reports list, to name a few). by gwt.team.mmendez · 18 years ago
  56. 73470db Fixes issue 1078. The primitive wrapper classes in our JRE emulation libraries should have been updated to use "final transient" instance fields instead of "final" instance fields as part of r1043. by gwt.team.mmendez · 18 years ago
  57. adaa270 Fixes issue 976. The benchmarkViewer will run in hybrid mode now. by gwt.team.mmendez · 18 years ago
  58. 4b85cd5 Fixes issues #988 "Fix module copyrights to use apache google header" by gwt.team.bruce · 18 years ago
  59. 0f9f317 1) Format and Organize Imports of all java files in benchmark-viewer. I don't know whether the Org Imports was necessary, but the formatting was off. by gwt.team.scottb · 18 years ago
  60. 5836e03 Removed a bad reference to gnujaxp.jar by gwt.team.tobyr · 18 years ago
  61. 4449b34 Fixes issue #702. Adds benchmarking capability to GWT as an extension to JUnit. by gwt.team.mmendez · 18 years ago