aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/gcctoolchain.cpp
Commit message (Expand)AuthorAgeFilesLines
* GccToolChain: Pass platform flags to more querying functionsChristian Kandeler2020-01-311-6/+12
* GCC: Detect ccache executablesChristian Kandeler2020-01-311-0/+7
* MessageManager: Allow messages from non-UI threadsChristian Kandeler2020-01-301-5/+3
* GccToolChain: Merge the compiler flag whitelistsChristian Kandeler2020-01-171-48/+37
* Make various Q_LOGGING_CATEGORY's staticAlessandro Portale2020-01-151-1/+1
* Merge remote-tracking branch 'origin/4.11'Eike Ziller2020-01-091-3/+6
|\
| * ProjectExplorer: Do not access output window from non-UI threadChristian Kandeler2020-01-081-3/+6
* | Move ProjectExplorer::WarningFlags to a more suitable locationChristian Kandeler2020-01-071-3/+3
* | GCC: Do not auto-detect broken compilersChristian Kandeler2019-12-191-0/+2
* | Utils: Rename FilePathList to simply FilePathshjk2019-12-181-9/+9
* | ProjectExplorer: Auto-detect GNU toolchain for RL78 architecture on WindowsDenis Shienkov2019-11-111-0/+33
|/
* ProjectExplorer: SimplifyNikolai Kosjar2019-11-011-3/+1
* ProjectExplorer: Fix a bugprone-argument-commentNikolai Kosjar2019-11-011-1/+1
* Toolchains: Better out-of-the-box support for the Intel C++ compilerChristian Kandeler2019-10-301-3/+7
* Clang: Avoid consuming gcc internal include pathsNikolai Kosjar2019-10-111-0/+46
* GccToolchain: Print command line arguments and error messageCristian Adam2019-10-011-2/+6
* GccToolChainFactory: Handle .exe suffix in detectForImport()Alessandro Portale2019-09-251-2/+2
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-09-121-2/+4
|\
| * Fix MSVC warningsOrgad Shaneh2019-09-111-2/+4
* | Disable GCC auto-detection on macOSEike Ziller2019-08-221-0/+3
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-08-151-1/+2
|\|
| * ProjectExplorer: Consider more compiler flags when collecting includesChristian Kandeler2019-08-131-1/+2
* | ProjectExplorer: Do not filter invalid abis in GccToolChain::fromMaphjk2019-08-021-6/+2
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-08-011-1/+2
|\|
| * Fix missing built-in header paths for iOSEike Ziller2019-07-311-1/+2
* | WebAssembly: Initial commitAlessandro Portale2019-07-251-0/+2
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-07-251-0/+4
|\|
| * ProjectExplorer: Fix using clang on WindowsChristian Kandeler2019-07-221-0/+4
* | Add support for LLVM -mllvm parameterAntonio Di Monaco2019-07-171-1/+1
* | ProjectExplorer: Auto-detect GNU toolchains provided by AtmelStudio v7Denis Shienkov2019-07-161-0/+28
* | ProjectExplorer: Auto-detect installed GNU tools for AVR on WindowsDenis Shienkov2019-07-151-2/+53
* | ProjectExplorer: Add additional GCC name filtersDenis Shienkov2019-07-151-0/+2
* | ProjectExplorer: Fix ABI unit testsChristian Kandeler2019-07-151-2/+2
* | Make the project managers tell the code model about include pathsChristian Kandeler2019-07-121-17/+20
* | ProjectExplorer: Auto-detect installed GNU tools for ARM on WindowsDenis Shienkov2019-07-101-1/+34
* | ProjectExplorer: Promote CMakeToolChainData to a global structurehjk2019-07-041-33/+33
* | ProjectExplorer: Rename one ToolChainFactory::autoDetect overloadhjk2019-07-021-4/+4
* | ProjectExplorer: Remove now unused code in MinGW toolchain detectionhjk2019-07-021-2/+0
* | ProjectExplorer: Use data member for ToolChain::typeDisplayNamehjk2019-06-201-26/+8
* | Use Utils::FilePath in SynchronousProcesshjk2019-06-111-1/+1
|/
* ProjectExplorer: Avoid redundant regexp matchesAlessandro Portale2019-05-291-3/+3
* Utils: Rename FileName to FilePathhjk2019-05-281-44/+44
* ProjectExplorer: (Re-)start using strings for mkspecshjk2019-05-281-42/+28
* ProjectExplorer: Use QVector<Abi> for abishjk2019-05-271-2/+1
* ProjectExplorer: Tighten the pattern for possible compiler file namesChristian Kandeler2019-05-271-2/+7
* ProjectExplorer: Improve "same file" detection for toolchainsChristian Kandeler2019-05-271-1/+2
* ProjectExplorer: Use an alias for QList<Abi>hjk2019-05-271-8/+8
* Some more FileName::appendPath() -> pathAppended() changeshjk2019-05-171-1/+1
* ProjectExplorer: Use ToolChainFactories to clone ToolChainshjk2019-05-161-27/+0
* ProjectExplorer: Make ToolChain::makeCommand return a FileNamehjk2019-05-151-10/+9