aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/ios/iosprobe.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded includes of QProcess from cpp filesJarek Kobus2021-11-011-1/+0
* Fix qHash-related size compatibility warnings by MSVCOrgad Shaneh2021-10-201-2/+2
* All: Replace most SynchronousProcess by QtcProcesshjk2021-06-231-1/+1
* Merge remote-tracking branch 'origin/4.15'Eike Ziller2021-06-071-1/+0
|\
| * iOS: Don't run event loop while executing xcode-selectEike Ziller2021-06-041-1/+1
* | Utils: Rename QtcProcess::Result::Finished to FinishedWithSuccesshjk2021-06-021-1/+1
* | Utils: Join SynchronousProcess::run and runBlocking implementationshjk2021-05-251-1/+2
* | Utils: Remove CommandLine argument from QtcProcess::run{,Blocking}hjk2021-05-191-2/+2
* | Utils: Make process results accessible through QtcProcess objecthjk2021-05-141-3/+3
* | Utils: Merge {synchronous,qtc}process.{h,cpp} file pairshjk2021-05-101-1/+1
|/
* Use qAsConst with non-const Qt containers in range-loopsAlessandro Portale2021-02-171-1/+1
* Utils: Add CommandLine convenience constructorshjk2019-07-231-1/+1
* Merge remote-tracking branch 'origin/4.10'Tim Jenssen2019-07-041-1/+2
|\
| * More Utils::toSet/toListhjk2019-07-041-1/+2
* | Use Utils::FilePath in SynchronousProcesshjk2019-06-111-2/+4
|/
* Utils: Rename FileName to FilePathhjk2019-05-281-4/+4
* Utils: Replace FileName::FileName(QFileInfo) by a named constructorhjk2019-05-131-2/+2
* Remove hard-coded disabling of debug logsOrgad Shaneh2018-10-131-1/+1
* Refactor iOS toolchain handlingJake Petroules2017-06-071-245/+76
* iOS: Add C toolchainVikas Pachdha2016-11-251-50/+82
* SynchronousProcess: Store raw bytes from stdout/stderr of the processTobias Hunger2016-07-151-1/+1
* Fix up QProcess::waitForFinished()Tobias Hunger2016-05-111-4/+8
* iOS: Make "skipping platform" debug message instead of warning.Eike Ziller2016-04-041-1/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* iOS: Refactor iOS tool chain and kit auto detectionEike Ziller2015-10-191-0/+20
* iOS: Fix kit creation with Xcode 7Eike Ziller2015-08-041-3/+10
* iOS: Do not drag unused QSettings objects around.Eike Ziller2015-08-041-21/+12
* Update LicenseEike Ziller2015-01-161-6/+6
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-09-031-1/+1
|\|
| * iOS: Fix determination of SDK with maximum versionEike Ziller2014-08-251-1/+1
* | Remove logging wrapper code for Qt 4 compatibilityhjk2014-08-271-7/+5
|/
* Ios: Fix version comparisonFawzi Mohamed2014-08-111-3/+3
* ios: convert to new logging infrastructureFawzi Mohamed2014-07-071-24/+20
* Ios: Remove unused local variablesOrgad Shaneh2014-05-061-3/+0
* Use double quotes instead of single quotes as per our guidelines.Christian Kandeler2014-04-221-1/+1
* ios: fix Xcode path detectionFawzi Mohamed2014-03-261-0/+1
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* ios: improve kit and toolchains autodetectionFawzi Mohamed2013-11-041-64/+18
* ios simulator debuggingFawzi Mohamed2013-10-291-0/+2
* ios: single xcode and cleaned configurationsFawzi Mohamed2013-10-141-7/+4
* iOSProbe: Cosmetic cleanupEike Ziller2013-10-071-47/+41
* ios: preliminary support for iosFawzi Mohamed2013-10-021-0/+355