aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/qbs-setup-toolchains
Commit message (Expand)AuthorAgeFilesLines
* Fix version detection for MSVC 2017David Schulz2019-03-151-2/+2
* Return initializer list where it is possibleDenis Shienkov2019-02-263-18/+16
* Use QStringLiteral more where it is possibleDenis Shienkov2019-02-254-54/+53
* Fix allocating temp QString on each iterationIvan Komissarov2019-02-201-1/+1
* bare-metal: Add possibility to create the KEIL toolchain profileDenis Shienkov2019-02-191-0/+66
* bare-metal: Don't set the IAR's qbs.architecture if it is emptyDenis Shienkov2019-02-191-1/+2
* bare-metal: Add possibility to create the IAR toolchain profileDenis Shienkov2019-02-181-0/+67
* Make setup-toolchains and setup-android behave like setup-qtChristian Kandeler2018-12-181-0/+1
* MSVC: Add support for the Visual Studio 2017 Build ToolsChristian Kandeler2018-10-081-11/+95
* setup-toolchains: Fix another possible QProcess timeoutChristian Kandeler2018-06-211-1/+1
* Call QProcess::waitForFinished with timeout of -1Joerg Bornemann2018-06-141-2/+2
* Add support for system-level settingsChristian Kandeler2018-06-013-4/+12
* qbs-setup-toolchains: Check for presence of cl.exe in MSVC bin pathsJoerg Bornemann2018-05-241-3/+6
* Make Version a public classJake Petroules2017-12-011-1/+1
* Replace 'foreach' macro with range-based 'for'Denis Shienkov2017-11-242-16/+29
* Add qbs.targetPlatform and qbs.hostPlatform propertiesJake Petroules2017-11-223-29/+24
* 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-163-7/+7
* STL compatibility: use empty() instead of isEmpty()Jake Petroules2017-11-162-6/+6
* STL compatibility: use size() instead of count()Jake Petroules2017-11-152-2/+2
* STL compatibility: use front() instead of first()Jake Petroules2017-11-142-2/+2
* Use the [[noreturn]] attribute instead of Q_NORETURNChristian Kandeler2017-10-301-2/+2
* Fix bogus warning about missing objcopy in setup-toolchains on macOSJake Petroules2017-09-131-2/+13
* Add Windows UAC fix to qbs-setup-android and qbs-setup-toolchainsJake Petroules2017-08-211-0/+5
* Merge 1.8 into masterChristian Kandeler2017-06-021-2/+2
|\
| * Revert "Fix (wrong) GCC7 fallthrough warnings"Orgad Shaneh2017-06-022-3/+2
| * Fix (wrong) GCC7 fallthrough warningsOrgad Shaneh2017-06-011-0/+1
* | Replace QRegularExpression with std::regexJake Petroules2017-05-261-8/+11
|/
* Replace all uses of QVector with std::vectorJake Petroules2017-03-291-24/+23
* Merge remote-tracking branch 'origin/1.7'Joerg Bornemann2017-03-171-9/+57
|\
| * Fix setup-toolchains for Visual C++ Build ToolsJoerg Bornemann2017-03-161-9/+57
* | Fix command-line parsing bug with some toolsChristian Kandeler2017-02-031-1/+1
* | Change style of #includes of Qt headersJake Petroules2017-01-049-23/+23
|/
* Fix qbs-setup-toolchains with concretely specified MSVCJoerg Bornemann2016-12-211-0/+1
* Fix passing -arch x86_64h or -arch armv7 to Clang for Apple targetsJake Petroules2016-12-091-1/+1
* Add VS 2017 supportJoerg Bornemann2016-12-021-38/+99
* Prepare VS Qt version matching for VS 2017Joerg Bornemann2016-11-301-1/+1
* Speed up qbs-setup-toolchains for MSVCJoerg Bornemann2016-11-101-22/+27
* Refactor MSVC toolchain detectionJoerg Bornemann2016-11-101-51/+48
* Update license headersIikka Eklund2016-08-295-70/+115
* Update license headersIikka Eklund2016-08-294-56/+92
* Don't set the compiler or linker name in the Xcode probeJake Petroules2016-07-281-2/+0
* Remove superfluous includeJoerg Bornemann2016-07-011-1/+0
* Fix regression in setup-toolchainsChristian Kandeler2016-06-291-3/+8
* Merge 1.5 into 1.6Jake Petroules2016-06-282-2/+2
|\
| * Do the OS X to macOS rename.v1.5.2Jake Petroules2016-06-272-2/+2
* | Determine Visual Studio architecture & build environment automatically.Jake Petroules2016-06-279-605/+52
* | Merge remote-tracking branch 'origin/1.5'Joerg Bornemann2016-06-0814-14/+14
|\|
| * Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-0614-14/+14
* | Merge 1.5 into master.Christian Kandeler2016-05-271-0/+2
|\|