Skip to main content
summaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2007-11-13Propogate fix from HEAD for character encoding problem.Doug Schaefer1-2/+2
2007-11-13Back patch the fix to get suspend working with newer cygwin implementations. ...Doug Schaefer2-0/+0
2007-06-05fix for 191091 by Jason MontojoChris Recoskie1-3/+23
2007-05-14fixes for 186787 and 186789, from Jason MontojoChris Recoskie12-29/+152
2007-03-26Bug 179380 - fix stack overflow in PDOMCPPNamespace.Doug Schaefer1-3/+29
2007-02-15Merged over fixes from HEAD; all are simple and safe enough--mostly just addi...John Cortell1-5/+22
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 Schaefer2-41/+43
2007-02-06Patch for Alex C, Bug 165553 - Fix CView drop adapter to accept unknown types.Doug Schaefer3-17/+53
2007-02-06Bug 172008 - Improve Open Declaration by using the PDOM and finding definitio...Doug Schaefer6-106/+114
2007-02-02Fix for 165638 C/C++ Project browser not updated after refactoring. Patch t...Chris Recoskie1-8/+0
2007-02-02RESOLVED - bug 171001: Request to make CDT function CConventions.isLegalIdent...Chris Recoskie1-1/+1
2007-02-01Bug 169777 - The new class wizard did not aquire the read lock on the PDOM. i...Doug Schaefer1-35/+43
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 Schaefer16-274/+488
2007-01-15Upversion plugins to 3.1.2. Also locked down the Eclipse test plugin.Doug Schaefer14-24/+24
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 Ferguson14-6/+185
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-11-06Patch by Sascha Radike for Bug 163377 - [CView] CView does not reveal new res...Anton Leherbauer2-5/+25
2006-11-06Bug 161609 - more testcases for PDOM/indexVivian Kong2-0/+21
2006-09-26PR 158745 - Put in a backup plan in case the memory map operation fails for P...Doug Schaefer4-17/+53
2006-09-26fix for 158402 by Vivian KongChris Recoskie2-44/+34
2006-09-26This commit was manufactured by cvs2svn to create branch 'cdt_3_1'.cvs2svn1-0/+27
2006-09-26fix for 158370 by Vivian KongChris Recoskie1-2/+2
2006-09-26Fix for bug 158741. The warning pattern for the LD error parser was missing '...Doug Schaefer1-1/+1
2006-09-22Bug 157992 - Fixed up the PDOM tests to be more deterministic.Doug Schaefer6-25/+49
2006-09-15Upversion the plugins to 3.1.1.Doug Schaefer14-24/+24
2006-09-15Bugs 156681, 156679, 157291 - Fixes to the help for the build systems.Doug Schaefer6-2/+23
2006-09-15fix for 148415 by Corey AshfordChris Recoskie1-0/+75
2006-09-11fix for 156565 by Vivian KongChris Recoskie1-1/+160
2006-09-11Fix for 156749 - Syntax highlighter preferences initialized incorrectlyAnton Leherbauer1-3/+3
2006-09-08Bug 156429 - Set the Fast indexer as the default indexer and fixing the namin...Doug Schaefer4-7/+10
2006-09-08Fix 156493 - CElementAdapterFactory should not adapt ICElements to IProjectAnton Leherbauer2-33/+10
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 Niefer2-6/+20
2006-09-05Bug 147908 - Added the test case from this bug report to test allIncludedBy.Doug Schaefer12-0/+140
2006-09-01Bug 72741 - Added cancel to the PDOM walking part of the search feature.Doug Schaefer8-19/+39
2006-08-31From: Davasam, Sunil KOleg Krasilnikov1-1/+1
2006-08-31partial fix for 113063 from Janees and VivianChris Recoskie2-2/+281
2006-08-30Bug 147999 - Fixed multi-threading issue with the CharTable in the BaseScanne...Doug Schaefer1-2/+2

Back to the top