Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-05-12Bug 312552 Use ILock rather than scheduling rule for mutual exclusion. Schedu...James Blackburn1-42/+14
2010-05-11- Merged changes from cdt_5_0 to HEAD. Too many to mention individually.Chris Recoskie3-16/+48
2010-05-04JavaDoc warningsAndrew Gvozdev1-203/+66
2010-05-04bug 285350: split statement to troubleshoot NPEAndrew Gvozdev1-1/+2
2010-04-30Bug 289986 - Allowing saving resources while running an external Makefile buildJames Blackburn1-2/+28
2010-04-29JavaDoc settingsAndrew Gvozdev1-4/+4
2010-04-26Bug 309909 Headless build import should treat relative paths as relative to t...James Blackburn3-1/+61
2010-04-14bug 230185 comment #16 patch: add to project a popup menu to clean all / sele...Andrew Gvozdev1-90/+109
2010-04-13Bug 230185 Add Clean All / selected configurations to project pop-upJames Blackburn1-1/+85
2010-03-26bug 300539: Add ability to specify filter-path to build-options that support ...Andrew Gvozdev4-0/+106
2010-03-24bug 306708: Update project model with scanner info in CommonBuilderAndrew Gvozdev2-2/+15
2010-03-23bug 306708: IScannerInfoConsoleParser.startup is call multiple times even if ...Andrew Gvozdev2-1/+9
2010-03-22debug option to track build eventsAndrew Gvozdev3-0/+16
2010-03-11cleanup: JavaDoc warningsAndrew Gvozdev1-6/+11
2010-03-11bug 294106: Save CDT Build Console output into a fileAndrew Gvozdev4-22/+129
2010-03-10Tidy: using CopyOnWriteArrayList no need to duplicate listener list during no...James Blackburn1-4/+2
2010-03-10[303735] Adjustment to last fix (patch from Serge Beauchamp)John Cortell1-0/+3
2010-03-10Bug 305146 Thread-safety of ManagedBuildManager BuildInfo.James Blackburn6-126/+150
2010-03-09Warnings & genericsJames Blackburn1-13/+6
2010-03-09Warnings & genericsJames Blackburn1-13/+22
2010-03-08Headless import: when checking whether project is directly under workspace ro...James Blackburn1-9/+12
2010-02-26cleanup: warnings fixed - generics etc.Andrew Gvozdev1-25/+9
2010-02-26cleanup: warnings fixed - generics etc.Andrew Gvozdev1-46/+43
2010-02-25bug 295625: Error highlighting in Build ConsoleAndrew Gvozdev2-12/+7
2010-02-25[303735] Tool.getAllInputTypes() logic to override super tool's input types i...John Cortell1-1/+6
2010-02-22Bug 303488 Add -importAll /path/to/projectTree switch to headless builder to ...James Blackburn4-55/+107
2010-02-22Bug 281397 Headless builder should support build configuration selection. Add...James Blackburn3-53/+175
2010-02-19bug 303095: Remove deprecated IOption.overridesOnlyValue()Andrew Gvozdev3-42/+1
2010-02-19cleanup: added MultiItemsHolder.DEBUG to control debug output on the consoleAndrew Gvozdev2-36/+66
2010-02-17cleanup: casts from/to Object suppressedAndrew Gvozdev1-0/+8
2010-02-17cleanup: JavaDoc warnings and castsAndrew Gvozdev1-10/+27
2010-02-17cleanup: JavaDoc warnings a bunchAndrew Gvozdev1-114/+77
2010-02-17bug 288489: [API] [cdt.managedbuild.core] Add getLibraryFiles method to IOpti...Andrew Gvozdev3-0/+40
2010-02-17Fix Generics + warningsJames Blackburn1-32/+37
2010-02-10bug 214218: deprecationAndrew Gvozdev1-1/+4
2010-02-09bug 296406: remove dummy class MakeBuilderUtilAndrew Gvozdev1-48/+0
2010-02-09cleanup: genericsAndrew Gvozdev1-33/+28
2010-02-09cleanup: genericsAndrew Gvozdev1-134/+137
2010-02-08bug 300707: Add ability to specify file-extension filter for build-options th...Andrew Gvozdev4-0/+91
2010-02-08bug 301373: [API] add @noextend and @noimplement tags - org.eclipse.cdt.make....Andrew Gvozdev1-2/+5
2010-02-08bug 301373: [API] add @noextend and @noimplement tags - org.eclipse.cdt.manag...Andrew Gvozdev74-84/+68
2010-02-07bug 301373: [API] add @noextend and @noimplement tags - org.eclipse.cdt.manag...Andrew Gvozdev117-148/+500
2010-02-01externalize strings in plugin.xml in various pluginsVivian Kong2-27/+55
2010-01-29bug 296904: Split MakeErrorParser to regex style GmakeErrorParser and CWDLocatorAndrew Gvozdev1-1/+1
2010-01-28typo fixedAndrew Gvozdev1-2/+2
2010-01-21cosmetics: generics and other warningsAndrew Gvozdev1-14/+12
2010-01-21cosmetics: @Override and other warningsAndrew Gvozdev1-4/+5
2010-01-19Fixed missing @since tagMarc Khouzam1-0/+1
2010-01-19bug 250686: changes in debug and optimization level flags not propagated to f...Andrew Gvozdev1-6/+8
2010-01-19bug 300016: JUnit failure: wrong benchmark for ManagedBuildCoreTests20.testPr...Andrew Gvozdev1-2/+4

Back to the top