aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/toolchain.h
Commit message (Expand)AuthorAgeFilesLines
* Convert macros from plain QByteArray to a vector of structsMarco Bubke2017-09-141-2/+3
* ToolChain: PolishTobias Hunger2017-03-011-1/+1
* CppTools/ProjectManagers: Reduce ui blocking when loading projectsNikolai Kosjar2017-02-201-3/+11
* ProjectExplorer: Enable factories to autodetect a specific toolchainTobias Hunger2017-02-091-0/+1
* ProjectExplorer: Added support for registering custom languagesFilippo Cucchetto2017-01-231-18/+15
* ToolChainManager: Allow for filtering of toolchainsTobias Hunger2017-01-171-0/+2
* Merge remote-tracking branch 'origin/4.1'Orgad Shaneh2016-09-221-0/+1
|\
| * iOS: Fixes false warnings about iOS kit and Qt versionVikas Pachdha2016-09-211-0/+1
* | Kits: Save several ToolChains per kitTobias Hunger2016-07-141-0/+1
* | ToolChain: Create toolchains for different languagesTobias Hunger2016-07-141-1/+1
* | ToolChainFactory: Add support for different languagesTobias Hunger2016-07-141-0/+2
* | ToolChain: Add a language fieldTobias Hunger2016-07-141-0/+19
|/
* ProjectExplorer: Retain original target triple for gcc toolchainsNikolai Kosjar2016-03-301-0/+1
* ProjectExplorer: ModernizeTobias Hunger2016-02-031-4/+2
* CppTools: Remove all references to the tool chain in the project partMarco Bubke2016-02-011-29/+2
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Consistently use Utils::FileNameListTobias Hunger2015-11-161-5/+4
* ProjectExplorer: Avoid execution of g++ on startupOrgad Shaneh2015-10-141-1/+1
* ToolchainFactory: Remove unused typeidTobias Hunger2015-10-081-3/+0
* ToolChain: Get rid of type() in favor of typeId()Tobias Hunger2015-07-141-1/+0
* ToolChainFactory: Rename id() to typeId()Tobias Hunger2015-07-141-3/+3
* ToolChainFactory: Add typeIdFromMap and use it in factoriesTobias Hunger2015-07-141-0/+1
* ToolChain: Introduce typeId() and shorten id()Tobias Hunger2015-07-131-2/+2
* ToolChain: Turn id into a QByteArrayTobias Hunger2015-07-091-3/+3
* Toolchains: Add C++98 as a language standard.Christian Kandeler2015-04-141-1/+2
* Update LicenseEike Ziller2015-01-161-6/+6
* 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/+4
|/
* Clean up single namespace forward-declarationsOrgad Shaneh2014-02-121-3/+1
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Rename "[Mm]ethod(s)" to "[Ff]unction(s)"Nikolai Kosjar2013-10-101-2/+2
* Introduce an enumeration for toolchain autodetection.Friedemann Kleint2013-09-031-3/+11
* ProjectExplorer: Streamline ToolchainFactory interfacehjk2013-08-121-2/+11
* ProjectExplorer: extended Toolchain::CompilerFlagsSergey Shambir2013-04-301-3/+11
* ToolChain: added warningFlags() methodSergey Shambir2013-04-231-0/+31
* Clean headers in ProjectExplorer.Friedemann Kleint2013-03-261-5/+3
* Adds validate kit to toolchainMichal Klocek2013-03-211-1/+3
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Remove ToolChain::defaultMakeTargetDaniel Teske2012-11-271-1/+0
* | Gcc: Support -stdlib=whatever arguments for the code modelTobias Hunger2012-11-211-1/+2
|/
* Adjust license headershjk2012-10-051-21/+20
* Make Toolchain::makeCommand return a full path to the make commandDaniel Teske2012-09-121-1/+1
* GCC: Actually use sysroot for header path detectionOrgad Shaneh2012-09-051-1/+1
* Make ToolChain::suggestedDebugger() const.Friedemann Kleint2012-09-051-1/+1
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* New QNX plugin.Tobias Nätterlund2012-07-131-1/+1
* ToolChain: Extract more information from map dataTobias Hunger2012-06-211-0/+2
* Profile introductionTobias Hunger2012-06-211-9/+3