Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-05-14This commit was manufactured by cvs2svn to create tag 'v200705141931'.v200705211931v200705141931cvs2svn14-956/+0
2007-05-14fixes for 186787 and 186789, from Jason MontojoChris Recoskie12-29/+152
2007-04-10Propagate fix from HEAD to make sure the source gets built correctly.Doug Schaefer1-4/+4
2007-04-09patch form Elena # 180975Alain Magloire1-66/+67
2007-04-02Fix from Elena for PR #189959Alain Magloire1-7/+24
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-12Update to new eclipse launcher.Doug Schaefer1-1/+1
2007-02-11Fix bug 159173, improved validation and error reporting.Ken Ryall2-56/+52
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-06Bug 173036: target-download "file" is not supported.Mikhail Khodjaiants2-7/+15
2007-02-06Bug 163343: Dynamic tab content is not disposed.Mikhail Khodjaiants1-0/+4
2007-02-06Bug 139203: "if" and "at" translateable? #71.Mikhail Khodjaiants4-12/+4
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-02Bug 155464: Thread mix-up when debugging multi-threaded programs.Mikhail Khodjaiants1-0/+15
2007-02-01Bug 169777 - The new class wizard did not aquire the read lock on the PDOM. i...Doug Schaefer1-35/+43
2007-01-31Remove extraneous, but harmless String assignmentJohn Cortell1-2/+1
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-26Bug 160359: Debug session is not to be created.Mikhail Khodjaiants1-0/+7
2007-01-25Bug 171644: RxThread crashes on NullPointerException if a unexpected "^runnin...Mikhail Khodjaiants1-1/+1
2007-01-23RESOLVED - bug 152846: ASTVisitor enhancement to enable bottom-up traversalChris Recoskie73-90/+679
2007-01-22fixed case where apply button would not get enabledDavid Inglis1-1/+9
2007-01-19Fix for Bug 170921 - Makefile editor does not respect tab width settingAnton Leherbauer2-6/+9
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-15Change the default cdtTag to be cdt_3_1 for the branch.Doug Schaefer3-3/+3
2007-01-15Upversion plugins to 3.1.2. Also locked down the Eclipse test plugin.Doug Schaefer38-49/+49
2007-01-03fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=167959David Inglis1-1/+1
2007-01-02RESOLVED - bug 167099: Issues with adding custom pages to New Project WizardChris Recoskie1-5/+4
2007-01-02RESOLVED - bug 166964: MBSCustomPageData#getNatures() NPEChris Recoskie1-0/+4
2006-12-22Get 3.1.x builds going again.Doug Schaefer1-1/+1
2006-12-22Get 3.1.x builds going again.Doug Schaefer5-60/+62
2006-12-20RESOLVED - bug 152846: ASTVisitor enhancement to enable bottom-up traversalChris Recoskie54-1/+460
2006-12-18Use the default value (STOP_AT_MAIN_DEFAULT) instead of "false".Mikhail Khodjaiants1-3/+4
2006-12-15Fixed bug 166774. Restart tries to set a breakpoint on main regardless of whe...John Cortell1-4/+9
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-12-10Set mapped resources on new launch configurations. This will let the platform...Ken Ryall4-0/+5
2006-12-08Fix missed id setting when combo selected.Ken Ryall1-0/+1
2006-12-07Fix support for adding multiple binary parsers in a project.Ken Ryall2-79/+105
2006-11-29Fix 80092.Ken Ryall1-0/+3
2006-11-29Make setName public.Ken Ryall1-1/+1
2006-11-28Fix bug 155400.Ken Ryall1-1/+1
2006-11-22Prevent NPE when checking binaries.Ken Ryall1-3/+5

Back to the top