Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-01-07improved API doc for ICharArrayMapMike Kucera2-25/+38
2008-01-07Added two AST node constructors.Mike Kucera2-1/+12
2008-01-07Bug 214127: merge AbstractCLanguage and AbstractCPPLanguage into one classMike Kucera5-423/+248
2008-01-05Fix for bug 201174.Sergey Prigogin1-3/+17
2008-01-02added parameters to constructor of CPPASTCastExpressionMike Kucera1-1/+2
2008-01-02upgraded CharArrayMap to support generics, also enabled Java 5 in cdt.core.testsMike Kucera2-90/+130
2007-12-27Fixed bug 213861.Sergey Prigogin1-65/+77
2007-12-21Removes DOMScanner and related classes, cleans up interfaces IScanner and IIn...Markus Schorn70-12704/+411
2007-12-18Fixes exceptions parsing c-files, bug 213287Markus Schorn3-37/+45
2007-12-17Added toString() method to type classes to make debugging easier.Sergey Prigogin9-25/+72
2007-12-14Fix cv-conversion, bug 213029.Markus Schorn1-6/+17
2007-12-14Store information about read/write access of variables in index, bug 156692.Markus Schorn8-7/+554
2007-12-13fix for bug 212892Mike Kucera1-1/+1
2007-12-13Reducing the size of the index, bug 210392.Markus Schorn6-69/+99
2007-12-12Store information about potential polymorphic method calls in index, bug 156691.Markus Schorn7-32/+96
2007-12-10Fixes an exception in name resolution (second try), bug 211457.Markus Schorn1-3/+4
2007-12-07Improved progress reporting when refreshing the content of the index.Markus Schorn1-4/+11
2007-12-07Avoid logging of 'Resource xxx does not exist'Markus Schorn1-5/+7
2007-12-07Indexer can indirectly block jobs with workspace-rule (bug 211603).Markus Schorn1-3/+7
2007-12-07Fixes 2 exceptions in name resolution, bug 211457.Markus Schorn2-10/+14
2007-12-07Headers included from c- and c++-files (bug 191989).Markus Schorn54-2306/+1978
2007-12-04Fix for 211444: Syntax highlighter produces incorrect coloring on dependant t...Anton Leherbauer2-9/+55
2007-12-03Spell checking support in C/C++ editor. https://bugs.eclipse.org/bugs/show_b...Sergey Prigogin7-75/+58
2007-11-30bug 209359 - CharArrayMapMike Kucera1-0/+264
2007-11-28Extends IIndex-API to allow for searching across linkage boundaries.Markus Schorn16-111/+219
2007-11-28Using include browser across projects.Markus Schorn1-41/+16
2007-11-28Name resolution with nested linkage specifications, bug 183126.Markus Schorn1-0/+1
2007-11-28Removes unnecessary code.Markus Schorn1-5/+2
2007-11-27Modeling extern "C" in the index (part of bug 191989).Markus Schorn1-2/+3
2007-11-27Modeling extern "C" in the index (part of bug 191989).Markus Schorn30-46/+274
2007-11-27Performance improvement for indexer.Markus Schorn1-2/+8
2007-11-27Performance improvement for indexing c-code (related to bug 167311).Markus Schorn2-0/+13
2007-11-27No proposals for content-assist within literals (bug 193464).Markus Schorn4-21/+33
2007-11-26Heuristics to update files after changes to a header (bug 171834).Markus Schorn3-18/+109
2007-11-26Fixes a potential CCE in the PDOMManager.Markus Schorn4-20/+39
2007-11-23Run indexer on referenced project first (related to bug 162175).Markus Schorn1-1/+31
2007-11-23Follow up for bug 193057, remove unused method from experimental API.Markus Schorn2-13/+2
2007-11-23Fix for deadlock, bug 210730.Markus Schorn3-26/+96
2007-11-23Adding member before container (bug 203170).Markus Schorn1-11/+1
2007-11-23Checks for null-pointers by Paul Warren, bug 209676.Markus Schorn1-6/+8
2007-11-22Static variables/functions in Open Element and Search (bug 193057 and 196414).Markus Schorn12-64/+132
2007-11-22Static variables/functions declared in headers, bug 180305.Markus Schorn28-156/+370
2007-11-22Fix qualifiers of CBasicType, bug 209682.Markus Schorn1-2/+2
2007-11-21Proper hashCode() for ShortString and LongString (bug 185343)Markus Schorn2-22/+85
2007-11-21Support for complex, imaginary and long long (bug 209049).Markus Schorn8-103/+149
2007-11-20Removal of old parser (bug 209772).Markus Schorn300-47905/+88
2007-11-15JUnit-tests and fixes for the image-locations.Markus Schorn3-1/+8
2007-11-15Implementation of flattenLocations for new LocationMap.Markus Schorn5-10/+36
2007-11-14Makes CPreprocessor the default scanner.Markus Schorn6-40/+25
2007-11-13Performance Improvement for the CPreprocessor, avoid calling some methods on ...Markus Schorn5-31/+24

Back to the top