summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/customtoolchain.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/4.14'Eike Ziller2020-11-301-4/+0
|\
| * ProjectExplorer: Remove unused virtual Toolchain::builtInHeaderPaths()Christian Kandeler2020-11-301-3/+0
| * ProjectExplorer: Remove unused virtual Toolchain::predefinedMacros()Christian Kandeler2020-11-301-1/+0
* | ProjectExplorer: Consolidate *ToolChain::compilerCommand() implementationshjk2020-11-131-2/+0
* | ProjectExplorer: Consolidate *ToolChain::target() implementationshjk2020-11-111-4/+0
|/
* ProjectExplorer: Allow to add custom output parsers programaticallyChristian Kandeler2020-07-311-1/+1
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-4/+4
* ProjectExplorer: Generalize the concept of custom output parsersChristian Kandeler2020-05-111-8/+2
* Merge output formatters and output parsersChristian Kandeler2020-04-231-1/+1
* ProjectExplorer: Split up the IOutputParser classChristian Kandeler2020-04-161-1/+1
* Output parsers: Replace the chaining approachChristian Kandeler2020-04-091-1/+1
* ProjectExplorer: De-QObject-ify ToolChainFactoryhjk2020-02-271-2/+0
* Move ProjectExplorer::WarningFlags to a more suitable locationChristian Kandeler2020-01-071-1/+1
* Make the project managers tell the code model about include pathsChristian Kandeler2019-07-121-2/+4
* ProjectExplorer: Use data member for ToolChain::typeDisplayNamehjk2019-06-201-1/+0
* Utils: Rename FileName to FilePathhjk2019-05-281-7/+7
* ProjectExplorer: (Re-)start using strings for mkspecshjk2019-05-281-2/+2
* ProjectExplorer: Use ToolChainFactories to clone ToolChainshjk2019-05-161-5/+0
* ProjectExplorer: Make ToolChain::makeCommand return a FileNamehjk2019-05-151-1/+1
* ProjectExplorer: Use a member for ToolChainFactory::canCreatehjk2019-05-131-2/+0
* ProjectExplorer: Use functor for ToolChain creation in ToolChainFactoryhjk2019-05-131-3/+0
* ProjectExplorer: Drop Detection argument from ToolChain constructorhjk2019-05-101-1/+1
* ProjectExplorer: Simplify ToolChainFactory::create() signaturehjk2019-05-091-2/+1
* ProjectExplorer: Replace ToolChainFactory::supportedLanguangehjk2019-05-091-1/+0
* ProjectExplorer: Replace ToolChainFactory::canRestorehjk2019-05-091-2/+0
* Utils: Move C++ language details from ProjectExplorer to UtilsMarco Bubke2019-01-151-1/+1
* CppTools/ProjectExplorer: Remove enum duplicationNikolai Kosjar2018-10-081-1/+1
* Toolchains: Detect unspecified language versionNikolai Kosjar2018-10-081-1/+1
* ProjectExplorer: Rename compiler includes from System to BuiltInIvan Donchevskii2018-09-171-4/+4
* ProjectExplorer: Consistently use HeaderPathsTobias Hunger2018-09-131-3/+3
* ProjectExplorer: Fix memory leaks in tree modelsIvan Donchevskii2018-08-211-1/+1
* Convert macros from plain QByteArray to a vector of structsMarco Bubke2017-09-141-4/+4
* CustomToolChain: Allow MSVC output parser on non-Windows systemsAndre Hartmann2017-04-191-15/+9
* CppTools/ProjectManagers: Reduce ui blocking when loading projectsNikolai Kosjar2017-02-201-0/+2
* ProjectExplorer: Added support for registering custom languagesFilippo Cucchetto2017-01-231-3/+3
* ToolChain: Create toolchains for different languagesTobias Hunger2016-07-141-1/+2
* ToolChainFactory: Add support for different languagesTobias Hunger2016-07-141-0/+1
* ProjectExplorer: ModernizeTobias Hunger2016-02-031-4/+2
* ProjectExplorer: Use Qt5-style connectsOrgad Shaneh2016-02-011-1/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Consistently use Utils::FileNameListTobias Hunger2015-11-161-2/+2
* ToolChainFactories: Remove some code that is not necessaryTobias Hunger2015-07-141-5/+0
* ToolChain: Get rid of type() in favor of typeId()Tobias Hunger2015-07-141-1/+0
* CustomToolChain: use default copy constructor and remove unused constructorTobias Hunger2015-07-091-2/+1
* ToolChain: Use override on toolchains and related classesTobias Hunger2015-07-091-26/+27
* ToolChain: Turn id into a QByteArrayTobias Hunger2015-07-091-1/+1
* Update LicenseEike Ziller2015-01-161-6/+6
* License updateEike Ziller2014-10-091-7/+8
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Introduce an enumeration for toolchain autodetection.Friedemann Kleint2013-09-031-2/+2