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

5340 commits

Author SHA1 Message Date
Markus Schorn
3e5e1b02ea Convert schema files from binary to text 2007-02-21 09:56:10 +00:00
Mikhail Sennikovsky
5fdd70a074 New Project Model initial check-in 2007-02-20 17:23:35 +00:00
Andrew Ferguson
14737740c6 add unit test for bugzilla 174809 2007-02-20 17:10:28 +00:00
Anton Leherbauer
c9ea66eaaf Follow-up fix for bug 72824 - Missing proposals in method definition context 2007-02-19 15:27:38 +00:00
Anton Leherbauer
b81075824d Fix for Bug 173837 - source formatter has problems with exception specifications 2007-02-19 15:25:32 +00:00
Anton Leherbauer
059bc26f02 Fix outline menu icons 2007-02-19 14:43:24 +00:00
Anton Leherbauer
42b59348e6 Workaround for platform bug 174419 2007-02-19 14:36:26 +00:00
Andrew Ferguson
8b196aa597 add missing javadoc 2007-02-19 11:11:49 +00:00
Anton Leherbauer
dcff673b3e Fix for Bug 72824 - [Content Assist] Content Assist erases code (Patch by Bryan Wilkinson) 2007-02-19 08:42:34 +00:00
Vivian Kong
ac5bca2e7b Patch from Mike for Bug 174486 2007-02-16 19:25:32 +00:00
Ken Ryall
eb3702d09c Bug 169526, support for MMDSP core. 2007-02-16 00:01:33 +00:00
John Cortell
8f495e9c41 Added recognition of "cradle" machine as requested in bug 174257. 2007-02-15 12:02:01 +00:00
Doug Schaefer
cb85bd81a9 Patch for Bug 173874 - day one bug in getNestedClasses in CPPClassType. The binding didn't get cleared when moving to the next member. 2007-02-14 16:15:12 +00:00
Anton Leherbauer
e466f136ac Fix resource key 2007-02-14 15:08:42 +00:00
Markus Schorn
6aeb464e1d Fix for 173561, in cooperation with Warren Paul, waiting for the binary runner to stop. 2007-02-14 12:54:17 +00:00
Anton Leherbauer
3daf0d10d8 Fix concurrent update of folding info 2007-02-14 12:03:21 +00:00
Markus Schorn
b586e2a932 Fixes a few warnings. 2007-02-14 10:30:46 +00:00
Anton Leherbauer
8ae5d96dab Add test for bug 171520 2007-02-14 09:12:37 +00:00
Markus Schorn
2e3f7eca0e Follow up for 169666 (composite bindings), fix adaptBinding for static functions/variables 2007-02-14 09:00:27 +00:00
Doug Schaefer
de80e83c99 Patch for Ed Swartz (Nokia) Bug 172237 - Try all declNames until we find one that has a valid file location. 2007-02-13 18:41:39 +00:00
Doug Schaefer
1946cf2dee Patch for Ed Swartz (Nokia) bug 158190. Improve handling of case insensitive paths on Windows. 2007-02-13 18:34:34 +00:00
Doug Schaefer
5cce583c8c Settings that got converted when we moved to platform m5. 2007-02-13 18:31:08 +00:00
Anton Leherbauer
f4f9b8af69 Limit the max wait time for joining background jobs 2007-02-13 16:12:03 +00:00
Markus Schorn
312ea7796b Follow up for 169666, fix CompositeScope.getScopeName(). 2007-02-13 16:09:24 +00:00
Markus Schorn
4386f43881 Adds testcase for bug 173997, typedef definitions in index. 2007-02-13 13:13:37 +00:00
Markus Schorn
29c91c21cb Fix for 162161, NPE on search in workingset. 2007-02-13 12:07:31 +00:00
Markus Schorn
19ec4b5024 Fix for 108173, basically removes warnings in plugin.xml 2007-02-13 09:39:20 +00:00
Andrew Ferguson
b130569488 169666: remove duplicate binding results from index queries, provide composite bindings 2007-02-13 09:14:38 +00:00
Vivian Kong
3ccc12e868 bug 165636: there is a match only if there is a definition for the class binding. Otherwise, users can create a new class definition for this binding 2007-02-12 18:01:36 +00:00
Anton Leherbauer
a6e6bc11d3 Fix for Bug 173837 - source formatters do not work in .cpp files 2007-02-12 16:59:50 +00:00
Anton Leherbauer
ea377723db Workaround for possible race condition leading to infinite wait 2007-02-12 16:07:30 +00:00
Anton Leherbauer
a3716c7bc0 Move incompatible implementation of TranslationUnit.getPath to ExternalTranslationUnit 2007-02-12 16:02:45 +00:00
Anton Leherbauer
6ffcb64086 Fix typo to make folding collapse all work 2007-02-12 15:17:02 +00:00
Anton Leherbauer
e8a833e2c6 Adaptations for new Eclipse 3.3M5 text DnD support 2007-02-12 12:01:47 +00:00
Markus Schorn
fe15e65401 Allow to cancel indexer while collecting files. 2007-02-12 10:07:23 +00:00
John Cortell
7a0a8bd1f8 Add Freescale StarCore machine recognition (173784)) 2007-02-11 15:08:58 +00:00
Ken Ryall
8525418ee1 Revert back to version 1.2 to remove last change made in error. 2007-02-10 00:26:28 +00:00
Ken Ryall
6d3d261f2c Removed last change, it wasn't ready to commit. Will rework, see bug 173561. 2007-02-09 20:29:58 +00:00
Anton Leherbauer
5ca620d1e3 Fix formatter issues with macro substitutions 2007-02-09 15:09:33 +00:00
John Cortell
a353091fbe Fixed sign extension problem in elf machine comparisons (173636) 2007-02-09 15:03:26 +00:00
John Cortell
b8e82d2bb1 Add forward slash delimiter between cpu and endianness tag in binary element label (173644) 2007-02-09 14:40:35 +00:00
Anton Leherbauer
88be86e730 Fix for Bug 173637 - [Scanner] Function macro location wrong if name is substituted by another macro 2007-02-09 14:17:31 +00:00
Markus Schorn
55426596b4 Call Hierarchy: testcases with static functions. 2007-02-09 13:30:48 +00:00
Anton Leherbauer
93751c7530 Fix for Bug 173550 - Missing strings for ShowInCViewAction
Marked ShowInCViewAction deprecated to use the generic platform support or Show In targets. At the same time fixed  the CView to support selection of source elements.
2007-02-09 08:50:32 +00:00
Ken Ryall
48ac3860b3 Ignore deltas for deleted projects. 2007-02-09 04:03:22 +00:00
Ken Ryall
d26afe3167 Prevent the project from being deleted while running. 2007-02-09 02:14:55 +00:00
Ken Ryall
af681ae7a2 Cover more cases of incomplete file paths. 2007-02-09 02:03:14 +00:00
Chris Recoskie
87cc279731 ASSIGNED - bug 173110: C99 parser contribution
https://bugs.eclipse.org/bugs/show_bug.cgi?id=173110

Initial contribution by Mike Kucera
2007-02-08 21:06:02 +00:00
Markus Schorn
b84f87ee1a Fix for 161216, store static variables and functions in index. 2007-02-08 15:44:46 +00:00
Anton Leherbauer
841997be25 Fix for Bug 173342 - [Content Assist] Extra parameter hints due to search with prefix (patch by Bryan Wilkinson) 2007-02-08 14:02:33 +00:00