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

15447 commits

Author SHA1 Message Date
Markus Schorn
dfc2eb9c52 Destructors are neither const nor volatile, bug 269655. 2009-03-24 18:12:47 +00:00
Markus Schorn
b90a03c48b Remove CQualifiedPointerType, bug 269670. 2009-03-24 17:39:00 +00:00
Markus Schorn
aeb02db39d Performance optimization: defer attempt to use user-defined conversions during overload resolution, bug 268383. 2009-03-24 15:52:39 +00:00
Anton Leherbauer
486b8d0bde [269689] [source lookup] DsfSourceDisplayadapter should respect ISourcePresentation API 2009-03-24 11:00:42 +00:00
Anton Leherbauer
30c1dc4f38 [269767] [view model] LaunchRootVMNode misses a done() 2009-03-24 09:42:56 +00:00
Sergey Prigogin
d66a77965a Fix for bug 269727. 2009-03-24 00:58:32 +00:00
Markus Schorn
32878a0b93 Invalid attempts of using user-defined conversions, bug 269729. 2009-03-23 20:27:40 +00:00
Markus Schorn
f95a890c94 Invalid attempts of using user-defined conversions, bug 269729. 2009-03-23 20:11:27 +00:00
Sergey Prigogin
84903db3a6 Bug 258704. 2009-03-23 20:11:14 +00:00
Sergey Prigogin
48082ac842 Test case for bug 269727 2009-03-23 18:16:29 +00:00
Anton Leherbauer
2c3979ce37 Bug 269590 - Format error for global const typename 2009-03-23 09:53:46 +00:00
Sergey Prigogin
80ddff81ed Third test case for bug 268704. 2009-03-23 05:12:29 +00:00
James Blackburn
1ad3cb1493 Bug 247838 EPM annotates compile errors on wrong resource. EPM simplified to use ResourceLookup; tests added. 2009-03-22 16:27:33 +00:00
James Blackburn
1865f3344e Bug 247838 EPM annotates compile errors on wrong resource. EPM simplified to use ResourceLookup; tests added. 2009-03-22 16:20:17 +00:00
James Blackburn
f858d74e02 Bug 263201 Test fixes 2009-03-22 15:00:12 +00:00
Pawel Piech
1f8d69201e Fixed inconsistency in use of executor. 2009-03-20 21:53:14 +00:00
James Blackburn
6bfad895fb Bug 269484 #selectFile should consider first file 2009-03-20 21:29:55 +00:00
Vivian Kong
eef558181f use ICU4J 2009-03-20 18:50:15 +00:00
Vivian Kong
c1cfa6f1b1 revert ICU4J change, might not have ICU4J in the environment we're running the standalone indexer in 2009-03-20 17:55:50 +00:00
Vivian Kong
b7203a8bdb revert ICU4J change, might not have ICU4J in the environment we're running the standalone indexer in 2009-03-20 17:33:46 +00:00
Vivian Kong
1f95c0431e revert ICU4J change, might not have ICU4J in the environment we're running the standalone indexer in 2009-03-20 15:36:23 +00:00
Mike Kucera
6045ee4478 Fixes bugs 269365, 268534, and 266211. Fixed overload resolution for operator functions and also fixed expression lists. 2009-03-20 15:24:45 +00:00
Pawel Piech
2d935d7b6e [269306] - Implemented GDB-specific OS ID. 2009-03-19 18:46:28 +00:00
Marc Khouzam
2900660608 [269387] Fix javadoc. There are cases where monitor.done() must still be called, for instance, when calling a service on the executor and setting the data when the executor runs. 2009-03-19 18:40:57 +00:00
Vivian Kong
71c7ccbcf5 bug 269428 - [Accessibility] Include a document type declaration at the beginning of a document that refers to a published DTD 2009-03-19 18:08:46 +00:00
Pawel Piech
7a3355c0fb Add a threads sample. 2009-03-19 17:38:58 +00:00
Markus Schorn
057fdbe4a5 Ranking by qualification adjustments + cleanup of cost comparison, bug 269321. 2009-03-19 17:18:09 +00:00
Vivian Kong
43a30d5d3d update install info on index.html 2009-03-19 16:49:46 +00:00
Marc Khouzam
32e61b60a7 [269306] Add PROP_ID2 to checkProperty() 2009-03-19 16:02:54 +00:00
Marc Khouzam
c25cfb3731 [269373] Must guard against a null service reference. 2009-03-19 14:38:00 +00:00
Marc Khouzam
78325314e3 [256798] No longer need to guard against a null serviceTracker since we properly handle services that have shutdown. 2009-03-19 14:15:22 +00:00
Marc Khouzam
d05196d1bf [256798] Fix comments to match the fact that DsfServicesTracker now listen for unregister events. 2009-03-19 13:58:37 +00:00
Anton Leherbauer
bd18850a17 Bug 269223 - Spawner broken pipe problem 2009-03-19 13:21:44 +00:00
Marc Khouzam
5ae5f6b33a [269306] Fix ThreadVMNode to display as we used to. 2009-03-19 02:03:10 +00:00
Ken Ryall
c7b848e69f Fix format for module and address only. 2009-03-18 19:45:50 +00:00
Ken Ryall
14148014ad Export the executables package. 2009-03-18 19:45:16 +00:00
Marc Khouzam
0b5071ee84 [269146] Duplicate message, and unused one. 2009-03-18 17:55:00 +00:00
Chris Recoskie
eafaf7f05f RESOLVED - bug 268840: deadlock in SCMarkerGenerator.addMarker() when opening a project
https://bugs.eclipse.org/bugs/show_bug.cgi?id=268840
2009-03-18 17:44:47 +00:00
Marc Khouzam
8f29cb5265 [269196] Guard against null StateChangeReason 2009-03-18 17:38:24 +00:00
Pawel Piech
6077343b17 [269146] - [view model] NLS warning messages in the log 2009-03-18 15:53:32 +00:00
Pawel Piech
48d2746e03 [269196] - [run control] [non-stop] NPE when StateChangeReason of IExecutionDMData is null 2009-03-18 15:24:23 +00:00
Anton Leherbauer
f3c35beabe [269043] [run control] If I perform a step operation on a thread, stepping is blocked for 5 sec. 2009-03-18 13:21:32 +00:00
Mike Kucera
88c96a3712 bug 269034, mark occurrences for overloaded operators 2009-03-18 13:17:31 +00:00
Anton Leherbauer
7086a42dea Bug 268962: Code Formatter removes necessary whitespaces 2009-03-18 11:26:27 +00:00
Pawel Piech
195a008c99 [269135] - [view model][breadcrumb] Opening a drop-down causes an installed delta to be sent to the tree viewer. 2009-03-18 05:18:58 +00:00
Pawel Piech
4eddcf9290 [269130] - [debug view] Bad thread label for a thread that exited when in the manual thread update policy. 2009-03-18 04:12:59 +00:00
Alena Laskavaia
5b65560b4a [207549] - fixed NumberFormat exception too 2009-03-17 21:08:53 +00:00
Alena Laskavaia
62474d01f8 [268830] - fixing the case when value string is empty or null 2009-03-17 19:10:56 +00:00
Pawel Piech
e659686dd8 [269048] - [pda][run control] The suspend command is not enabled on the thread when it's running. 2009-03-17 18:38:26 +00:00
Pawel Piech
4eacd375ab [269046] - [debug view] Debug target icon shows that target is suspended when it's actually running. 2009-03-17 18:31:57 +00:00