aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/abi.cpp
Commit message (Expand)AuthorAgeFilesLines
* Parse "aarch64" as 64bit "arm" ABIUlf Hermann2016-03-151-0/+9
* Preferably use QStringRef::toInt().Friedemann Kleint2016-02-041-2/+2
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Abi: add OpenBSDCaspar Schutijser2016-01-181-0/+9
* Merge remote-tracking branch 'origin/3.6'Eike Ziller2015-11-231-6/+7
|\
| * Abi: Choose word width of 32b for x86 target-tripletsMartin Kampas2015-11-201-6/+7
* | Abi: Fix warning about conversion from int to unsigned charTobias Hunger2015-11-171-1/+1
|/
* ProjectExplorer: Support ABI triplet of cygwin (x86_64-pc-cygwin)Orgad Shaneh2015-10-121-1/+6
* ProjectExplorer: Support ABI triplet of MSYS2 (x86_64-pc-msys)Orgad Shaneh2015-08-191-1/+6
* Abi::hostAbi(): Add MSVC2015.Friedemann Kleint2015-08-191-1/+3
* support Visual Studio 2015Joerg Bornemann2015-06-151-2/+9
* Android 64bit toolchainsDaniel Teske2015-02-161-0/+3
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | ProjectExplorer: Fix unit test testFlavorForOsChristian Stenger2015-02-101-1/+1
* | ProjectExplorer: Add abi for VxWorksDaniel Teske2015-02-061-1/+23
* | Merge remote-tracking branch 'origin/3.3'Eike Ziller2015-01-081-0/+10
|\|
| * Abi: Correctly set ABI information for the BSDs in hostAbi().Raphael Kubo da Costa2015-01-071-0/+10
* | Make a few simple changes towards 64-bit iOS support.Jake Petroules2014-11-051-1/+3
|/
* Merge "Merge remote-tracking branch 'origin/3.2'"Eike Ziller2014-10-141-7/+8
|\
| * Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
| |\
| | * License updateEike Ziller2014-10-091-7/+8
* | | ProjectExplorer: Remove redundant namespace qualificationsOrgad Shaneh2014-10-141-22/+22
|/ /
* | Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-09-031-1/+5
|\|
| * Abi: Fix detection of mips64elOrgad Shaneh2014-08-251-1/+5
* | Use Qt 5's QStringList::join(QChar)hjk2014-08-251-1/+1
|/
* ProjectExplorer: Fix compilation with GCCOrgad Shaneh2014-08-051-1/+1
* ProjectExplorer: Improve detection of MIPS variantsOrgad Shaneh2014-08-041-2/+10
* ProjectExplorer: Cleanup triplet testsOrgad Shaneh2014-08-041-38/+36
* Abi: Remove endianness from ABITobias Hunger2014-07-241-8/+0
* Added test for Abi::abiFromTargetTriplet()Robert Loehning2014-02-041-0/+89
* ProjectExplorer: Recognize -android- in target tripleshjk2014-02-041-0/+4
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Abi: Remove traces of harmhattan and maemo supportDaniel Teske2013-10-251-11/+2
* Abi: Fix Abi constructor to not disallow certain abi combinationsDaniel Teske2013-10-251-2/+3
* Abi: Add unit tests for MSVC2013 detectionTobias Hunger2013-10-211-0/+12
* Add MSVC2013 supportYuchen Deng2013-10-211-2/+12
* Kill ";;" at end of statementNikolai Kosjar2013-09-041-1/+1
* Abi: Add method to guess ABI based on machinet tripletTobias Hunger2013-08-231-0/+72
* Abi: Add endianness methodTobias Hunger2013-06-211-0/+8
* Doc: use standard wording in \brief commandsLeena Miettinen2013-06-201-1/+2
* Clean headers in ProjectExplorer.Friedemann Kleint2013-03-261-1/+2
* Abi: Detect arm-based windows ce abis correctlyTobias Hunger2013-03-211-1/+11
* Android: Automatic Kit creationDaniel Teske2013-02-211-0/+1
* Fix unit test: UnknownFlavor should actually be listedTobias Hunger2013-02-131-1/+1
* Abi: Allow for unknown flavors in UITobias Hunger2013-02-061-5/+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
* | Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-291-1/+3
|\|
| * Check if we can read fileMontel Laurent2013-01-211-1/+3