Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-10-13Bug 327328: Push concept of restrict up to IASTPointer and IPointerType.Markus Schorn3-54/+46
2010-08-31Replace usage of ASTSignatureUtil by ASTStringUtil.Markus Schorn2-53/+85
2010-08-19Bug 316307: [C++0x] Syntax for lambda expressions.Markus Schorn2-230/+26
2010-06-23Bug 314593: Handling of missing semicolon after statement.Markus Schorn1-12/+10
2009-05-15Renaming a virtual method, bug 63290.Markus Schorn1-17/+37
2008-12-19Correcting IASTName.toCharArray(), bug 258054.Markus Schorn1-2/+34
2008-12-01Improve labels in DOMASTViewer.Markus Schorn1-24/+40
2008-10-29fixed NPE when no editor is open.Warren Paul1-1/+5
2008-08-05ASTviewer must not call set.. methods.Markus Schorn1-0/+7
2008-08-04AST representation for member-initializers and function try block, bug 237253.Markus Schorn2-34/+30
2008-06-11copyrightsChris Recoskie2-2/+2
2008-05-13add template parameters to DOM viewAndrew Ferguson1-0/+16
2008-03-19Fix warnings about CUIPlugin.getDefault().log()Anton Leherbauer1-1/+1
2008-03-03Combines IASTTranslationUnit.selectNodeForLocation() and ILanguage.getSelecte...Markus Schorn1-4/+4
2008-02-28Introduce interfaces for c- and c++ specific visitors to allow for visitors t...Markus Schorn1-6/+5
2008-02-21Removed class Problem, a duplicate of ASTProblem, related to bug 212864.Markus Schorn1-7/+7
2007-12-21Removes DOMScanner and related classes, cleans up interfaces IScanner and IIn...Markus Schorn2-32/+24
2007-11-28Removes unnecessary code.Markus Schorn1-6/+6
2007-11-20Removal of old parser (bug 209772).Markus Schorn1-1/+1
2007-10-26remove annotationAndrew Ferguson1-1/+0
2007-10-25205182: apply fix and add example templateAndrew Ferguson1-0/+73
2007-06-21Fix for 193559, NPE in DOMAST View.Markus Schorn1-5/+1
2007-06-21Fix for 193512, ArrayIndexOutOfBoundsException in DOMAST View.Markus Schorn1-5/+0
2007-06-14Fix up copyrights.Doug Schaefer3-3/+3
2007-06-07fix bug #191498, [DOMAST] can't open external file by clicking on AST nodeMike Kucera1-3/+1
2007-05-21Code cleanupAnton Leherbauer1-24/+51
2007-02-16Patch from Mike for Bug 174486Vivian Kong3-127/+82
2006-07-10Fixed all remaining warnings in the plugins: cdt.ui, cdt.ui.tests, cdt.refact...Markus Schorn4-53/+56
2006-06-14update copyrightsChris Recoskie1-1/+1
2006-05-08Fixed NPE in DOM Viewer.Doug Schaefer1-1/+1
2006-04-12Testing the scalability of the Commit Files dialog. No really, I've removed t...Doug Schaefer10-2669/+0
2006-04-05Moved IWorkingCopyProvider and PathUtil out of the browser source folder into...Doug Schaefer2-2/+2
2005-07-25bug 94989 - ui.tests - selecting nodes in DOM AST ViewAndrew Niefer5-342/+492
2005-07-20Patch for Devin Steffler.John Camelon1-3/+2
2005-06-28Added indexed file count to Indexer View Info DialogBogdan Gheorghe2-2/+14
2005-06-27EPL'ing the CDT.Doug Schaefer21-169/+169
2005-06-23CPL to EPL transistion - license header update for IBMDavid Inglis2-8/+8
2005-06-16Fix for NPE in IndexerTypesJob2Bogdan Gheorghe2-2/+3
2005-06-14Patch for Dave Daoust: Fixes up the string demangling in IEntryResult + Index...Bogdan Gheorghe2-6/+8
2005-06-14Added full qualfications to BasicSearchMatchBogdan Gheorghe2-35/+35
2005-06-13Fix for 99536 : Remove Original Source IndexerBogdan Gheorghe2-6/+5
2005-06-13CTag Indexer - patch to index include pathBogdan Gheorghe2-2/+2
2005-06-092005-06-08 Alain MagloireAlain Magloire1-5/+8
2005-06-07Fix for 92296 (Source Indexer doesn't encode definitions)Bogdan Gheorghe2-13/+1
2005-05-31Patch for David Daoust.John Camelon1-59/+45
2005-05-30Moved clients towards IASTNode.getFileLocation() and away from IASTTranslatio...John Camelon2-13/+4
2005-05-16Changed IMatch to return a IMatchLocatable instead of startOffset/endOffset (...Bogdan Gheorghe2-7/+19
2005-05-12binary search for finding nodes in the DOM AST viewAndrew Niefer2-34/+92
2005-05-10patch from Devin Steffler RE Open Declaration/DefinitionAndrew Niefer1-0/+2
2005-05-05Refactored CTags Indexer to allow individual tags to add themslves to an Inde...Bogdan Gheorghe5-122/+169

Back to the top