1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 08:55:25 +02:00
Commit graph

3380 commits

Author SHA1 Message Date
Mikhail Sennikovsky
18e23110d2 removed unnecessary import statements 2007-05-04 16:50:41 +00:00
Mikhail Sennikovsky
209c88bff9 removed unnecessary import statement 2007-05-04 16:49:27 +00:00
Mikhail Sennikovsky
9368a57266 Fixes for the external settings provider mechanism 2007-05-04 15:23:43 +00:00
Chris Recoskie
8e63fb5452 RESOLVED - bug 185465: LanguageMapping issues
https://bugs.eclipse.org/bugs/show_bug.cgi?id=185465

Patch from Gerhard Schaber
2007-05-04 14:52:30 +00:00
Mikhail Sennikovsky
f5ddcb1de9 Fix for [Bug 185497] NPE in org.eclipse.cdt.managedbuilder.internal.core.FolderInfo 2007-05-04 11:12:32 +00:00
Markus Schorn
c7548e8313 Follow up for 184500, fixes a ClassCastException. 2007-05-04 08:01:48 +00:00
Ken Ryall
e451a6c00a Bug 179202. Make showing the list of source files when you expand a binary optional. This setting will go away once we do 182388. 2007-05-03 20:26:46 +00:00
Doug Schaefer
716c2e20a6 Bug 184500 - Fixed up CCE by adding ICPPInternalFunction to PDOMCPPFunction. 2007-05-03 20:05:51 +00:00
Mikhail Sennikovsky
e090629a8b Externalization fixes 2007-05-03 17:23:20 +00:00
Chris Recoskie
408a2358b9 fix for 184804 - incorrect source offsets for incomplete macro definition
patch from Mike Kucera
2007-05-03 17:20:00 +00:00
Doug Schaefer
570ffcfacb Bug 184500 - Patch for Bryan cleaning up uses of IScope. 2007-05-03 14:45:00 +00:00
Doug Schaefer
74c2859cc3 Bug 184892 - Change chunk size back to 4K. 2007-05-03 14:06:28 +00:00
Mikhail Sennikovsky
40e01a45ce Fix for [Bug 162143] [MBS] Internal builder forgets about deltas when failures occur 2007-05-03 13:21:12 +00:00
Andrew Ferguson
2fac395f97 pdom templates: add unit tests and make two small fixes 2007-05-03 13:04:25 +00:00
Markus Schorn
ed435952e9 Fix for 185324, #elif without condition. 2007-05-03 12:40:31 +00:00
Andrew Ferguson
eb628d737d add composite for (ITypedef & ICPPSpecialization) binding 2007-05-03 09:10:48 +00:00
Markus Schorn
7dc3b05c8f Fix for 180168, use ASTCache for navigation features. 2007-05-02 13:42:48 +00:00
Markus Schorn
904a9560e3 Fix for 183930, by Emanuel Graf, comments from inactive code. 2007-05-02 12:37:08 +00:00
Mikhail Sennikovsky
513a224530 Fix for [Bug 183404] [Project Model] .cproject is growing blank lines 2007-05-02 11:35:46 +00:00
Mikhail Sennikovsky
86f509df7b 1. Library source path support for the build system settings
2. test-cases for the lib source paths
2007-04-28 18:08:28 +00:00
Mikhail Sennikovsky
a69ac5f57e Library source path support fo the core ICLibraryFile entry 2007-04-28 09:35:14 +00:00
Vivian Kong
3abcf010f8 for bug 169847 - standalone indexer 2007-04-27 21:34:26 +00:00
Vivian Kong
fe5583158b for bug 183847 - removing the platform check from GCC/GPPParserExtensionConfiguration 2007-04-27 15:29:00 +00:00
Chris Recoskie
e129ae7c03 151850 (allow user to specify which parser/language to parse a given content type with)
Patch from Jason Montojo
2007-04-27 14:45:42 +00:00
Markus Schorn
5f1be363ee Change for 169847, facilitate remove indexing. 2007-04-27 14:24:15 +00:00
Markus Schorn
dccac113b7 Removes superfluous method PDOMName.resolveBinding(). 2007-04-27 14:17:14 +00:00
Markus Schorn
897d6b87e6 Simplification of fix for 184042, updating index for changes in configuration. 2007-04-27 13:41:47 +00:00
Andrew Ferguson
93ae2153c7 184216: add two missing composite template bindings 2007-04-27 12:58:21 +00:00
Andrew Ferguson
0bcf54bfc5 clean up warnings 2007-04-27 09:41:35 +00:00
Anton Leherbauer
51d62cd4f5 Fix for 184189: CReconciler exception 2007-04-27 09:05:30 +00:00
Anton Leherbauer
d239639cce Add check for null 2007-04-27 06:51:23 +00:00
Mikhail Sennikovsky
c5603e5a0e Template Engine submission from Bala Torati (Symbian) with some modifications and bug-fixes (see Bug 160012) 2007-04-26 17:07:39 +00:00
Andrew Ferguson
6741a8d019 183986: extract a Comparator from PDOMBinding 2007-04-26 16:41:39 +00:00
Markus Schorn
417e9c0d70 Fix for 184042, updating index considers changes in configuration. 2007-04-26 14:03:25 +00:00
Oleg Krasilnikov
1aa3d8f62f Bug #182820: fix for "canExclude()" 2007-04-26 10:22:21 +00:00
Anton Leherbauer
1214623cf9 Fix CCE 2007-04-26 10:11:53 +00:00
Doug Schaefer
6342a2854c Bug 184083 - Patch for Bryan - Add base classes to for class instances and specialization in the PDOM. 2007-04-26 01:34:34 +00:00
Mikhail Sennikovsky
1c180b9fac Fix for [Bug 183825] [Binary Parser] does not parse 2007-04-25 20:53:05 +00:00
Markus Schorn
4fc2c97265 Fix for 183966, performance improvement for PDOMNode.hashCode(). 2007-04-25 12:59:19 +00:00
Markus Schorn
1d07593fd1 Fix for 183843 by Bryan Wilkinson, qualified base classes in index. 2007-04-25 07:36:17 +00:00
Doug Schaefer
f1bffec1a7 Bug 167098 - Patch for Bryan - Add support for C++ constructor instances. 2007-04-24 17:40:20 +00:00
Andrew Ferguson
8c367212a0 181936: upversion PDOM 2007-04-24 16:08:23 +00:00
Andrew Ferguson
81eedf4bf3 181936: fix for support for function types 2007-04-24 15:43:57 +00:00
Markus Schorn
68ee7c7944 Fix for bug 172919, automatic reindex when defaultSettingsConfiguration changes. 2007-04-24 13:23:11 +00:00
Anton Leherbauer
d1713fd418 Fix for 178033: Language names are used inconsistently 2007-04-24 12:39:32 +00:00
Anton Leherbauer
55e7256b86 Open Element: Fix missing location info for typedefs 2007-04-24 12:01:56 +00:00
Anton Leherbauer
fb48e813d1 Document language extension point schema 2007-04-24 11:36:40 +00:00
Anton Leherbauer
5b31b196fa Open Element: Faster queries and cancellation 2007-04-24 09:43:44 +00:00
Mikhail Sennikovsky
db9a31fff7 small active/setting cfg settings fixes 2007-04-24 09:41:52 +00:00
Markus Schorn
8c4859cd3b Follow up for 182889, additional information for preprocessor nodes. 2007-04-24 08:06:02 +00:00