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

15378 commits

Author SHA1 Message Date
Andrew Gvozdev
815658b790 bug 284549: [Scanner Discovery] include path outside workspace may not be scanned in case of conflicting source file name
Externalized make messages to provide for localized make
2009-09-17 15:59:19 +00:00
Andrew Gvozdev
4a6aa530bc bug 284549: [Scanner Discovery] include path outside workspace may not be scanned in case of conflicting source file name
cleanup only: generics + removed impossible if branch
2009-09-17 15:57:29 +00:00
John Cortell
6e8cd52df5 Corrected comment 2009-09-17 14:28:50 +00:00
John Cortell
fe0e84708b Corrected comment 2009-09-17 14:27:07 +00:00
John Cortell
8fb3cd2ddd JavaDoc improvement 2009-09-17 02:25:04 +00:00
John Cortell
83b89115bf Corrected comments 2009-09-16 23:29:43 +00:00
John Cortell
d50bf482b2 Javadoc improvements 2009-09-16 23:06:46 +00:00
Andrew Gvozdev
a16d5c8cbd bug 289608: [Scanner Discovery] Discovery options does not offer profiles defined in supertypes in project properties 2009-09-16 16:42:54 +00:00
Andrew Gvozdev
b0529877b9 bug 288036: cdt-build plugins compilation settings are too lax
consider missing JavaDoc tags as a warning
2009-09-16 16:35:04 +00:00
Andrew Gvozdev
2f7703e142 bug 289608: [Scanner Discovery] Discovery options does not offer profiles defined in supertypes in project properties
cleanup only: more loops to enhanced
2009-09-16 15:34:49 +00:00
Andrew Gvozdev
d0dd8c648e bug 289608: [Scanner Discovery] Discovery options does not offer profiles defined in supertypes in project properties
cleanup only: java generics + loops to enhanced
2009-09-16 15:23:43 +00:00
Andrew Gvozdev
50277413ca bug 289608: [Scanner Discovery] Discovery options does not offer profiles defined in supertypes in project properties
cleanup only: added type info to API
2009-09-16 15:21:12 +00:00
Andrew Gvozdev
5ab8ef70df bug 289608: [Scanner Discovery] Discovery options does not offer profiles defined in supertypes in project properties
cleanup only: java generics + loops to enhanced
2009-09-16 15:12:47 +00:00
Andrew Gvozdev
f0475b4959 cleanup, no real changes 2009-09-15 14:19:59 +00:00
Andrew Gvozdev
fda133c743 bug 289448: Tool Settings File field editor incorrectly draws focus.
Patch from Wieant <wieant@tasking.com>
2009-09-15 14:11:06 +00:00
Andrew Gvozdev
eefe7f459b bug 289080: definedSymbols + string option with browseType messes up Properties->Tool Settings layout.
Patch from Wieant <wieant@tasking.com>
2009-09-14 15:54:58 +00:00
Andrew Gvozdev
2469ca73c6 cleanup: java generics, no functionality changes 2009-09-14 13:25:21 +00:00
Andrew Gvozdev
815a9d3dbb cleanup: loops to enhanced, @Overrides, spaces. No functionality changes. 2009-09-14 13:07:33 +00:00
Andrew Gvozdev
eb0d031a7b lost condition causing NPE returned back 2009-09-14 01:27:27 +00:00
Andrew Gvozdev
c20ac81db5 cleanup: loops to enhanced and spaces, no functionality changes 2009-09-14 01:00:47 +00:00
Andrew Gvozdev
241396290b cleanup: java generics, no functionality changes 2009-09-13 18:40:50 +00:00
Andrew Gvozdev
d58c6da529 bug 282092: Linker settings "Other Objects" not working on Windows (MinGW)
cleanup: @Override annotation
2009-09-13 18:36:20 +00:00
Andrew Gvozdev
1ec7ef5ef2 bug 282092: Linker settings "Other Objects" not working on Windows (MinGW)
Patch from Marc-Andre Laperle
2009-09-13 16:20:50 +00:00
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
Pawel Piech
a86e6485f4 [270675] - [update policy][variables] In manual update model changing the active number for the view causes the view data to appear stale. 2009-09-11 22:07:03 +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
Alena Laskavaia
7b8a297a52 [289123 ] - fixed problem introduced by fix of 287927 - delay in gdb start 2009-09-11 14:51:09 +00:00
Alena Laskavaia
3596f15371 [ 289002] - hook for process creation for gdb 2009-09-11 13:38:52 +00:00
Pawel Piech
691eaab7fd Cleaned up comments with references to IModelContext interface which had been renamed to IDMContext. 2009-09-11 04:39:43 +00:00
Andrew Gvozdev
dbbdbd8f95 bug 109139: Generic Error parser
(RegexErrorParser)
2009-09-11 02:09:38 +00:00
John Cortell
64a0f77faf Removed unnecessary SuppressWarnings({"restriction"}) 2009-09-10 20:41:35 +00:00
John Cortell
c325649db1 [services] Add tracing for DsfSession. This commit logs the registering and unregistering of model adapters 2009-09-10 20:10:56 +00:00
John Cortell
166722a15c Fix and improve new logging utility 2009-09-10 19:33:53 +00:00
John Cortell
52e0d6731e remove harmless, but pointless call accidentally left during refactoring 2009-09-09 18:23:44 +00:00
John Cortell
ae6cd8c257 additional JavaDoc 2009-09-09 18:22:14 +00:00
John Cortell
19fadf7387 JavaDoc correction 2009-09-09 15:58:54 +00:00
John Cortell
ce83ec8fc0 [288878] Method signature criteria in DsfSession.getEventHandlerMethods() incorrect. Also throw an exception if the method takes no parameters. 2009-09-09 15:29:22 +00:00
John Cortell
55abb6907c [288954] Add elf recognition for Freescale HC08 and RS08 2009-09-09 15:23:46 +00:00
John Cortell
9067c010c5 [288656] Additional tracing for DsfSession. 2009-09-08 22:56:26 +00:00
John Cortell
e4e9e7fab2 [288878] Method signature criteria in DsfSession.getEventHandlerMethods() incorrect 2009-09-08 21:39:34 +00:00
John Cortell
1d802df663 [288873] Consolidate executor trace when the creator and submitter info is the same 2009-09-08 20:48:24 +00:00
John Cortell
d5fc0b227d Fixed warning; forgot @Deprecated annotation 2009-09-08 20:32:49 +00:00
John Cortell
b2f577471c [288870] DSF executor trace drops frames in submitted-at stack crawl 2009-09-08 20:28:59 +00:00
John Cortell
df44df36d3 [288656] Add tracing for DsfSession. Implemented Pawel's recommendation after review 2009-09-08 15:52:33 +00:00
John Cortell
edda14615e javadoc correction 2009-09-08 15:29:56 +00:00
Emanuel Graf
3a1fa5bf5b FIXED - bug 288268: c-refactoring creates c++-parameters
https://bugs.eclipse.org/bugs/show_bug.cgi?id=288268
2009-09-08 11:54:06 +00:00
Andrew Gvozdev
35b929b894 bug 288775: [Template Engine] Mappings between labels and values in not reversible for <property> with id="functional_area" 2009-09-07 21:00:08 +00:00