1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-16 21:45:22 +02:00
Commit graph

15991 commits

Author SHA1 Message Date
Oleg Krasilnikov
706f8fe3ef Warnings elimination. 2008-02-20 15:31:27 +00:00
Oleg Krasilnikov
98fbb87384 Wording change. 2008-02-20 15:23:32 +00:00
Mike Kucera
c474c73e50 support for implicit int, fixed problem with pointer return type 2008-02-20 15:22:00 +00:00
Markus Schorn
b6d7d0cd9c Added search for unresolved includes, bug 213561. 2008-02-20 10:17:23 +00:00
Pawel Piech
1416e8c3e9 [216854] Completed features for EclipseCon tutorial. 2008-02-20 00:49:38 +00:00
Pawel Piech
886229a1a9 [219523] Fixed bug causing the cache to fail if previous command was still in command control's queue. 2008-02-19 23:46:06 +00:00
Mike Kucera
6c826b3842 better error detection 2008-02-19 21:46:54 +00:00
Jason Montojo
c3dba4bb6b Fix for backtracking bug in TrialUndoParser 2008-02-19 21:42:37 +00:00
Vivian Kong
9c64384d62 set singleton to true 2008-02-19 21:41:14 +00:00
Pawel Piech
46ad3b30d5 [219500] Added a guard for a disposed session to avoid a RejectedExecutionException. 2008-02-19 21:20:04 +00:00
Pawel Piech
85c1fe0161 [219107] Fixed a logic error in VM cache which caused incomplete updates occasionally. 2008-02-19 17:43:29 +00:00
Oleg Krasilnikov
103b19dfec Bug #219174 : inconsistent file-level tool option propagation 2008-02-19 16:29:22 +00:00
Vivian Kong
c10df76edf update to M5 basebuilder 2008-02-19 15:28:14 +00:00
Anton Leherbauer
5fceaf09aa 219308: Remove dependency to log view plugin 2008-02-19 15:11:37 +00:00
Markus Schorn
c2d2098088 Failing testcase for scope of using declarations, bug 219424. 2008-02-19 13:50:05 +00:00
Markus Schorn
811e5057ad Removed delay in scheduling job to write indexer preferences. 2008-02-19 13:16:05 +00:00
Markus Schorn
74593bcfb3 Improved indexer-tracing, logging info-line after rebuild index, bug 213561. 2008-02-19 12:22:11 +00:00
Francois Chouinard
895d9764ca Fix for bug 218657. 2008-02-18 22:57:54 +00:00
Ted Williams
88dede0e91 M5: gdb feature has dependency on 0.9.0 sdk feature. changed to 1.0.0 with match="greaterOrEqual" 2008-02-18 19:40:49 +00:00
Oleg Krasilnikov
e9e1c3b1af Bug #219320 : EnvDialog createDialogArea IllegalArgumentException when value is <undefined> 2008-02-18 16:20:49 +00:00
Oleg Krasilnikov
84c9619cf4 Bug #219321 : Info popup should show includes 2008-02-18 15:50:42 +00:00
Markus Schorn
e7d5ea4567 Additional methods for indexer setup participants, bug 199551. 2008-02-18 10:49:08 +00:00
Ken Ryall
348c62b933 Set singleton to true. 2008-02-17 15:16:44 +00:00
Ken Ryall
3c15d8a169 Bug 218219 2008-02-17 02:17:03 +00:00
Ken Ryall
2a99774c72 Bug 219128 fix NPE. 2008-02-16 16:09:35 +00:00
Mike Kucera
2d00884258 set up tests to run C++ parser, fixed a few bugs 2008-02-15 22:21:44 +00:00
Pawel Piech
e83d9b7f35 [202109] Fixed a bug in the update modes cache which caused occasional invalid updates. 2008-02-15 20:42:24 +00:00
Pawel Piech
d088dbc842 [202109] Fixed a bug in the update modes cache which caused occasional invalid updates. 2008-02-15 19:50:57 +00:00
Mike Kucera
c575310b92 fix for new problem node constructors 2008-02-15 19:44:30 +00:00
Anton Leherbauer
788ec3ad34 Follow-up for 217435 2008-02-15 17:04:32 +00:00
Markus Schorn
bad35ab17a Improvements for writing to the index (potential NPE, progress reporting, tracing). 2008-02-15 16:33:11 +00:00
John Cortell
34a4df0832 We don't handle the notification of a breakpoint created in an external translation unit. I.e., if the user imports an executable built outside of Eclipse, and the backend reports that a breakpoint has been created in one of its source files (through, say, a backend shell), CBreakpointManager doesn't handle it correctly. 2008-02-15 15:26:56 +00:00
Chris Recoskie
26f4e54156 RESOLVED - bug 163672: Other Objects on Win
https://bugs.eclipse.org/bugs/show_bug.cgi?id=163672

Patch from Keith Campbell
2008-02-15 13:59:39 +00:00
Oleg Krasilnikov
443969e7a7 Bug #218954 : replace "regedit" run with API call. 2008-02-15 12:53:06 +00:00
Markus Schorn
b5f0556e66 Implementation of equals+hashCode for composite scopes to prevent potential endless loops. 2008-02-15 12:50:52 +00:00
Markus Schorn
08cce46ebc Ambiguity between template arguments and relational expression, bug 104706. 2008-02-15 12:43:17 +00:00
Anton Leherbauer
2b53efe517 Fix for 217435: Braces in macros confuse code formatter 2008-02-15 12:24:49 +00:00
Markus Schorn
7f2fe153bd More tracing options for the indexer, combined 3 parallel IASTProblem implementations, related to bug 213561. 2008-02-15 10:41:30 +00:00
Anton Leherbauer
8f9be92af5 Fix manifest warnings 2008-02-15 10:29:25 +00:00
Ted Williams
9dc357f09b [213657] test -> tests 2008-02-15 06:51:53 +00:00
Pawel Piech
a1242031aa [208921] Fix to return arguments and locals for IStack.getLocals(). 2008-02-15 01:09:36 +00:00
John Cortell
8bc24567af Adjustment to 218194. There was a concern that there might be IBreakpointListeners out there that are interested in the INSTALL_COUNT attribute, since that attribute was defined in a public interface. This new solution is a hybrid between the original logic and the initial fix to 218194. We don't use the INSTALL_COUNT attribute to maintain the install count, but we update it when it changes. I've updated the documentation for the attribute. 2008-02-14 22:33:38 +00:00
Mike Kucera
30fa8e597b secondary parser to solve cast ambiguity in C++ 2008-02-14 22:31:55 +00:00
Pawel Piech
a8a36358d9 [219026] Got rid of "null" at end of frame label if address is not available. 2008-02-14 22:00:22 +00:00
Pawel Piech
f001078afe [213657] Left over string changes. 2008-02-14 21:49:28 +00:00
John Cortell
743d1d04ee Add Watchpoint memory rendering action contribution was only added for pane 1. There's a pane 2 as well 2008-02-14 21:43:38 +00:00
John Cortell
ab1ad42fd7 Fixed way in which the new Add Watchpoint action gets its context from the memory rendering. 2008-02-14 20:46:48 +00:00
John Cortell
60dd429b5c Fixed way in which the new Add Watchpoint action gets its context from the memory rendering. 2008-02-14 20:40:26 +00:00
Mike Kucera
e0716ec914 expression parser for C++ 2008-02-14 19:59:12 +00:00
Pawel Piech
4a5303b056 [179102] Fixed debug tracing option in org.eclipse.dd.mi. 2008-02-14 19:57:21 +00:00