1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

1834 commits

Author SHA1 Message Date
Andrew Gvozdev
d1d5511415 bug 243839: Managed Build Definitions schema issues
Option's helpSupplier marked as obsolete, tool's commandLineGenerator marked as implements IManagedCommandLineGenerator.
Patch from Torkild Ulvøy Resheim
2009-09-13 02:27:19 +00:00
Andrew Gvozdev
0499bcb428 toString() added 2009-09-12 15:20:15 +00:00
Andrew Gvozdev
198d23ed16 cleanup: Java generics warnings 2009-09-11 22:20:39 +00:00
Andrew Gvozdev
ef4d88a354 cleanup: loops to enhanced, @Override, spaces 2009-09-11 21:02:23 +00:00
Andrew Gvozdev
e3b9ef08cd JavaDoc warnings fixed 2009-09-11 20:49:37 +00:00
Andrew Gvozdev
dbbdbd8f95 bug 109139: Generic Error parser
(RegexErrorParser)
2009-09-11 02:09:38 +00:00
Andrew Gvozdev
00ab9a82b8 bug 226419: [Scanner Discovery] "Other toolchain" projects attempt scanner config discovery
rewrote how profiles are obtained
2009-09-07 03:47:57 +00:00
Andrew Gvozdev
0f82f86fa9 bug 226419: [Scanner Discovery] "Other toolchain" projects attempt scanner config discovery 2009-09-03 17:50:32 +00:00
Andrew Gvozdev
67b658143c bug 218444: [Scanner Discovery] Error Launching external scanner info generator - gcc link problem on Cygwin
Solved by using Cygwin shell to call gcc: sh -c "gcc ..."
2009-09-01 19:22:15 +00:00
Andrew Gvozdev
07f340d670 bug 272912: Tool settings UI layout issues
patch from Gaetano Santoro
2009-09-01 13:35:59 +00:00
Andrew Gvozdev
c180619310 bug 288156: [Scanner Discovery] Makefile project pretends not having discovery profile 2009-09-01 03:29:32 +00:00
Andrew Gvozdev
640ca45d95 bug 286226: Launch configuration naming, fixed NPE 2009-09-01 01:18:49 +00:00
Ken Ryall
c0d0d15fb8 Bug 286226 - Launch configuration naming 2009-08-31 08:17:12 +00:00
Andrew Gvozdev
6c7528057e bug 288032: [Scanner Discovery] One can't change arguments of scanner discovery command
Added disablement of command and arguments when checkbox is disabled
2009-08-31 00:39:53 +00:00
Andrew Gvozdev
622b077bbf bug 288032: cleanup, @Overrides 2009-08-30 03:03:20 +00:00
Andrew Gvozdev
9982386c07 bug 288032: [Scanner Discovery] One can't change arguments of scanner discovery command 2009-08-30 02:45:15 +00:00
Andrew Gvozdev
0c33320268 bug 288032: cleanup, @Overrides 2009-08-30 02:30:12 +00:00
Andrew Gvozdev
52a34918ad bug 288032: cleanup, message ids concatenated to enjoy eclipse IDE support 2009-08-30 02:29:27 +00:00
Andrew Gvozdev
8696b7c566 bug 288032: renamed some private members to self-documented names 2009-08-30 02:21:26 +00:00
Andrew Gvozdev
c240c7fe35 bug 288036: cdt-build plugins compilation settings are too lax 2009-08-30 00:57:03 +00:00
Andrew Gvozdev
ad8ac8d4f8 compiler warnings 2009-08-30 00:21:00 +00:00
Andrew Gvozdev
1f826ef9a9 bug 288036: cdt-build plugins compilation settings are too lax 2009-08-29 21:49:47 +00:00
Andrew Gvozdev
2747337ce8 warning levels set to be in sync with org.eclipse.cdt.ui (except for discouragedReference) 2009-08-29 17:52:43 +00:00
Andrew Gvozdev
0843b02a8f bug 288032: reformatting only 2009-08-29 17:29:47 +00:00
Andrew Gvozdev
b37f1f3d9b message ids concatenated to enjoy eclipse IDE support, no functionality changes 2009-08-29 02:49:37 +00:00
Andrew Gvozdev
47f2fb94b4 compilation warnings only: Java generics + loops to enhanced 2009-08-28 18:32:19 +00:00
Vivian Kong
5e25a3f3e2 Bug 287081 - missing mnemonic key on Make Targets context menu 2009-08-19 15:27:03 +00:00
Andrew Gvozdev
3cb3c4832b bug 196561: [managedbuilder.gnu] Order of debugging options in settings differs for C and C++
Patch from Daniel Weber
2009-08-14 14:15:29 +00:00
Andrew Gvozdev
16deae8dfc java generics, loops to enhanced etc. - no functionality changes 2009-08-12 14:45:51 +00:00
Andrew Gvozdev
5e27a33394 loops to enhanced etc. - no functionality changes 2009-08-12 14:38:50 +00:00
Andrew Gvozdev
9bbb8450e9 formatting, null pointer warnings, loops to enhanced - no functionality changes 2009-08-12 14:31:28 +00:00
Andrew Gvozdev
220b55c636 bug 230165: renaming a project doesn't update it's default artifact name
Based on patches from Alex Freidin and Irit Belezko
2009-08-12 13:45:55 +00:00
Warren Paul
f8a56f9a52 fixed bug #259242. 2009-08-10 19:09:31 +00:00
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