1. c36ffc7 Switch version to 5.4.0-SNAPSHOT by Kaloyan Raev · 9 years ago
  2. a3275c5 Switch version to 5.3.1-SNAPSHOT by Kaloyan Raev · 9 years ago
  3. 90a687e Merge "Bug 406526 - Allow setting user library version" by Kaloyan Raev · 9 years ago
  4. 651d008 Update version number to 5.3.0-SNAPSHOT by Kaloyan Raev · 9 years ago
  5. e2ed2d4 Bug 406526 - Allow setting user library version by Michal Niewrzal · 9 years ago
  6. 479f1b5 Switch version to 5.2.0-SNAPSHOT by Kaloyan Raev · 10 years ago
  7. 0aaf777 Bug 458130 - Disable unstable test SetContainerEventsTest by Kaloyan Raev · 10 years ago
  8. 02aa990 Bug 457960 - We use the hamcrest API directly, it should be by Mat Booth · 10 years ago
  9. 561c932 Change version to 5.1.1 by Kaloyan Raev · 10 years ago
  10. aa22754 Prepare repo for easier versioning by Kaloyan Raev · 10 years ago
  11. 9d62d3a Change version to 5.1 for Luna by Alex Panchenko · 11 years ago
  12. 4abf12b Normalize line endings in .classpath files by Alex Panchenko · 11 years ago
  13. bff5d43 move to java 6 by Johan Compagner · 11 years ago
  14. b83992f * Applied patch for issue Bug 412550 by Andrey Sobolev · 11 years ago
  15. 5cf777a tests: fix running on windows by Alex Panchenko · 12 years ago
  16. 1340b23 tests: CodeCompletionResult - get(name), get(kind,name) methods added by Alex Panchenko · 12 years ago
  17. 0fa5b06 tests: fix excludes in FileUtil.copyDirectory() by Alex Panchenko · 12 years ago
  18. 3e73572 builder: improve rebuild of dependents by Alex Panchenko · 12 years ago
  19. 254122b buildpath delta improvements by Alex Panchenko · 12 years ago
  20. 4178eb6 improve events for buildpath operations by Alex Panchenko · 12 years ago
  21. ed4cbc0 tests.buildpath: formatting/cleanup by Alex Panchenko · 12 years ago
  22. f71b5a0 CodeAssistUtil.on(IFile) factory method by Alex Panchenko · 12 years ago
  23. 4062018 tests: improvements in helper utilities by Alex Panchenko · 12 years ago
  24. 71610ec ProjectSetup test utils improvements by Alex Panchenko · 12 years ago
  25. bc1a94a tests: improve utilities for creating prepared projects by Alex Panchenko · 12 years ago
  26. 48fe3a2 tests: improve helper utilities by Alex Panchenko · 12 years ago
  27. 1579d9a tests: CodeAssistUtil.CodeCompletionResult.assertEquals(String...) signature changed by Alex Panchenko · 12 years ago
  28. 6e84ed9 test helper methods in CodeAssistUtil by Alex Panchenko · 12 years ago
  29. 1a2b506 test helper methods for code completion by Alex Panchenko · 12 years ago
  30. 7cb70b6 test helper methods: ProjectSetup.build(), ProblemTestUtil.assertProblemCount() by Alex Panchenko · 12 years ago
  31. 194e5ad pom: core.targetplatform with JUnit 4.10 by Alex Panchenko · 12 years ago
  32. 7763da4 test helper utils by Alex Panchenko · 12 years ago
  33. 9052460 ISelectionEngine: extend the API to allow returning exact source ranges by Alex Panchenko · 12 years ago
  34. d1310c9 tests/ProjectSetup: some javadocs added by Alex Panchenko · 12 years ago
  35. e3ead3c search: matching2 improvements by Alex Panchenko · 12 years ago
  36. 7dfa79e deprecate @Skip by Alex Panchenko · 12 years ago
  37. 4dc8ec6 tests: helper classes for search and code assist by Alex Panchenko · 12 years ago
  38. 7f86591 tests: TestSupport.ignored() also checks @Ignore annotation by Alex Panchenko · 12 years ago
  39. 3e3e269 tests: ProjectSetup.Option.WAIT_INDEXES_READY by Alex Panchenko · 12 years ago
  40. 89715a0 tests: support for notYetImplemented() in junit4 tests by Alex Panchenko · 12 years ago
  41. 5095075 tests: improve helper classes ProjectSetup & UICompletionUtil by Alex Panchenko · 12 years ago
  42. e5a9d62 SourceModuleInfoCache: cleanup on project/folder remove, check timestamp when obtaining cached data by Alex Panchenko · 12 years ago
  43. 119b56c dltk.core.tests: add org.eclipse.dltk.annotations dependency by Alex Panchenko · 12 years ago
  44. 176ea72 tests: SourceModuleInfoCacheTest moved to dltk.core.tests by Alex Panchenko · 12 years ago
  45. 7a5c4e0 fix DLTKSearchScope.projectFragment(String) when scope is created based on source modules, bug 387751 by Alex Panchenko · 12 years ago
  46. f2a649b tests/ProjectSetup: more helper methods by Alex Panchenko · 12 years ago
  47. 089cb9f build: adjust test configuration in poms, remove old build scripts by Alex Panchenko · 12 years ago
  48. 1d14408 tests: ProjectSetup helper class to simplify workspace initialization in by Alex Panchenko · 12 years ago
  49. 1266bdc Change version to 5.0.0 by Alex Panchenko · 12 years ago
  50. c5921dc fix failed tests by Alex Panchenko · 12 years ago
  51. aa23dac tests: copy field values from previous instance even when suite is created automatically by Alex Panchenko · 12 years ago
  52. c6956c5 tests: BundledProjectSetup sets suite name as the longest common prefix of all the contained suites by Alex Panchenko · 12 years ago
  53. 42fd0c7 tests: workaround for executing setUpSuite() when invoking standalone test by Alex Panchenko · 12 years ago
  54. 3a1c130 search: improve toString() methods useful in debugging by Alex Panchenko · 12 years ago
  55. b482f9c IBuildContextExtension.getDependents() by Alex Panchenko · 12 years ago
  56. 4700567 tests: validate if specified test bundle/project exists by Alex Panchenko · 12 years ago
  57. ac24639 Convert .cvsignore to .gitignore by Alex Panchenko · 12 years ago
  58. ed531ca public static String toString(Collection<String> strings) by apanchenk · 13 years ago
  59. 2c23ccf tests: option to disable indexer during the test by apanchenk · 13 years ago
  60. 42720b3 IntList.removeAt() method and test by apanchenk · 13 years ago
  61. 905b3f7 Additional build extensibility - IBuildParticipantPredicate introduced by apanchenk · 13 years ago
  62. e28dd70 extract auto-build related functions to WorkspaceAutoBuild class by apanchenk · 13 years ago
  63. 6193377 fix typo in disableAutoBuild() method name by apanchenk · 13 years ago
  64. c9bd4f9 support for creating multiple projects by apanchenk · 13 years ago
  65. 5afd724 call static getProject() without this. by apanchenk · 13 years ago
  66. 92540f5 call static getProject() without this. by apanchenk · 13 years ago
  67. b0a8e18 TestSupport.ignored(testCase) by apanchenk · 13 years ago
  68. 0ee6e48 generics by apanchenk · 13 years ago
  69. 1114cf4 deleteProjects(final String... projectNames) - change signature by apanchenk · 13 years ago
  70. a51660e * main build/pom.xml now build only one all-in-one update site with sources by asobolev · 13 years ago
  71. 2b6b523 * building of other dltk components using maven/tycho by asobolev · 13 years ago
  72. 66d88a4 * tycho 0.12.0 based build update + poms for tcl*, ruby, javascript are updated by asobolev · 13 years ago
  73. 944f7af * bulk update of version to 4.0.0 by asobolev · 13 years ago
  74. bbcfadc Eclipse-LazyStart->BundleActivationPolicy by apanchenk · 13 years ago
  75. c871973 launch org.eclipse.dltk.core.tests tests by apanchenk · 14 years ago
  76. 33281de isReadOnlySupported() checks by apanchenk · 14 years ago
  77. 5d20146 3.0 versions for required org.eclipse.dltk plugins by apanchenk · 14 years ago
  78. 6e50584 optional parameter to run project build by apanchenk · 14 years ago
  79. 6036756 increase visibility of getProject(String) by apanchenk · 14 years ago
  80. 71d92ed build core/tests by apanchenk · 14 years ago
  81. 94ac5e8 test decorator to init project with prepared content by apanchenk · 14 years ago
  82. 70d498e increase visibility for some methods by apanchenk · 14 years ago
  83. c8276f0 annotation to skip some test by apanchenk · 14 years ago
  84. 512e96e compile org.eclipse.dltk.core.tests by apanchenk · 14 years ago
  85. 9425255 one more search() function introduced by apanchenk · 14 years ago
  86. 4532d55 getMatch(int) added by apanchenk · 14 years ago
  87. c00f761 method to search for model elements by apanchenk · 14 years ago
  88. e43cd5f some fixes for reference/search tests by jcompagne · 14 years ago
  89. 3454b32 change some methods to static by apanchenk · 14 years ago
  90. b1e17a2 copyrights added by apanchenk · 14 years ago
  91. 40ee09a tests for INamespace implementation by apanchenk · 14 years ago v20101021-2210
  92. 9a76ed6 default Eclipse formatting style by apanchenk · 14 years ago
  93. c93ee2f support namespaces(like java packages) for types by apanchenk · 14 years ago v20101021-1903
  94. ae5fdbb additional methods by apanchenk · 15 years ago
  95. 8b432d3 remove DLTKToken dependency by apanchenk · 15 years ago
  96. 5d3f8e0 remove new String(String) calls as result of change CompletionProposal to use String instead of char[] by apanchenk · 15 years ago
  97. 224b8b5 change CompletionProposal to use String instead of char[] by apanchenk · 15 years ago
  98. ca8fe5e don't mix METHOD_REF/METHOD_DECLARATION by apanchenk · 15 years ago
  99. a0e5a42 change parameterNames type from char[][] to String[] by apanchenk · 15 years ago
  100. 66334e0 public IModelElement get(int index) method aded by apanchenk · 15 years ago