Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-03-17extracted comment manupulation login to an abstract checkerAlena Laskavaia5-71/+113
2011-03-16build against Platform M6Vivian Kong1-1/+1
2011-03-16Bug 339931 - Code completion fails in #include statementsMarc-Andre Laperle1-2/+5
2011-03-16fix build script to set group write permission on the latest buildVivian Kong1-1/+3
2011-03-16API tooling: @since 1.1 should be @since 2.0James Blackburn1-1/+1
2011-03-16Fixed a corner case in function call formatting.Sergey Prigogin3-33/+43
2011-03-16Improved formatting of function calls.Sergey Prigogin2-1/+28
2011-03-15compilation warningsAndrew Gvozdev2-40/+38
2011-03-15Fixed formatting of C++-style casts and template function calls.Sergey Prigogin2-7/+63
2011-03-15Cosmetics.Sergey Prigogin1-6/+6
2011-03-15compilation warningsAndrew Gvozdev2-9/+8
2011-03-15Cosmetics.Sergey Prigogin1-10/+8
2011-03-15Bug 340021: GDB process not killed when canceling a launchMarc Khouzam1-26/+37
2011-03-15TypoMarc Khouzam1-1/+1
2011-03-15Formatting of multi-line string literals in function argument lists.Sergey Prigogin3-7/+37
2011-03-15Bug 328690 - Traditional Rendering: "Copy" contents from individual paneKen Ryall4-58/+175
2011-03-15Bug 233116: Cancelling an Attach or post-mortem launch should be gracefulMarc Khouzam2-2/+16
2011-03-15Bug 339780 - Source hover for specialization of specialization does not workMarc-Andre Laperle1-4/+7
2011-03-14Added a warning about lack of thread safety to Javadoc.Sergey Prigogin2-2/+8
2011-03-13Bug 335122 - Fix index locking issue discovered by running the 'old' ↵Marc-Andre Laperle1-1/+3
ImplementMethod test (new one being Bug 292851). Should fix build not ending.
2011-03-13Add CreateLocalVariableQuickFix test to automated tests suite, fix the test. ↵Marc-Andre Laperle3-8/+26
Minor clean up.
2011-03-13Bug 338683 - Codan confuses fields with methodsMarc-Andre Laperle4-6/+102
2011-03-12Bug 335122 - DeclarationGenerator asserts for templated types with ↵Marc-Andre Laperle3-10/+46
namespace. Restored assert in CPPASTTemplateId
2011-03-12- removed one part of assert because Junit does not pass:Alena Laskavaia1-1/+1
org.eclipse.cdt.ui.tests.refactoring.extractlocalvariable.ExtractLocalVariableRefactoringTest.Bug 331963 Extract local variable doesn't put template type parameters Namespace
2011-03-12hack to initialize ast cache for reading commentsAlena Laskavaia1-0/+8
2011-03-12added support to easy discovering comments for statement (for suppression)Alena Laskavaia5-129/+243
2011-03-11bug 319512: Missing type arguments compilation warningsAndrew Gvozdev1-6/+4
2011-03-11compilation warningsAndrew Gvozdev1-7/+6
2011-03-11bug 319512: Missing type arguments compilation warningsAndrew Gvozdev3-8/+10
2011-03-11compilation warningAndrew Gvozdev1-1/+1
2011-03-11bug 339015: Preference "Show source roots at the top of project" should ↵Andrew Gvozdev4-4/+53
update views immediately
2011-03-11Bug 327061 - [Mac] Run To Line throws exceptions, breaks debuggingMarc-Andre Laperle1-6/+15
2011-03-11Bug 237306: Support for Multi-Process debugging. Prompting the user for the ↵v201103111317Marc Khouzam6-41/+82
path to the binary when doing a remote attach.
2011-03-11The last fix didn't cover the case of unpinning a view where there is no ↵Patrick Chuong1-9/+22
active debug context, related to bug 337376.
2011-03-11Add TCF to categories.Doug Schaefer1-0/+3
2011-03-11Bug 339703 IBuildRunner should be an abstract base classJames Blackburn6-18/+25
2011-03-11Bug 225805: Sourcelookup handling does not scale to large projectsMarc Khouzam2-13/+27
2011-03-11Disassembly view doesn't show "No debug context", related to build 337376.Patrick Chuong1-1/+2
2011-03-11Bug 337554 - [disassembly][breakpoints] Method breakpoints are not shown in ↵Anton Leherbauer1-6/+37
the disassembly view
2011-03-11Disassembly view should blank out if there is no debug context, related to ↵Anton Leherbauer1-29/+32
bug 337376
2011-03-11Bug 337677 - Warning about "void" in late-specified return typeMarc-Andre Laperle2-2/+61
2011-03-11Bug 339634 - [performance] Quick fix create local variable and others can be ↵Marc-Andre Laperle1-5/+22
slow
2011-03-11added resource object to profileAlena Laskavaia5-26/+52
2011-03-11id for checkerAlena Laskavaia1-0/+1
2011-03-11added example of property change listenerAlena Laskavaia2-0/+119
2011-03-11refactor bunch of stuff to support profiles better - not problem (kind) ↵Alena Laskavaia9-43/+424
knows about parent category and its profile
2011-03-11fixed issues of accessing non-initialized checker registryAlena Laskavaia1-1/+5
2011-03-11return IEclipsePreferencesAlena Laskavaia1-14/+14
2011-03-10compilation warningAndrew Gvozdev1-1/+1
2011-03-10bug 319512: Missing type arguments on managedbuilder.coreAndrew Gvozdev1-6/+6

Back to the top