aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/gcctoolchain.cpp
Commit message (Expand)AuthorAgeFilesLines
* GccToolChain: Improve findLocalCompilerTobias Hunger2017-09-291-6/+24
* Convert macros from plain QByteArray to a vector of structsMarco Bubke2017-09-141-56/+53
* GccToolChains: Do not change language based on canonicalPathTobias Hunger2017-09-121-3/+2
* Merge remote-tracking branch 'origin/4.4'Eike Ziller2017-09-051-4/+16
|\
| * GCC/Clang: Use sysroot from build system if kit doesn't set sysrootEike Ziller2017-09-051-4/+16
* | GCC: Detect also 16-bit widthOrgad Shaneh2017-07-271-0/+2
* | GCC: Do not always append space to display nameOrgad Shaneh2017-07-271-1/+1
* | GCC: Test for actually used ABI attributes instead of isValid()Orgad Shaneh2017-07-271-1/+1
* | GCC: Detect multiple versions of gcc/g++ on linuxOrgad Shaneh2017-07-251-16/+30
* | Merge remote-tracking branch 'origin/4.4'Eike Ziller2017-07-251-1/+1
|\|
| * GccToolchain: Minor cleanupOrgad Shaneh2017-07-241-1/+1
* | GCC: Auto-detect also cross-compilers on linuxOrgad Shaneh2017-07-171-13/+36
* | GCC: Use right language on macro detectionOrgad Shaneh2017-07-171-6/+11
|/
* Toolchain support: Better detection of cross-compilersChristian Kandeler2017-06-161-4/+8
* Recognize mips64 toolchains from the Android NDKJake Petroules2017-05-291-0/+4
* ProjectExplorer: Fix language for previously auto-detected toolchainsOrgad Shaneh2017-05-291-1/+6
* GccToolChain: Do not deadlock on compiler path changesNikolai Kosjar2017-05-191-0/+1
* GccToolChain: Fix detection of 32 bit MinGW on 64 bit systemRobert Loehning2017-04-261-1/+1
* ProjectExplorer: Fix clang ABI detectionOrgad Shaneh2017-04-071-0/+8
* Merge remote-tracking branch 'origin/4.2' into 4.3Orgad Shaneh2017-03-141-0/+1
|\
| * ProjectExplorer: Evaluate -mfloat-abi for macrosNikolai Kosjar2017-03-131-0/+1
* | GccToolChain: Remove autodetection for gcc-4.0 and 4.2 on macOSTobias Hunger2017-03-141-11/+0
* | Remove spaces in initializer listsTim Jenssen2017-02-221-36/+36
* | ProjectExplorer: Avoid calling network compilersNikolai Kosjar2017-02-201-8/+30
* | CppTools/ProjectManagers: Reduce ui blocking when loading projectsNikolai Kosjar2017-02-201-90/+198
* | ToolChains: Implement detection of toolchains based on compiler pathTobias Hunger2017-02-091-0/+37
* | GccToolChainFactory: Split up autodetection of toolchainsTobias Hunger2017-02-091-9/+33
* | ProjectExplorer: Rearrange some statementsNikolai Kosjar2017-02-021-4/+3
* | ToolChains: Fix soft assertTobias Hunger2017-01-241-1/+1
* | ProjectExplorer: Added support for registering custom languagesFilippo Cucchetto2017-01-231-24/+26
* | ToolChains: Make language part of the default toolchain nameTobias Hunger2016-12-211-4/+5
* | GccToolChain: Remove QLatin1StringsTobias Hunger2016-11-251-166/+122
* | Accept --gcctoolchain= argument to GCC-based compilersTobias Hunger2016-11-251-2/+4
|/
* Merge remote-tracking branch 'origin/4.1'Eike Ziller2016-09-131-6/+7
|\
| * GccToolChain: Redetect ABIs if the targetAbi is invalidTobias Hunger2016-09-121-6/+7
* | Rename Abi::MacOS/GenericMacFlavor to DarwinOS/GenericDarwinFlavorJake Petroules2016-08-221-12/+12
* | Merge remote-tracking branch 'origin/4.1'Orgad Shaneh2016-07-221-5/+6
|\|
| * Gcc: Cache macros after arguments are cleaned upTobias Hunger2016-07-211-5/+6
* | GccToolChain: Auto-detect C compilersTobias Hunger2016-07-141-10/+31
* | ToolChain: Create toolchains for different languagesTobias Hunger2016-07-141-4/+4
* | ToolChainFactory: Add support for different languagesTobias Hunger2016-07-141-0/+20
* | ToolChain: Make sure all ToolChains have a language setTobias Hunger2016-07-141-1/+4
|/
* ToolChains: Trigger ToolChainManager::toolChainChanged signalTobias Hunger2016-07-061-0/+9
* Toolchain: Fix -std=gnu++XX gcc/clang option parsingAntoine Poliakov2016-06-201-1/+7
* Don't show wait cursor when doing lots of fast operationsBogDan Vatra2016-06-101-1/+1
* Fix up QProcess::waitForFinished()Tobias Hunger2016-05-111-32/+8
* Projectexplorer: Modernize codebaseTobias Hunger2016-04-151-9/+7
* Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-04-121-0/+2
|\
| * ProjectExplorer: Ensure valid target triple for known gcc toolchainsNikolai Kosjar2016-04-061-0/+2
* | Set LC_MESSAGES instead of LC_ALL for parsing the error outputJarek Kobus2016-04-111-2/+1
|/