aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/gcctoolchain.cpp
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: Ensure valid target triple for known gcc toolchainsNikolai Kosjar2016-04-061-0/+2
* ProjectExplorer: Retain original target triple for gcc toolchainsNikolai Kosjar2016-03-301-12/+36
* ProjectExplorer: Use Qt5-style connectsOrgad Shaneh2016-02-011-4/+7
* CppTools: Remove all references to the tool chain in the project partMarco Bubke2016-02-011-35/+29
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Consistently use Utils::FileNameListTobias Hunger2015-11-161-22/+22
* ToolChains: Check typeId first before doing expensive checksTobias Hunger2015-10-301-7/+17
* ToolChainManager: Refactor toolchain restorationTobias Hunger2015-10-271-1/+2
* MingwToolChain: Avoid double call of hostAbi()Orgad Shaneh2015-10-141-2/+2
* MingwToolChain: Do not use uninitialized valueTobias Hunger2015-10-141-1/+1
* ProjectExplorer: Avoid execution of g++ on startupOrgad Shaneh2015-10-141-14/+17
* ToolChains: Fix theoretically possible null pointer accessTobias Hunger2015-10-141-1/+1
* ToolchainFactory: Remove unused typeidTobias Hunger2015-10-081-4/+0
* Utils: Rename PathChooser::changed() signal.Christian Kandeler2015-09-031-1/+1
* Merge remote-tracking branch 'origin/3.5'Eike Ziller2015-09-011-1/+2
|\
| * GccToolChain: Support -D fooDaniel Teske2015-08-311-1/+2
* | ToolChainFactories: Remove some code that is not necessaryTobias Hunger2015-07-141-59/+2
* | Rename toolchain type constants in ProjectExplorerTobias Hunger2015-07-141-12/+12
* | ToolChain: Get rid of type() in favor of typeId()Tobias Hunger2015-07-141-20/+0
* | ToolChainFactory: Rename id() to typeId()Tobias Hunger2015-07-141-4/+4
* | ToolChainFactory: Add typeIdFromMap and use it in factoriesTobias Hunger2015-07-141-5/+4
* | ToolChain: Introduce typeId() and shorten id()Tobias Hunger2015-07-131-2/+2
* | GccToolChain: Use default copy constructorTobias Hunger2015-07-091-10/+0
* | ToolChain: Turn id into a QByteArrayTobias Hunger2015-07-091-10/+10
|/
* Toolchains: Add C++98 as a language standard.Christian Kandeler2015-04-141-0/+1
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | ProjectExplorer: Remove unneeded qualificationsOrgad Shaneh2015-02-061-10/+10
|/
* ProjectExplorer: Normale newlines of gcc outputNikolai Kosjar2014-10-311-2/+4
* GccToolchain: Fix language variant detectionTobias Hunger2014-10-241-6/+7
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | C++: remove C/C++ distinction from ProjectPart fields.Erik Verbruggen2014-09-161-1/+7
* | Do not use deprecated Qt functionality.Christian Kandeler2014-08-291-1/+1
* | Use Qt 5's QStringList::join(QChar)hjk2014-08-251-1/+1
* | ToolChain: Do not rerun compiler when creating a widget for itTobias Hunger2014-07-211-1/+0
* | ToolChain: Do not run compiler when setting up a toolchainTobias Hunger2014-07-211-2/+17
* | Even more algorithm usage in ProjectExplorerDaniel Teske2014-07-161-3/+2
* | Some QString -> FileName transformationOrgad Shaneh2014-07-161-7/+7
|/
* Unify read-only path choosers in Build & Run settingsOrgad Shaneh2014-07-031-1/+1
* ProjectExplorer: Remove unused local variableOrgad Shaneh2014-05-061-1/+0
* gcctoolchain: ensure that arch is passed just onceFawzi Mohamed2014-03-271-2/+4
* Gcc: Fix -sysroot option: It is --sysrootTobias Hunger2014-03-241-1/+1
* QtcProcess: Introduce a QtcProcess::Arguments classhjk2014-02-191-4/+5
* FileUtils: Add static method to construct FileNames from Latin1Tobias Hunger2014-02-111-16/+16
* Pass PIC/PIE options to gcc when asking for defines.Erik Verbruggen2014-01-101-1/+3
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-1/+1
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* | ProjectExplorer: Add history completer to path choosersTobias Hunger2013-11-261-0/+1
|/
* GccToolChainConfigWidget: Keep custom ABIsTobias Hunger2013-11-141-3/+13