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

9110 commits

Author SHA1 Message Date
Oleg Krasilnikov
76dd08897e Warnings elimination 2007-02-21 16:39:40 +00:00
Oleg Krasilnikov
0dc9464e9a Warnings elimination 2007-02-21 16:30:05 +00:00
Oleg Krasilnikov
1f72b78fad Exception logging added while creating project 2007-02-21 16:19:52 +00:00
Markus Schorn
1578b474e2 Fix for 174791, in cooperation with Ed Swartz, ClassCastException in CPPVariable.isStatic(). 2007-02-21 15:23:39 +00:00
Oleg Krasilnikov
1565582172 Warnings elimination: "PixelConverter" is not referenced now. 2007-02-21 15:04:43 +00:00
Oleg Krasilnikov
5a7db03823 Warnings elimination 2007-02-21 14:26:13 +00:00
Oleg Krasilnikov
e0bd923f4f Warnings elimination 2007-02-21 14:20:59 +00:00
Markus Schorn
b64327fc60 Fix for 174443, IEnumerator does not extend ISourceReference. 2007-02-21 14:11:57 +00:00
Oleg Krasilnikov
88500fffb8 Warnings elimination 2007-02-21 14:09:59 +00:00
Oleg Krasilnikov
26be610ccf Warnings elimination 2007-02-21 13:40:40 +00:00
Markus Schorn
5625cca2ba Disable warning 'Indirect access to static member'. 2007-02-21 13:12:12 +00:00
Markus Schorn
3c40e8ff33 Follow up new project model: remove duplicate action 'rebuild index'. 2007-02-21 13:03:58 +00:00
Anton Leherbauer
1ae5457603 Fix for Bug 149569 - PDom does not store inactive include directives
and Bug 149568 - PDom does not store unresolved include directives
2007-02-21 12:26:58 +00:00
Oleg Krasilnikov
223b2e56e8 2 icons are replaced. 2007-02-21 12:26:56 +00:00
Mikhail Khodjaiants
1ac3376300 Warning cleanup. 2007-02-21 12:02:04 +00:00
Markus Schorn
5dfbff2013 Fix for 166991, indexer preferences and project specific settings. 2007-02-21 10:42:01 +00:00
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
Ken Ryall
2a54313bd6 When the source locator finds source files by absolute path attempt to create an external translation unit to display them with. Bug 159831. 2007-02-17 14:39:49 +00:00
Vivian Kong
ac5bca2e7b Patch from Mike for Bug 174486 2007-02-16 19:25:32 +00:00
Ken Ryall
b4340ada20 Support for ICDIBreakpointManagment2, breaks are enabled/disabled when they are set. 2007-02-16 04:30:03 +00:00
Ken Ryall
608dfc4e8f More refined way to address bug 102563. Also track which source file an MI break is supposed to be in even if gdb won't say after it is set. 2007-02-16 02:38:02 +00:00
Ken Ryall
eb3702d09c Bug 169526, support for MMDSP core. 2007-02-16 00:01:33 +00:00
Ken Ryall
7aee6c93ac Bug 105196, add the the enabled flag to the CDI api for setting breakpoints instead of calling setEnabled later on. 2007-02-15 20:47:11 +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
Mikhail Khodjaiants
d8152e95ec Cleanup. 2007-02-14 11:26:36 +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
Mikhail Khodjaiants
d692d9d650 Bug 173253: Create Watch Expression of member variable or struct. 2007-02-13 23:42:50 +00:00
Ken Ryall
c2d6547a5d Fix a case where breakpoint problem markers were not removed at the end of a debug session. Bug 172722. 2007-02-13 20:38:56 +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
Mikhail Khodjaiants
0d5ed9cb56 "Load Symbols For All" doesn't work: CModuleManager does not implement ICDebugElement. Replaced by IAdapatable. 2007-02-13 18:30:19 +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
John Cortell
88faee0afe Fix to memory space support. Monitors created with expressions were not restored for CDI clients with memory spaces. 2007-02-13 13:10:08 +00:00