Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-11-15Made template argument classes final.Sergey Prigogin2-2/+2
2016-11-15Bug 507511 - Template function resolution problem when using indexSergey Prigogin2-1/+43
2016-11-14Fix up feature names for Neon.2 SimRel repo.Doug Schaefer3-3/+3
2016-11-14Mark CMake feature as experimental.Doug Schaefer1-2/+2
2016-11-14Bug 497166: Support the user using the 'run' command in the gdb consoleMarc Khouzam14-116/+491
2016-11-14Bug 498782 - add synchronize of process selection between the DV and GDBMarc Khouzam4-6/+98
2016-11-14Don't force the GDB console to be shown when created.Marc Khouzam1-2/+7
2016-11-14Adding API filter for default methodMarc Khouzam1-0/+6
2016-11-11Implement Qt build tab for the launch config dialog.Doug Schaefer38-315/+543
2016-11-11Remove interim version of GDB for full consoleMarc Khouzam1-3/+1
2016-11-11Bug 507148. Fixed opening/switching to editor.Dominic Scharfe13-10/+337
2016-11-10bug 498782 - [debug] synchronize selection between the DV and GDBMarc Dumais19-8/+1363
2016-11-09Add Local Debug for Core Build launches. Qt Path var for Windows.Doug Schaefer9-91/+299
2016-11-08Bug 422378: allow case of getOutputNames() returning nulljantje1-45/+47
2016-11-04Bug 507078 - o.e.cdt.launch.remote.source should be in separate feature.Roland Grunberg3-7/+36
2016-11-04Bug 499230 - Duplicated "-thread-select" and "-stack-select-frame" Marc Dumais2-10/+0
2016-11-04Hide 'gdb traces' by default.Marc Khouzam5-65/+65
2016-11-04Bug 506170 - Compute correct associated namespaces for enumeration typeNathan Ridge2-8/+47
2016-11-04Bug 506170 - Evaluation of dependent conditional expressionNathan Ridge2-1/+20
2016-11-02Fix no binaries issue with Core Build.Doug Schaefer3-15/+27
2016-11-02Removing stand alone swtbot test module from buildAlvaro Sanchez-Leon1-1/+3
2016-11-02Bug 506843: Reset buildFailed flag on buildForLaunchPhilip Langer2-1/+6
2016-11-02Bug 501006 - [visualizer] harmonize TID with DV and new GDB consoleMarc Dumais1-2/+2
2016-10-31Revert "Bug 483602 - Implement deletion of elements from Outline view"Sergey Prigogin6-89/+2
2016-10-31Bug 303808: DebuggerConsole shall not be automatically brought to topAlvaro Sanchez-Leon3-4/+45
2016-10-31Simplify API that opens the DebuggerConsoleMarc Khouzam4-20/+6
2016-10-31Fix DebuggerConsoleManager#showConsoleView() not showing the consoleMarc Khouzam1-1/+4
2016-10-31Update plugin version and fix @since tagMarc Khouzam3-4/+4
2016-10-30Bug 483602 - Implement deletion of elements from Outline viewljyanesm6-2/+89
2016-10-29Bug 506728 - Ref-qualified conversion operatorNathan Ridge2-2/+22
2016-10-28Cosmetics.Sergey Prigogin3-43/+12
2016-10-28Bug 506668 - Name resolution problem with namespace alias in macroSergey Prigogin2-8/+26
2016-10-28Improved diagnostic messages in tests.Sergey Prigogin3-10/+28
2016-10-28Bug 505746 - A colon in the project name causes an NPEMarc Dumais1-3/+2
2016-10-28Bug 397296 - Add missing keywords to the list of keywords for which completio...Nathan Ridge1-0/+22
2016-10-27Bug 506170 - Calculate sizeof(double) correctlyNathan Ridge3-2/+10
2016-10-27Bug 395571 - Show name of nesting type when printing names of nested types in...Nathan Ridge5-10/+31
2016-10-27Revert "Bug 402498 - Apply declaredBefore() filtering to index bindings"Sergey Prigogin7-144/+57
2016-10-27Bug 417193 - Incorrect Symbol <X> could not be foundJoseph Henry1-10/+86
2016-10-26Removed redundant qualifiers.Sergey Prigogin1-3/+3
2016-10-26Fixed an NPE.Sergey Prigogin1-3/+6
2016-10-26Bug 496720 - Respect scope filters for AST-based checkersNathan Ridge1-2/+2
2016-10-25Bug 506529 - NPE when organizing includesSergey Prigogin2-3/+34
2016-10-25Bug 303808: Move console actions to its own packageAlvaro Sanchez-Leon12-9/+35
2016-10-25Bug 303808: Remove GdbConsoleInvertColorAction and use preferencesAlvaro Sanchez-Leon7-53/+1
2016-10-25Added "PRESERVE" comment to protect some nodes from removal.Sergey Prigogin2-2/+33
2016-10-25Bug 303808: Add a Preference page for GDB CLI consolesAlvaro Sanchez-Leon17-73/+277
2016-10-24Bug 303808: Share GDB process streams among console pagesAlvaro Sanchez-Leon5-118/+183
2016-10-24Bug 487764 - Add a highlighting for variables passed by non-const referenceNathan Ridge9-31/+225
2016-10-23Follow-up to the DependentValue refactoringNathan Ridge2-3/+4

Back to the top