Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-02-06Instead of locking on the database, the toc access operations now lock on the...Doug Schaefer1-43/+43
2007-02-06Put a mutex around lru cache operations in the PDOM database. Made open decla...Doug Schaefer1-39/+42
2007-02-06Bug 172008 - Improve Open Declaration by using the PDOM and finding definitio...Doug Schaefer4-67/+61
2007-01-30Bug 155072 - Got rid of the rule in the SavePrefs job. Nothing seemed to brea...Doug Schaefer1-2/+0
2007-01-29Fix missing read lock in Fast delta indexer.Doug Schaefer1-3/+10
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
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-09-26PR 158745 - Put in a backup plan in case the memory map operation fails for P...Doug Schaefer3-3/+46
2006-09-08Bug 156429 - Set the Fast indexer as the default indexer and fixing the namin...Doug Schaefer1-1/+2
2006-09-07Patch for Andrew Niefer : Bug 151440 - Content Assist makes Eclipse freezeJohn Camelon1-0/+4
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-30Bug 147999 - Fixed multi-threading issue with the CharTable in the BaseScanne...Doug Schaefer1-2/+2
2006-08-22Implemented Search for qualified names. Removed the ctags PDOM indexer which ...Doug Schaefer19-1298/+196
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-21Fix PDOMNotImplemented error in getValue().Doug Schaefer1-2/+3
2006-07-21Bug 145351 - Added typedefs to PDOM.Doug Schaefer7-9/+192
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-06-23bug 147080 - stack overflow errorsAndrew Niefer1-1/+1
2006-06-23Update Copyright dates and fix those that had no copyrights.Doug Schaefer316-317/+334
2006-06-21[Bug 147999] CModelBuilder runs into infinite loopOleg Krasilnikov2-2/+2
2006-06-14update copyrightsChris Recoskie359-362/+362
2006-06-12Fix for bug 126136 - Out of memory error on recursive macroJohn Camelon1-4/+37
2006-06-09Bug 145245 - Added check in CPPASTTemplateId to detect that we're recursing a...Doug Schaefer2-5/+9
2006-06-09Bug 1444462 - Convert the * and ? in search patterns to regular expression sy...Doug Schaefer5-7/+12
2006-06-09Bug 146258 - Set the version on the PDOM. Might be a good idea...Doug Schaefer1-1/+5
2006-06-09Bug 145415 - Made sure we deleted all the info associated with the macro, not...Doug Schaefer8-27/+80
2006-06-07Bug 145415 - Make sure we remove the symbols when files are indexed again.Doug Schaefer2-1/+10
2006-06-06Bug 144136 - Protect against a CCE.Doug Schaefer1-0/+2
2006-06-03Applied John C's patch to fix 143502 which addresses a hang when C++ code is ...Doug Schaefer1-1/+9
2006-06-02bug - 144096. Don't omit implicit methods from index if they came off a name...Andrew Niefer1-2/+5
2006-05-31Bug 144095 - Added hooks to look up things in PDOMCPPNamespace when they aren...Doug Schaefer4-13/+64
2006-05-28Bug 135034 - Handle project deletion while indexing. Cancels all pending and ...Doug Schaefer6-8/+72
2006-05-27Bug 137959 - Added struct kind to PDOMCPPClassType.Doug Schaefer8-27/+39
2006-05-27Improved resolution of qualified names during indexing.Doug Schaefer3-5/+11
2006-05-26Implemented a couple of methods in PDOMCPPClassType which are now called sinc...Doug Schaefer1-2/+11
2006-05-26Bug 141653 - Iimproved support for qualified named during binding resolution....Doug Schaefer1-9/+53
2006-05-25Bug 142713 - For some reason the number of template parameters in this code w...Doug Schaefer1-6/+8
2006-05-25Bug 143093 - Check for null translationUnit. Not sure why it would be null, b...Doug Schaefer1-1/+3
2006-05-24Turned off all interaction with content assist with the PDOM. There isn't eno...Doug Schaefer2-4/+12

Back to the top