1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 06:32:10 +02:00
Commit graph

1701 commits

Author SHA1 Message Date
Andrew Gvozdev
daff450887 compiler warnings, @Override annotations 2009-08-05 21:20:41 +00:00
Andrew Gvozdev
c6f2dac626 compilation warnings, unnecessary null check 2009-08-05 21:20:22 +00:00
Andrew Gvozdev
f50f3209a0 compiler warnings - @Override annotations 2009-08-05 18:27:52 +00:00
Andrew Gvozdev
c77289f6c3 JavaDoc warnings fixed 2009-08-05 18:23:59 +00:00
Andrew Gvozdev
de5c528c09 bug 285746: Replace deprecated class org.eclipse.ui.views.navigator.LocalSelectionTransfer 2009-08-05 18:01:03 +00:00
Andrew Gvozdev
6b97b8dcf5 bug 285480: Duplicate message IDs 2009-08-04 17:52:33 +00:00
Andrew Gvozdev
a3a1d7a727 converted to Java Generics a bunch, no functionality changed 2009-08-01 03:15:02 +00:00
Andrew Gvozdev
8fa0d4662f bug 212596: JUnit failures in cdt.managedbuilder.test.suite
Test fails due to relying on absolute path
2009-08-01 01:41:24 +00:00
Andrew Gvozdev
390d64a00e bug 212596: JUnit failures in cdt.managedbuilder.test.suite
Setting benchmarks to pass with 6.0.0 release.
2009-08-01 01:15:43 +00:00
Andrew Gvozdev
614148c280 bug 212596: JUnit failures in cdt.managedbuilder.test.suite
Setting benchmarks to pass with 6.0.0 release.
2009-08-01 01:00:58 +00:00
Andrew Gvozdev
f1f30777dd bug 212596: JUnit failures in cdt.managedbuilder.test.suite
Setting benchmarks to pass with 6.0.0 release.
2009-08-01 00:25:07 +00:00
Andrew Gvozdev
81e57ee9d9 bug 212596: JUnit failures in cdt.managedbuilder.test.suite
Setting benchmarks to pass with 6.0.0 release.
2009-07-31 23:59:02 +00:00
Andrew Gvozdev
482d0431f3 formatting, mostly spaces and loops to enhanced 2009-07-31 01:54:45 +00:00
Andrew Gvozdev
7a2e4aeffe bug 281042: Allow artifact name with spaces
patch from Vladimir Prus
2009-07-30 23:54:13 +00:00
Andrew Gvozdev
8805cff070 bug 275272: Documentation for ManagedOptionValueHandle.EVENT_*
Documentation patch from Jesper Eskilson.
2009-07-27 04:14:22 +00:00
Andrew Gvozdev
5a61ecb698 bug 251962: NPE in GnuMakefileGenerator 2009-07-17 03:05:01 +00:00
Andrew Gvozdev
60abfcd3e2 Bug 281786: Confirm target deletion asked twice 2009-07-09 16:15:25 +00:00
Anton Leherbauer
ff27c21286 Increment bundle version 2009-07-07 12:11:22 +00:00
Anton Leherbauer
a2a8ff55a9 Bug 278987 - Text Colors wrong in Makefile 2009-07-07 12:06:09 +00:00
Doug Schaefer
4366201ba2 Fixed up a number of legal items. 2009-06-10 19:44:36 +00:00
James Blackburn
f497c46b26 Bug 186847 Headless Builder 2009-06-03 09:24:06 +00:00
James Blackburn
8743008765 Bug 269023 URI support added to EPM, add IBuildDescription#getDefaultBuildDirLocationURI(...) & use the URI location of the build dir for build output error parsing. 2009-06-02 16:23:59 +00:00
James Blackburn
9953f12da4 Bug 269023 URI support added to EPM, add MakeBuilderUtil#getBuildDirectoryURI(...) 2009-06-02 16:21:03 +00:00
Alena Laskavaia
65b34ea1cc [275773] - added icon 2009-05-29 19:22:55 +00:00
Chris Recoskie
645678d32f RESOLVED - bug 278224: SetMBSStringOptionValue do not process enumerated options
https://bugs.eclipse.org/bugs/show_bug.cgi?id=278224
2009-05-28 15:26:25 +00:00
Vivian Kong
83fd77b56d update copyrights 2009-05-27 15:48:21 +00:00
Vivian Kong
c921a8f760 update copyrights 2009-05-27 15:34:50 +00:00
Alena Laskavaia
829fca47c7 - fixed formatting 2009-05-26 21:05:04 +00:00
Alena Laskavaia
734b002e93 [264998] - fixed console parser 2009-05-26 21:01:57 +00:00
James Blackburn
ec2f7923b9 Bug 245264 Makefile not generated correctly for linked resources in some cases. (Resource's full path starts with the name of another project.) 2009-05-26 19:42:37 +00:00
Chris Recoskie
4c2d8833d6 RESOLVED - bug 163650: Include Paths -I""
https://bugs.eclipse.org/bugs/show_bug.cgi?id=163650
2009-05-26 18:26:20 +00:00
Vivian Kong
5e92597120 bug 254307 - branding 2009-05-26 14:48:10 +00:00
Alena Laskavaia
ccca4b5501 [274998] - added exception logging, patch 2009-05-20 14:14:24 +00:00
Alena Laskavaia
f0b42a7fa6 [275773] - updated labels and icons for make targets view, patch from Andrew Gvozdev 2009-05-20 13:59:58 +00:00
James Blackburn
ee9b1aa905 Bug 276688 Deadlock in MakeContentProvider
- Display#syncExec(...) while the workspace lock is held => changed to #asyncExec(...)
 - Generics
2009-05-18 19:24:24 +00:00
Chris Recoskie
f9f6f4d46a RESOLVED - bug 275188: Tool option orders in Property Pages differ from spec. in plugin.xml
https://bugs.eclipse.org/bugs/show_bug.cgi?id=275188
2009-05-06 17:39:51 +00:00
Chris Recoskie
a3767b2d5c fix for 275137 (Internal builder claims nothing needs to be built) 2009-05-06 12:00:31 +00:00
Vivian Kong
a377a555e6 update managedbuilder.core version dependency 2009-05-01 18:29:46 +00:00
Vivian Kong
b08713702c bug 271449: Incorrect text direction in makefile in mirrored eclipse 2009-04-30 16:41:00 +00:00
Chris Recoskie
ac9667d8bd fix @since tags and bundle versions 2009-04-30 12:04:03 +00:00
Chris Recoskie
7be061117f small change to mark org.eclipse.cdt.managedbuilder.internal.ui.workingsets as internal 2009-04-29 17:44:26 +00:00
Chris Recoskie
93990eff68 RESOLVED - bug 218565: On AIX, unable to add third path to Include Paths in Project Properties
https://bugs.eclipse.org/bugs/show_bug.cgi?id=218565
2009-04-29 13:11:02 +00:00
Chris Recoskie
09f3368f3e RESOLVED - bug 273636: changes to enable MBS on EFS projects
https://bugs.eclipse.org/bugs/show_bug.cgi?id=273636
2009-04-28 12:02:33 +00:00
Markus Schorn
71638ab566 Empty macro definition in compiler inspection, bug 274002. 2009-04-28 11:38:46 +00:00
Alena Laskavaia
f022798f69 [272416] - contribution for working set configurations usability 2009-04-23 14:57:49 +00:00
Chris Recoskie
68718b41f9 RESOLVED - bug 272986: changes to ICommandLauncher
https://bugs.eclipse.org/bugs/show_bug.cgi?id=272986
2009-04-22 12:39:53 +00:00
Alena Laskavaia
9ec1cc1155 [271550] Make Target View: preserve "Same as Target Name" when copying targets - patch applied 2009-04-16 17:02:48 +00:00
James Blackburn
a39047b78c Bug 242004 ISVs should be able to position their cPropertyTabs amongst built-in CDT provided tabs
- Tabs should be sorted by 'weight' attribute (as detailed in the extension point documentation)
2009-04-14 20:23:45 +00:00
Vivian Kong
b849a3be06 bug 268581 individual source bundles 2009-04-09 19:51:46 +00:00
Vivian Kong
b384991df7 bug 268581 individual source bundles 2009-04-09 18:10:04 +00:00