Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2014-05-26Shouldn't use new SWT.Shell()Andrew Eidsness1-6/+11
2014-05-26Bug 303083 - Split out the CDT Spawner into a separate featureMartin Oberhuber55-85/+891
2014-05-20Bug 435340 - Add Include inserts an extra blank lineSergey Prigogin11-10/+68
2014-05-20Cosmetics.Sergey Prigogin2-15/+14
2014-05-20Bug 435235 - Automatically close opening brace of list initializerSergey Prigogin2-15/+84
2014-05-20Bug 435233 - Wrong parameter is highlighted in a function call with aSergey Prigogin1-9/+23
2014-05-20Cosmetics.Sergey Prigogin13-437/+279
2014-05-19Cosmetics.Sergey Prigogin2-4/+3
2014-05-19Bug 434852: If the original project of the editor input file is a nonMartin Schreiber1-20/+30
2014-05-18Bug 409882 - Visibility of lambda with class ownerNathan Ridge2-0/+23
2014-05-18Bug 414826 - Avoid NPE caused by null IValueNathan Ridge4-4/+7
2014-05-18Bug 418996 - Guard against infinite recursion inNathan Ridge2-36/+61
2014-05-16Bug 434467 - Fix NPE caused by incorrect caching of enumeratorsNathan Ridge2-1/+27
2014-05-16Adjusted selection of the most representative index file variant forSergey Prigogin1-1/+6
2014-05-16Cosmetics.Sergey Prigogin5-73/+46
2014-05-16Bug 399149 - Syntax-coloring for class-virt-specifierNathan Ridge12-15/+194
2014-05-15Bug 434917 - Rename refactoring misses macro reference.Sergey Prigogin9-27/+58
2014-05-15Cosmetics.Sergey Prigogin9-132/+133
2014-05-15Bug 432701 - Expose the default value of a function parameter in the ASTNathan Ridge16-53/+187
2014-05-14Cosmetics.Sergey Prigogin1-9/+13
2014-05-14Bug 432701 - Move code that determines the value of an initializer to Semanti...Nathan Ridge3-35/+47
2014-05-13Bug 434801 - Organize Includes uses bits/fcntl-linux.hSergey Prigogin1-0/+1
2014-05-13Cosmetics.Sergey Prigogin5-35/+50
2014-05-13Bug 415486 - Make the indexer prioritize the files that are currentlySergey Prigogin10-180/+248
2014-05-12Cosmetics.Sergey Prigogin4-35/+46
2014-05-09Fixed a broken test.Sergey Prigogin1-2/+4
2014-05-09Cosmetics.Sergey Prigogin1-46/+49
2014-05-09Renamed DBTest to DatabaseTest to match the name of the tested class andSergey Prigogin2-10/+21
2014-05-09Cosmetics.Sergey Prigogin3-17/+17
2014-05-09Revert "added supported gnu file types to cdt file-types-list (defined here: ...Sergey Prigogin1-38/+2
2014-05-09Bug 424571 - C++ indexer cannot find a derived class if the base classSergey Prigogin2-12/+23
2014-05-09Cosmetics.Sergey Prigogin10-83/+63
2014-05-09added supported gnu file types to cdt file-types-list (defined here:Lukas Felber1-2/+38
2014-05-08Bug 414692. Moved setReplacementHeader method to IIndexFragmentFile.Sergey Prigogin2-13/+13
2014-05-08Bug 434383 - Organize Includes inserts unnecessary include for codeSergey Prigogin2-484/+541
2014-05-08Cosmetics.Sergey Prigogin5-58/+40
2014-05-07Move some tests that do not involve templates out of AST2TemplateTestsNathan Ridge2-31/+31
2014-05-07Fixed "UnsupportedOperationException: addMember method should be calledSergey Prigogin1-3/+15
2014-05-07Cosmetics.Sergey Prigogin4-26/+21
2014-05-07Cosmetics.Sergey Prigogin2-49/+53
2014-05-07Bug 434150 - Infinite recursion with decltypeSergey Prigogin2-5/+31
2014-05-07Added a missing message.Sergey Prigogin2-8/+10
2014-05-07Cosmetics.Sergey Prigogin11-125/+97
2014-05-06Bug 433477 Fix colors for dark theme.Doug Schaefer4-2/+89
2014-05-05Remove the eclipse.inf file from core.tests. It conflicts with theDoug Schaefer1-1/+0
2014-05-05Bug 434103 - winpty instance might get reused by another PTYAnton Leherbauer3-4/+9
2014-05-03Bug 414692. Fixed an NPE.Sergey Prigogin1-4/+6
2014-05-02Bug 414692 - Organize Includes has to honor @headername{<header>} inSergey Prigogin17-105/+396
2014-05-02Relaxed type constraints.Sergey Prigogin3-17/+19
2014-05-02Cosmetics.Sergey Prigogin25-751/+741

Back to the top