summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/gcctoolchain.cpp
Commit message (Expand)AuthorAgeFilesLines
* gcctoolchain: ensure that arch is passed just onceFawzi Mohamed2014-03-271-2/+4
* Gcc: Fix -sysroot option: It is --sysrootTobias Hunger2014-03-241-1/+1
* QtcProcess: Introduce a QtcProcess::Arguments classhjk2014-02-191-4/+5
* FileUtils: Add static method to construct FileNames from Latin1Tobias Hunger2014-02-111-16/+16
* Pass PIC/PIE options to gcc when asking for defines.Erik Verbruggen2014-01-101-1/+3
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-1/+1
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* | ProjectExplorer: Add history completer to path choosersTobias Hunger2013-11-261-0/+1
|/
* GccToolChainConfigWidget: Keep custom ABIsTobias Hunger2013-11-141-3/+13
* gcctoolchain: improve architecture detection on macFawzi Mohamed2013-11-051-2/+7
* GccToolChain: Update ABIs on MacTobias Hunger2013-11-041-16/+9
* ClangToolChain: Allow clang-macx-32 mkspecDaniel Teske2013-11-041-0/+1
* GccToolChain: Improve detection of 64bit/32bitTobias Hunger2013-11-041-35/+43
* GccToolChain: Make macro retrieval more explicitTobias Hunger2013-10-291-4/+11
* GccToolchain: Move reinterpretOptions into the headerTobias Hunger2013-10-291-6/+0
* GccToolChain: Make macroCache handling accessibleTobias Hunger2013-10-291-20/+39
* GccToolChain: Shorten and move gccPredefinedMacroOptionsTobias Hunger2013-10-291-10/+5
* GccToolchain: Do not warn about invalid defines on failed runsTobias Hunger2013-10-291-1/+1
* GccToolchain: Whitespace fixTobias Hunger2013-10-291-4/+4
* Qnx: Add new QccToolChain class for qcc compilersEl Mehdi Fekari2013-10-291-53/+70
* Remove support for Madde-based platforms.Christian Kandeler2013-10-151-13/+1
* Fix automatic mkspec setting for iOS simulator buildsEike Ziller2013-09-301-1/+2
* Merge remote-tracking branch 'origin/2.8'Eike Ziller2013-09-271-3/+3
|\
| * Doc: edit projectexplorer API docsLeena Miettinen2013-09-111-3/+3
* | Kill ";;" at end of statementNikolai Kosjar2013-09-041-1/+1
* | Introduce an enumeration for toolchain autodetection.Friedemann Kleint2013-09-031-18/+18
* | Output warning when g++ - invocation fails in GccToolchain.Friedemann Kleint2013-09-031-1/+10
* | Always add command path to environment in GccToolchain.Friedemann Kleint2013-09-031-7/+14
* | Abi: Add method to guess ABI based on machinet tripletTobias Hunger2013-08-231-67/+7
* | Merge remote-tracking branch 'origin/2.8'Oswald Buddenhagen2013-08-211-0/+2
|\ \ | |/
| * gcctoolchain: fix read only gcc toolchain widgetFawzi Mohamed2013-07-291-0/+2
* | ProjectExplorer: Streamline ToolchainFactory interfacehjk2013-08-121-66/+52
* | Gcc: Sanity check predefined macrosTobias Hunger2013-07-251-0/+3
* | Gcc: Make sure to not add '\n' to output needlesslyTobias Hunger2013-07-251-1/+5
* | Gcc: Speed up autodetection of broken gccsTobias Hunger2013-07-251-1/+3
|/
* Workaround for Clang generating wrong debug infoEike Ziller2013-06-251-0/+10
* Fix typo (|| operator instead of |)Nikolai Kosjar2013-05-021-1/+1
* ProjectExplorer: extended Toolchain::CompilerFlagsSergey Shambir2013-04-301-6/+93
* projectexplorer:gccToolchain: add support for platform flagsFawzi Mohamed2013-04-301-12/+113
* ToolChain: added warningFlags() methodSergey Shambir2013-04-231-0/+97
* Clean headers in ProjectExplorer.Friedemann Kleint2013-03-261-4/+0
* Abi: Fix PowerPC detectionTobias Hunger2013-03-151-3/+14
* Toolchains: improved gcc predefined macros detectionSergey Shambir2013-03-041-2/+5
* Gcc: Improve 32/64bit detection of tool chainsTobias Hunger2013-02-251-24/+62
* ToolChainManager: Drop autoDetected toolchains that are no longer valid.Daniel Teske2013-02-011-1/+5
* 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
* | GccToolChain: detecting GCC 4.8 flag -std=c++1ySergey Shambir2013-01-291-1/+2
* | Gcc: Display path of compiler as part of the default display nameTobias Hunger2013-01-091-3/+5
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-2/+1