Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-08-15Fixed version mismatch.Sergey Prigogin1-1/+1
2012-08-15Bumped up version to 8.1.1Sergey Prigogin1-2/+2
2012-07-10bug 380598: MinGW 64bit toolchain not detected.Andrew Gvozdev1-0/+8
2012-07-09bug 384520: New Project Wizard ignores $PATH from preferences, won'tAndrew Gvozdev1-52/+73
show toolchain (issues with too aggressive caching)
2012-07-09bug 384520: New Project Wizard ignores $PATH from preferences, won't show ↵Andrew Gvozdev4-53/+87
toolchain
2012-07-09Cosmetics - JavaDoc and code formattingAndrew Gvozdev4-51/+36
2012-05-09bug 378926: [sd90] Temporary switched MinGW and Cygwin toolchains toAndrew Gvozdev1-2/+0
invoke old scanner discovery
2012-05-07bug 378589: [sd90] Scanner Discovery doesn't run on certain toolchainsAndrew Gvozdev1-9/+12
2012-05-04bug 376592: [sd90] Extend BuildDefinitions to allow defining language ↵Andrew Gvozdev1-36/+37
settings providers
2012-01-27Add real categories for templates. Organize selection in tree.Doug Schaefer1-2/+2
2011-12-23Bug 365461: Requesting -Wextra and -Wconversion warnings flags for gccSergey Prigogin2-0/+34
c/c++
2011-11-30bug 299376: Console/Problem view UTF-8 character encoding problem withAndrew Gvozdev1-15/+42
Cygwin 1.7
2011-11-23Bug 210248 - [Internal Builder]does not rebuild a dependent project inAlena Laskavaia1-5/+5
case of a reference library project change - fixed external builder
2011-11-22Bug 210248 - [Internal Builder]does not rebuild a dependent project inChristian W. Damus1-5/+5
case of a reference library project change Conflicts: build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/internal/core/AdditionalInput.java
2011-11-17auto-clean: @Override annotations + organize imports + unnecessaryAndrew Gvozdev6-89/+103
casts/$NON-NLS + trailing white spaces
2011-10-20Version number changes missed in the previous commit.Sergey Prigogin2-2/+2
2011-10-20Updated parent feature version in pom.xml files.Sergey Prigogin1-1/+1
2011-10-18Switched to Java 1.6.Sergey Prigogin1-3/+3
2011-10-18Switched to Java 1.6.Sergey Prigogin2-4/+4
2011-10-17Changed the execution environment to JavaSE-1.6Sergey Prigogin1-1/+1
2011-09-06Incremented build plugin versions for JunoAndrew Gvozdev2-2/+2
2011-06-28Mavenizing CDT releng.Doug Schaefer1-0/+17
Also removed unsupported cdt.core fragments from the platform feature.
2011-06-25Bug 350363 - Include Files tab doesn't offer the language GNU C++Marc-Andre Laperle1-0/+8
2011-03-11bug 319512: Missing type arguments compilation warningsAndrew Gvozdev1-6/+4
2011-02-13Export packages: gnu.mingw, gnu.templates as x-internal.James Blackburn1-0/+2
2011-01-05Bug 333587 - Update to handle new MinGW installer.Doug Schaefer1-48/+42
2010-11-04bug 256763: -fPIC parameter for GCC compilersAndrew Gvozdev2-0/+17
Based on patch from Andrey Tretyakov
2010-10-18bug 311429: Inconsistent showing of "Languages" in Paths&Symbols tabAndrew Gvozdev1-3/+4
2010-09-29bug 308042: Spawner messages are too cryptic to be useful to a userAndrew Gvozdev2-28/+10
2010-07-15bug 319748: Missing/unnecessary $NON-NLS$ tagsAndrew Gvozdev1-3/+3
patch from Petri Tuononen
2010-07-14bug 319777: Missing @Override annotationsAndrew Gvozdev1-0/+1
patch from Petri Tuononen
2010-07-08bug 318581: Use of deprecated ↵Andrew Gvozdev3-8/+9
org.eclipse.core.runtime.PluginVersionIdentifier discontinued. Patch from Petri Tuononen.
2010-06-02Bug 315439 Fix up copyrightVivian Kong2-2/+2
2010-04-29JavaDoc settingsAndrew Gvozdev1-4/+4
2010-04-28Bug 115601 Add -include option to built-in MBS GNU toolchain. Add Paths & ↵James Blackburn2-1/+10
Symbols property page for editing paths of kind ICSettingEntry#INCLUDE_FILE (hidden by default)
2010-04-16Fixed msys search algorithm for Wascana.Doug Schaefer1-1/+1
2010-03-08bug 213920: cygwin path resolver does not work for "locked" registry in windowsAndrew Gvozdev1-9/+9
2010-03-08bug 213920: cygwin path resolver does not work for "locked" registry in windowsAndrew Gvozdev1-13/+31
patch from Marc-Andre Laperle
2010-03-08bug 195572: Environment PATH error under MINGW and CDT 4.0Andrew Gvozdev1-27/+61
Patch from Marc-Andre Laperle
2010-03-04bug 303900: Cygwin 1.7 is Not detected on the CDT system.Andrew Gvozdev2-78/+131
Patch from Marc-Andre Laperle
2010-02-22bug 301732: When a Hello World project is created, open generated file ↵Andrew Gvozdev3-1/+28
automatically Patch from Marc-Andre Laperle
2010-02-08bug 301373: [API] add @noextend and @noimplementAndrew Gvozdev1-2/+5
added check for malformed tags
2010-02-08bug 301373: [API] add @noextend and @noimplementAndrew Gvozdev6-6/+0
Oops @noimplement was meant
2010-02-07bug 301373: [API] add @noextend and @noimplement tags - ↵Andrew Gvozdev10-19/+48
org.eclipse.cdt.managedbuilder.gnu.ui
2010-02-07bug 301373: [API] add @noextend and @noimplement tags - ↵Andrew Gvozdev1-1/+1
org.eclipse.cdt.managedbuilder.core
2010-02-03Bug220990 Add -Os optimize for size to GNU C & CPP toolchainJames Blackburn2-0/+11
2010-02-01externalize strings in plugin.xml in various pluginsVivian Kong2-1/+3
2010-01-29bug 296904: Split MakeErrorParser to regex style GmakeErrorParser and CWDLocatorAndrew Gvozdev1-1/+1
2010-01-23cosmetics: NON-NLS warnings fixedAndrew Gvozdev1-6/+4
2009-11-04bug 270790: Mach-O Parser doesn't recognize x86_64 binariesAndrew Gvozdev1-1/+1
Patch from Marc-Andre Laperle. Based on work of Alfons Laarman and Sal Scotto.

Back to the top