Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-12-30Fixed suspend trigger adapter registration.Pawel Piech2-1/+2
2009-12-29cleanup: @Override annotationsAndrew Gvozdev1-0/+9
2009-12-27bug 298552: Two cases of neglect refreshing resource settings in Project Expl...Andrew Gvozdev1-8/+13
2009-12-27bug 284843: Environment Variable with value ":" gets replaced by empty strin...Andrew Gvozdev2-1/+75
2009-12-26bug 297376: Missing Doxygen commands.Andrew Gvozdev2-2/+24
2009-12-26bug 298540: The overlay icon for custom resource settings is misleadingAndrew Gvozdev4-8/+18
2009-12-25cleanup: replaced deprecated methodAndrew Gvozdev1-1/+1
2009-12-25cleanup: fixed null pointer warningAndrew Gvozdev1-6/+4
2009-12-25cleanup: unnecessary castAndrew Gvozdev1-1/+1
2009-12-24bug 298509: Project description delta is not created for some eventsAndrew Gvozdev3-0/+1019
2009-12-24bug 298509: Project description delta is not created for some eventsAndrew Gvozdev1-0/+62
2009-12-24bug 298509: Project description delta is not created for some eventsAndrew Gvozdev1-39/+76
2009-12-23Bug 280909: Type deduction and instantiation for variadic templates.Markus Schorn24-834/+1662
2009-12-23cleanup: unnecessary cast fixedAndrew Gvozdev2-2/+2
2009-12-21Fixed typos.Sergey Prigogin2-3/+3
2009-12-20cleanup: renamed private fields, reformattedAndrew Gvozdev1-29/+31
2009-12-18Bugzilla 298115Randy Rohrbach1-1/+1
2009-12-18[284286] First phase of tracepoint support. Tracepoints can now be created/d...Marc Khouzam47-95/+4541
2009-12-18[293634] Fix to make line breakpoints the default choice again.Marc Khouzam1-9/+13
2009-12-18[298104] Protect agains possible NPEMarc Khouzam1-4/+13
2009-12-18Test case for bug 294965Anton Leherbauer1-1/+51
2009-12-18Bug 294965 - object file added to root of project is not shown in C/C++ Proje...Anton Leherbauer1-2/+2
2009-12-18Bug 280909: Syntax and bindings for variadic templates.Markus Schorn108-1501/+3444
2009-12-17[298101] Check against null runControl service.Marc Khouzam1-2/+12
2009-12-17[297798] Updated error codes used in getSubExpressions().Pawel Piech1-4/+5
2009-12-17Bug 293634 - [breakpoints] ToggleBreakpointAdapter blocks UI thread waiting o...Anton Leherbauer1-2/+24
2009-12-17[255026] [expressions][cdi] Support for advanced expression hoverAnton Leherbauer5-6/+875
2009-12-16[297798] ClassCastExcetion fix and more detailed checks.Marc Khouzam1-10/+36
2009-12-16[275687] Moving Reverse commands to the core of CDT from DSF-GDB, and making ...Marc Khouzam32-927/+1027
2009-12-15[297778] DwarfReader shouldn't inject drive letter into file paths or convert...John Cortell1-73/+0
2009-12-15Avoid unwanted conversion from a UNIX path to c:\ on Windows, just as with 29...John Cortell1-2/+11
2009-12-14[297781] Executables view accidentally converting UNIX paths to windows c: ba...John Cortell1-24/+22
2009-12-14Discard obsolete classesJohn Cortell4-125/+9
2009-12-14use Eclipse 3.6M4 for buildsVivian Kong1-1/+1
2009-12-14Bug 278967 - Content assist on "../" results in an errorAnton Leherbauer2-3/+15
2009-12-14[297387] [disassembly] When location combo box has focus, 'Home' key shouldn'...Anton Leherbauer3-8/+36
2009-12-13bug 297683: JUnit tests AllTemplateEngineTests stopped compiling in eclipse 3...Andrew Gvozdev2-2/+2
2009-12-12[273502] Follow up fix. Launch configuration refactoring doesn't work for non...John Cortell1-6/+36
2009-12-11[273502] Allow third party launch configurations to participate in refactoring.John Cortell4-2/+160
2009-12-11Fix deprecation warningsAnton Leherbauer3-23/+16
2009-12-11Compiler warnings.Markus Schorn97-178/+179
2009-12-11Bug 296823 - workaround for excessive response from gdbAnton Leherbauer1-7/+7
2009-12-11Bug 297550: NPE skipping trivial initializers.Markus Schorn5-12/+21
2009-12-10Documentation improvementJohn Cortell1-4/+6
2009-12-10[297535] Optimization to DsfServicesTrackerJohn Cortell1-9/+14
2009-12-10[297140] Added comments to clarify method usage.Pawel Piech1-0/+16
2009-12-10Bug 296549: NPE accessing implicit methods.Markus Schorn1-2/+5
2009-12-10Bug 297438: Parameter defaults get lost in index.Markus Schorn21-192/+252
2009-12-10Bug 296906: ADL for overloaded operators.Markus Schorn2-5/+22
2009-12-09Bug 282854 - Add an import/export from file button to the Paths and Symbols pageMike Kucera12-7/+163

Back to the top