1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-15 13:05:22 +02:00
Commit graph

14375 commits

Author SHA1 Message Date
Marc Khouzam
42eb4e884e Bug 223684
Removes the dependency by moving IGDBLaunchConfigurationContants from the org.eclipse.dd.gdb.launch plugin to org.eclipse.dd.gdb
2008-03-25 17:46:32 +00:00
Oleg Krasilnikov
5c7a3c6f61 Bug #190131 : Hiding configurations group in property page 2008-03-25 15:58:25 +00:00
Anton Leherbauer
7bd2f84e6a Allow only exact word matches for context information 2008-03-25 13:24:55 +00:00
Oleg Krasilnikov
386f58f011 Warning elimination 2008-03-25 09:23:49 +00:00
Oleg Krasilnikov
ce838655de Warnings elimination 2008-03-25 09:21:02 +00:00
Sergey Prigogin
cbd7a681f3 More cleanup of template resolution code. 2008-03-25 08:51:40 +00:00
Sergey Prigogin
f882d7ca05 Use generics. 2008-03-25 06:21:54 +00:00
Mike Kucera
a180ea3e1a disambiguate problems caused by globally qualified declarator ids 2008-03-24 22:28:55 +00:00
Ken Ryall
e67872f544 Fix NPE when no file extension. 2008-03-24 21:46:26 +00:00
Ken Ryall
3071e4834e Bug 182388, Executables view and supporting classes. 2008-03-24 21:21:02 +00:00
Marc Khouzam
508a4a90b3 Splitting the LaunchSequence into ServicesLaunchSequence and FinalLaunchSequence, as discussed in Bug 221505 comment #7 2008-03-24 20:00:43 +00:00
Mike Kucera
2e3fbf6c23 decl spec node was missing info 2008-03-24 18:51:29 +00:00
Pawel Piech
7158eeed07 [220446][219907] Updated the doc plugin to point to the new DSF tutorials. 2008-03-24 16:34:37 +00:00
Pawel Piech
0b3ad17747 [220446] Fixed typos. 2008-03-24 16:23:53 +00:00
Pawel Piech
e6830c9ab4 [219841] Fixed an NPE in BreakpointsMediator related to breakpoints that failed to plant. 2008-03-24 16:22:34 +00:00
Mike Kucera
8d37ffe060 attempt at fixing function declarator/constructor initializer ambiguity, needs more testing 2008-03-24 16:16:14 +00:00
Vivian Kong
e1bf40252e replacing single quotes with 2 consecutive single quotes (Bug 223679) 2008-03-24 16:13:37 +00:00
Sergey Prigogin
205c57b244 A cleaner fix for bug 214447. 2008-03-24 01:12:01 +00:00
Sergey Prigogin
fe4c7c9960 Use generics. 2008-03-24 01:03:26 +00:00
Sergey Prigogin
e7858c339d A cleaner fix for bug 214447. Result of a joint hackathon with Markus Schorn. 2008-03-23 23:00:35 +00:00
Marc Khouzam
391048a4f0 Launch should not be visible to the user. 2008-03-23 14:36:46 +00:00
Anton Leherbauer
415fa11ce8 Avoid reconcile race condition in SelectionConverter 2008-03-21 14:14:11 +00:00
Anton Leherbauer
498ff7334e Enable folding for namespaces 2008-03-21 14:14:06 +00:00
Anton Leherbauer
7aa686b631 Optimize resource delta processing 2008-03-21 14:14:01 +00:00
Anton Leherbauer
dd062c1fdd Fix completion tests due to rollback in ASTTypeUtil 2008-03-21 10:20:43 +00:00
Sergey Prigogin
1a05e6b75b Reverted a previous change that caused a breakage in AST2UtilTests.testSimpleParameter. The change itself was innocent since it simply removed unnecessary spaces, but I decided not to mess with it since the code is used for building function signatures. 2008-03-20 22:02:21 +00:00
Marc Khouzam
bff2486202 Bug 223200
Removal of commandCache
2008-03-20 18:03:01 +00:00
Oleg Krasilnikov
4ef0990365 Bug #194026 : Add "Build All Configurations" preference option 2008-03-20 16:41:09 +00:00
Anton Leherbauer
01a5281372 Adopt ITextHoverExtension2 2008-03-20 16:02:42 +00:00
Anton Leherbauer
e8c27d5cae Fix for 223250: Macro expansion hover only displays _very_ briefly 2008-03-20 14:48:07 +00:00
Marc Khouzam
3cc3d633da Bug 223196
Removing the guard since it was wrong (== instead of !=) and it not useful
2008-03-20 13:00:11 +00:00
Oleg Krasilnikov
e2b4a4cf52 Bug #223044 : Build All Configurations does not run other project builders 2008-03-20 11:05:14 +00:00
Markus Schorn
903a55f94c Deprecated ASTVisitor.leave(IASTComment), which has never worked. 2008-03-19 14:56:34 +00:00
Oleg Krasilnikov
a95edcdcdf Bug #223062 : ManageConfigRunner runs in display thread locking UI for a long time 2008-03-19 14:00:29 +00:00
Anton Leherbauer
df5acf9f9c Fix warnings about CUIPlugin.getDefault().log() 2008-03-19 13:25:18 +00:00
Marc Khouzam
89f4a41f0e Merge the GdbRemoteLaunchDelegate and the
GdbLocalLaunchDelegate into a single GdbLaunchDelegate
2008-03-19 13:24:30 +00:00
Andrew Ferguson
7c22f386b8 188926: update template documentation 2008-03-19 12:02:05 +00:00
Oleg Krasilnikov
7d4b0fd582 Bug #223059 : Problems setting per resource tool settings 2008-03-19 09:35:59 +00:00
Andrew Ferguson
fd23b527a9 214596: apply fix 2008-03-18 18:01:29 +00:00
Andrew Ferguson
5ecca831d9 222954: fix default attribute 2008-03-18 17:36:52 +00:00
Andrew Ferguson
41ee517929 222954: fix default selection 2008-03-18 17:26:25 +00:00
Marc Khouzam
a7fa912306 Bug 223025
Used to check for MIList twice instead of checking for MITuple.
2008-03-18 16:47:34 +00:00
Andrew Ferguson
e4c3404795 222954: fix example 2008-03-18 15:35:27 +00:00
Andrew Ferguson
b75b0925fe 222954: apply fix 2008-03-18 15:26:50 +00:00
Anton Leherbauer
3333dfaa52 More content assist tests for plain C 2008-03-18 15:16:56 +00:00
Anton Leherbauer
ca5dd7b786 CygpathTranslator should not accept native path without device 2008-03-18 15:15:30 +00:00
Anton Leherbauer
616baf0dd6 Cosmetics for binary runner 2008-03-18 15:05:02 +00:00
Marc Khouzam
a7c5da0b08 Print the token when printing the debug traces for the
inserted thread-select and stack-select.
2008-03-18 14:54:09 +00:00
Markus Schorn
868da804e7 Fixes a CCE, bug 223020. 2008-03-18 00:04:51 +00:00
Markus Schorn
366bb49c07 Follow up on ambiguity between template args and binary expression, bug 104706. 2008-03-17 21:49:40 +00:00