aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/gcctoolchain.h
Commit message (Expand)AuthorAgeFilesLines
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-6/+6
* Merge output formatters and output parsersChristian Kandeler2020-04-231-3/+3
* ProjectExplorer: Split up the IOutputParser classChristian Kandeler2020-04-161-3/+3
* Output parsers: Replace the chaining approachChristian Kandeler2020-04-091-3/+3
* ProjectExplorer: De-QObject-ify ToolChainFactoryhjk2020-02-271-0/+8
* Move ProjectExplorer::WarningFlags to a more suitable locationChristian Kandeler2020-01-071-5/+5
* Clang: Avoid consuming gcc internal include pathsNikolai Kosjar2019-10-111-0/+4
* Make the project managers tell the code model about include pathsChristian Kandeler2019-07-121-3/+5
* ProjectExplorer: Use data member for ToolChain::typeDisplayNamehjk2019-06-201-7/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-11/+11
* ProjectExplorer: (Re-)start using strings for mkspecshjk2019-05-281-4/+4
* ProjectExplorer: Use an alias for QList<Abi>hjk2019-05-271-6/+5
* ProjectExplorer: Remove unused ClangToolChain c'ctor declarationhjk2019-05-201-1/+1
* ProjectExplorer: Use ToolChainFactories to clone ToolChainshjk2019-05-161-10/+0
* ProjectExplorer: Make ToolChain::makeCommand return a FileNamehjk2019-05-151-3/+3
* ProjectExplorer: Drop Detection argument from ToolChain constructorhjk2019-05-101-6/+6
* ProjectExplorer: Consolidate macro and header path cache handlinghjk2019-05-091-6/+1
* ProjectExplorer: fix crash on startup in gcctoolchainDavid Schulz2019-05-081-0/+1
* CompilationDatabase: Asjust the sysroot and target handlingIvan Donchevskii2019-04-301-3/+18
* ProjectExplorer: Fix Clang toolchain setup on WindowsIvan Donchevskii2019-01-211-0/+16
* Utils: Move C++ language details from ProjectExplorer to UtilsMarco Bubke2019-01-151-5/+5
* Android: Auto detect clang toolchainsVikas Pachdha2018-11-021-0/+1
* ProjectExplorer: Get predefined clang-cl macros in g++ and cl driver modesIvan Donchevskii2018-11-011-0/+13
* ProjectExplorer/MSVC: Cache more predefined macrosNikolai Kosjar2018-10-101-77/+1
* CppTools/ProjectExplorer: Remove enum duplicationNikolai Kosjar2018-10-081-5/+5
* Toolchains: Detect unspecified language versionNikolai Kosjar2018-10-081-2/+2
* ProjectExplorer: Rename compiler includes from System to BuiltInIvan Donchevskii2018-09-171-3/+3
* ProjectExplorer: Consistently use HeaderPathsTobias Hunger2018-09-131-7/+8
* ProjectExplorer: Fix memory leaks in tree modelsIvan Donchevskii2018-08-211-1/+1
* ProjectExplorer: Use override consistentlyTobias Hunger2018-05-071-1/+1
* ProjectPart: save codegen flags in project partIvan Donchevskii2018-01-101-0/+1
* Clang: Android: fix clang code model errorsIvan Donchevskii2017-11-221-0/+10
* GccToolChain: Invalidate caches on toolchain changesTobias Hunger2017-11-011-0/+7
* GccToolChain: Make macro cache biggerTobias Hunger2017-11-011-1/+1
* GccToolChain: Improve retrieval/caching of compiler dataTobias Hunger2017-10-271-32/+64
* Convert macros from plain QByteArray to a vector of structsMarco Bubke2017-09-141-12/+16
* ProjectExplorer: Use member initialization in Gcc's WarningFlagsAdderTobias Hunger2017-06-071-1/+1
* CppTools/ProjectManagers: Reduce ui blocking when loading projectsNikolai Kosjar2017-02-201-10/+53
* iOS: Fixes false warnings about iOS kit and Qt versionVikas Pachdha2016-09-211-1/+1
* Projectexplorer: Modernize codebaseTobias Hunger2016-04-151-8/+9
* ProjectExplorer: Retain original target triple for gcc toolchainsNikolai Kosjar2016-03-301-1/+17
* ProjectExplorer: ModernizeTobias Hunger2016-02-031-4/+1
* CppTools: Remove all references to the tool chain in the project partMarco Bubke2016-02-011-1/+0
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Consistently use Utils::FileNameListTobias Hunger2015-11-161-4/+4
* ToolChain: Get rid of type() in favor of typeId()Tobias Hunger2015-07-141-4/+0
* ToolChain: Introduce typeId() and shorten id()Tobias Hunger2015-07-131-1/+1
* GccToolChain: Use default copy constructorTobias Hunger2015-07-091-1/+1
* ToolChain: Use override on toolchains and related classesTobias Hunger2015-07-091-39/+40
* ToolChain: Turn id into a QByteArrayTobias Hunger2015-07-091-1/+1