aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/qbs-setup-toolchains/xcodeprobe.cpp
Commit message (Expand)AuthorAgeFilesLines
* Bump minimum Qt versionChristian Kandeler2023-09-121-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2023-05-221-2/+2
* apple: fix detecting xcode via xcode-selectIvan Komissarov2023-05-021-1/+1
* Fix Clang-Tidy & Clazy 'clazy-qstring-arg' warningsDenis Shienkov2021-11-151-1/+1
* Improve Xcode auto-detectionIvan Komissarov2020-08-311-3/+4
* xcode: add 'macosx-arm64' profile to the list of auto-created profilesIvan Komissarov2020-08-031-0/+2
* Fix Qt 5.15 deprecation warningsChristian Kandeler2020-06-161-1/+2
* setup-toolchains now sets the qbs.toolchainType, not qbs.toolchainIvan Komissarov2020-03-091-5/+1
* Replace QList<qbs::Profile> with std::vector<qbs::Profile>Ivan Komissarov2019-11-251-3/+3
* Fix readability-static-definition-in-anonymous-namespace warningsIvan Komissarov2019-05-211-43/+43
* Fix calls to non-const begin()/end() in range-for loopsIvan Komissarov2019-03-061-5/+7
* Return initializer list where it is possibleDenis Shienkov2019-02-261-1/+1
* Use QStringLiteral more where it is possibleDenis Shienkov2019-02-251-9/+9
* Call QProcess::waitForFinished with timeout of -1Joerg Bornemann2018-06-141-2/+2
* Add qbs.targetPlatform and qbs.hostPlatform propertiesJake Petroules2017-11-221-21/+17
* STL compatibility: use push_back() instead of append()Jake Petroules2017-11-221-1/+1
* STL compatibility: use push_back() instead of operator<<Jake Petroules2017-11-161-3/+3
* Replace QRegularExpression with std::regexJake Petroules2017-05-261-8/+11
* Change style of #includes of Qt headersJake Petroules2017-01-041-7/+7
* Fix passing -arch x86_64h or -arch armv7 to Clang for Apple targetsJake Petroules2016-12-091-1/+1
* Update license headersIikka Eklund2016-08-291-14/+23
* Don't set the compiler or linker name in the Xcode probeJake Petroules2016-07-281-2/+0
* Do the OS X to macOS rename.v1.5.2Jake Petroules2016-06-271-1/+1
* Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-061-1/+1
* Add skeleton tvOS support.Jake Petroules2015-09-111-3/+14
* Improve naming of detected Xcode profiles.Jake Petroules2015-07-301-4/+8
* Add skeleton Apple watchOS support.Jake Petroules2015-07-291-3/+14
* Introduce Xcode module.Jake Petroules2015-07-291-241/+82
* Xcode probe: add bsd to the targetOS list.Jake Petroules2015-04-291-1/+1
* update license headersJoerg Bornemann2015-03-021-2/+2
* Remove qbs.endianness property - it is not used and will not be used.Jake Petroules2015-02-041-2/+1
* Update LicenseEike Ziller2015-01-261-6/+6
* License update.Eike Ziller2014-10-161-7/+8
* Add tools/architectures.hChristian Kandeler2014-10-061-6/+3
* Avoid contractions in user-visible messages.Christian Kandeler2014-07-311-1/+1
* make the GCC linkerName different from compilerNameJoerg Bornemann2014-07-111-0/+2
* fix "Failed to compare version" warning on OS XJoerg Bornemann2014-07-101-2/+2
* fix XcodeProbe::compareVersionsJoerg Bornemann2014-04-231-3/+3
* Let detect-toolchains be used like setup-qt.Christian Kandeler2014-02-131-0/+362