Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-01-23RESOLVED - bug 152846: ASTVisitor enhancement to enable bottom-up traversalChris Recoskie73-90/+679
2007-01-18Fixed up the Fast indexer which did not release the locks when exceptions occ...Doug Schaefer1-8/+15
2007-01-17Bug 170542 - Removed the memory mapped files from the index database. The chu...Doug Schaefer7-143/+249
2007-01-15Upversion plugins to 3.1.2. Also locked down the Eclipse test plugin.Doug Schaefer1-1/+1
2007-01-03fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=167959David Inglis1-1/+1
2006-12-22Get 3.1.x builds going again.Doug Schaefer3-20/+22
2006-12-20RESOLVED - bug 152846: ASTVisitor enhancement to enable bottom-up traversalChris Recoskie54-1/+460
2006-12-15Apply patch for __declspec support from Ed Swartz (bugzilla 158192)Andrew Ferguson13-5/+123
2006-12-11fixed binary handleing on non output pathsDavid Inglis2-3/+2
2006-12-11fixed binary handleing on non output pathsDavid Inglis2-2/+2
2006-11-28Fix bug 155400.Ken Ryall1-1/+1
2006-09-26PR 158745 - Put in a backup plan in case the memory map operation fails for P...Doug Schaefer3-3/+46
2006-09-26Fix for bug 158741. The warning pattern for the LD error parser was missing '...Doug Schaefer1-1/+1
2006-09-15Upversion the plugins to 3.1.1.Doug Schaefer1-1/+1
2006-09-15fix for 148415 by Corey AshfordChris Recoskie1-0/+75
2006-09-08Bug 156429 - Set the Fast indexer as the default indexer and fixing the namin...Doug Schaefer2-2/+5
2006-09-07Bug, uh, which ever bug I just fixed for ErrorPattern - Error parser didn't h...Doug Schaefer1-0/+26
2006-09-07Patch for Andrew Niefer : Bug 151440 - Content Assist makes Eclipse freezeJohn Camelon1-0/+4
2006-09-07Bug 156436 - Error parser: fall back to full path if we can't find the unique...Doug Schaefer1-5/+2
2006-09-06bug 156137 - Expression Evaluator does not handle %Andrew Niefer1-6/+9
2006-09-01Bug 72741 - Added cancel to the PDOM walking part of the search feature.Doug Schaefer2-8/+23
2006-08-31From: Davasam, Sunil KOleg Krasilnikov1-1/+1
2006-08-30Bug 147999 - Fixed multi-threading issue with the CharTable in the BaseScanne...Doug Schaefer1-2/+2
2006-08-30Porting Markus's change to the CElement adapter mechanism to 3.1.x. Now only...Chris Recoskie1-18/+6
2006-08-25fix copyrightsChris Recoskie1-1/+2
2006-08-25fix for 148790 by Vivian KongChris Recoskie1-3/+16
2006-08-22Implemented Search for qualified names. Removed the ctags PDOM indexer which ...Doug Schaefer23-1309/+204
2006-08-17Removing the previously applied patch for bug 136896 - interface breakage.Mikhail Khodjaiants3-43/+3
2006-08-16Bug 136896: View variables in binary format.Mikhail Khodjaiants3-3/+43
2006-08-02Uprev'ed the PDOM for the change in member ownership structure.Doug Schaefer1-1/+2
2006-08-02Bug 145220 - Support for nested classes in PDOM.Doug Schaefer11-227/+369
2006-07-27Bug 144139, 144543, 147080 - Fix stack overflow errors and other exceptions f...Doug Schaefer5-8/+26
2006-07-25Bug 151634 - I forgot to upversion the PDOM with my last change for variable ...Doug Schaefer1-1/+2
2006-07-25This commit was manufactured by cvs2svn to create branch 'cdt_3_1'.cvs2svn1-0/+12
2006-07-21Fix PDOMNotImplemented error in getValue().Doug Schaefer1-2/+3
2006-07-21Bug 145351 - Added typedefs to PDOM.Doug Schaefer7-9/+192
2006-07-20Bug 151229 - PDOMTypeReference was always returning an external translation U...Doug Schaefer1-1/+5
2006-07-19Set required execution environment.Doug Schaefer1-0/+1
2006-07-18PDOM - Added base classes.Doug Schaefer5-9/+194
2006-07-14Bug 145066 - Use ICPP interfaces instead of the impl classes in addName.Doug Schaefer1-15/+9
2006-07-14Added C++ enums now too.Doug Schaefer3-2/+193
2006-07-13PDOM - added enums in C. Started test suite for PDOM as well.Doug Schaefer5-26/+232
2006-07-06Fixes bug 112366; adds CModel notifications during rename refactoring.Markus Schorn2-41/+80
2006-06-23bug 147080 - stack overflow errorsAndrew Niefer1-1/+1
2006-06-23Updated copyright dates to reflect latest in CVS.Doug Schaefer165-165/+165
2006-06-23Update Copyright dates and fix those that had no copyrights.Doug Schaefer584-588/+616
2006-06-21Fix for bug 141484 - Data loss when dnd elements in C/C++ Project browserAnton Leherbauer2-6/+9
2006-06-21[Bug 147999] CModelBuilder runs into infinite loopOleg Krasilnikov2-2/+2
2006-06-19Bug 142465 :Exception when expanding binary node in CViewOleg Krasilnikov1-1/+2
2006-06-15Treat DWARF_DEBUG_STR as optional as not all compilers generate it.Ken Ryall1-5/+2

Back to the top