aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/qbs-setup-toolchains
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\|
| * Fix setup-toolchains when the compiler name is g++ and no --type is set.Jake Petroules2016-05-231-0/+2
* | Determine compiler version automatically for GCC.Jake Petroules2016-05-231-59/+7
* | Automatically determine the compiler's architecture.Jake Petroules2016-05-111-7/+2
* | Do extensive validation on the value of qbs.toolchain.Jake Petroules2016-04-291-16/+5
|/
* setup-toolchains: Fix tools detection with MinGWOrgad Shaneh2016-04-061-2/+2
* setup-toolchains: Minor optimizations for QFileInfo usagesOrgad Shaneh2016-04-061-4/+5
* MSVC detection: Account for random Windows file name case.Christian Kandeler2016-03-141-1/+1
* setup-toolchains: Allow to set up a single, named MSVC profile.Christian Kandeler2016-02-294-9/+49
* Introduce new assembler-related properties.Jake Petroules2015-10-311-0/+1
* Change inappropriate host check to a target check.Jake Petroules2015-10-301-1/+2
* Add skeleton tvOS support.Jake Petroules2015-09-111-3/+14
* Remove mistakenly committed code.Jake Petroules2015-09-031-16/+0
* Fix Visual Studio environment detector.Jake Petroules2015-09-031-7/+34
* Merge 1.4 into master.Christian Kandeler2015-08-281-2/+5
|\
| * Fix 'gcc.exe is not a standard compiler file name' message on Windows.Jake Petroules2015-08-261-2/+5