Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-07-04Fixed NLS and null warningsTorbjörn Svensson1-1/+1
2018-11-22Bug 540373: Cleanup: Remove redundant type argumentsJonah Graham2-2/+2
2018-11-22Bug 540373: Cleanup: Organize ImportsJonah Graham1-1/+3
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham6-75/+88
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham10-30/+60
2018-02-08Remove useless imports.Alexander Kurtakov1-2/+1
2016-05-12Add MSYS2 support for managed build. A few Qt cleanups on Windows.Doug Schaefer1-35/+2
2016-04-21Bug 492200 - Replace StringBuffer with StringBuilderAlex Blewitt1-2/+2
2016-04-14Tighter integration of new build system with cdt.core.Doug Schaefer2-3/+5
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam2-2/+2
2014-07-16Bug 408545 - Increased version of o.e.c.mangedbuilder.gnu.ui from 8.2.1Thomas Corbat1-0/+3
2014-07-15Bug 408545 - Added single checkbox to enable gcov. (edit commit msg)Leo Ufimtsev1-0/+22
2013-03-14bug 403257: MinGW toolchain detection does not consider configuration-specifi...Andrew Gvozdev2-152/+67
2013-03-11bug 357442: A bit more of tidy EnvironmentVariableManagerToolChainAndrew Gvozdev1-15/+1
2013-03-10bug 357442: Tidy EnvironmentVariableManagerToolChainAndrew Gvozdev1-2/+17
2013-03-10bug 357442: Contribute $CYGWIN_HOME by GnuCygwinConfigurationEnvironmentSuppl...Andrew Gvozdev1-10/+8
2013-02-01bug 357442: Added $CYGWIN_HOME to cygwin toolchain detection algorithmAndrew Gvozdev3-238/+170
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
2012-07-09bug 384520: New Project Wizard ignores $PATH from preferences, won't show too...Andrew Gvozdev4-53/+87
2012-07-08Cosmetics - JavaDoc and code formattingAndrew Gvozdev4-51/+36
2011-11-30bug 299376: Console/Problem view UTF-8 character encoding problem withAndrew Gvozdev1-15/+42
2011-11-17auto-clean: @Override annotations + organize imports + unnecessaryAndrew Gvozdev6-89/+103
2011-03-11bug 319512: Missing type arguments compilation warningsAndrew Gvozdev1-6/+4
2011-01-05Bug 333587 - Update to handle new MinGW installer.Doug Schaefer1-48/+42
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
2010-07-14bug 319777: Missing @Override annotationsAndrew Gvozdev1-0/+1
2010-07-08bug 318581: Use of deprecated org.eclipse.core.runtime.PluginVersionIdentifie...Andrew Gvozdev2-6/+7
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
2010-03-08bug 195572: Environment PATH error under MINGW and CDT 4.0Andrew Gvozdev1-27/+61
2010-03-04bug 303900: Cygwin 1.7 is Not detected on the CDT system.Andrew Gvozdev2-78/+131
2010-02-08bug 301373: [API] add @noextend and @noimplementAndrew Gvozdev6-6/+0
2010-02-07bug 301373: [API] add @noextend and @noimplement tags - org.eclipse.cdt.manag...Andrew Gvozdev9-18/+47
2010-01-23cosmetics: NON-NLS warnings fixedAndrew Gvozdev1-6/+4
2008-06-10Fix for 233866: NPE on Fresh installed Windows/CDT, patch by Enrico Ehrich <p...Anton Leherbauer1-6/+11
2008-04-30- fixed NPE on LinuxAlena Laskavaia1-1/+5
2008-02-28Misprint fixOleg Krasilnikov1-1/+1
2008-02-28Bug # 220749 : Performance switches -p -pg should be propagated to linker tooOleg Krasilnikov2-0/+82
2008-02-15Bug #218954 : replace "regedit" run with API call.Oleg Krasilnikov2-102/+97
2007-09-18Bug 203619 - make the cygwin check even looser.Doug Schaefer1-1/+1
2007-09-17change the cygwin check to just check for gcc-core instead of the superpackag...Doug Schaefer1-1/+1
2007-09-14"support checked" flag initialization moved to be after the "isSupport" initi...Mikhail Sennikovsky1-1/+3
2007-08-31Bug 194641 - reattach the isToolchainSupported to the cygwin toolchain. Also ...Doug Schaefer2-5/+51
2007-08-09Added support for MinGW to be a sibling of the install directory.Doug Schaefer1-22/+41
2007-06-14Fix up copyrights.Doug Schaefer1-5/+5
2007-05-25add a class specialization test, ensure an ast test uses fresh filesAndrew Ferguson1-1/+1
2007-05-25Some fixes to get the HelloWorld Makefile project template working on Linux.Doug Schaefer1-2/+1

Back to the top