aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/qbs-setup-toolchains/probe.cpp
Commit message (Expand)AuthorAgeFilesLines
* bare-metal: Improve the KEIL toolchain auto detectionDenis Shienkov2019-05-171-62/+1
* bare-metal: Improve the IAR toolchain auto detectionDenis Shienkov2019-05-171-64/+1
* bare-metal: Improve the SDCC toolchain auto detectionDenis Shienkov2019-05-171-60/+1
* bare-metal: Add SDCC toolchain supportDenis Shienkov2019-04-101-0/+65
* Add support for the clang-cl compilerIvan Komissarov2019-04-101-1/+7
* Use pass-by-value and moveIvan Komissarov2019-03-071-2/+4
* Fix calls to non-const begin()/end() in range-for loopsIvan Komissarov2019-03-061-2/+4
* Return initializer list where it is possibleDenis Shienkov2019-02-261-15/+13
* Use QStringLiteral more where it is possibleDenis Shienkov2019-02-251-34/+33
* 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
* setup-toolchains: Fix another possible QProcess timeoutChristian Kandeler2018-06-211-1/+1
* Replace 'foreach' macro with range-based 'for'Denis Shienkov2017-11-241-5/+10
* Add qbs.targetPlatform and qbs.hostPlatform propertiesJake Petroules2017-11-221-7/+6
* STL compatibility: use push_back() instead of operator<<Jake Petroules2017-11-161-3/+3
* STL compatibility: use empty() instead of isEmpty()Jake Petroules2017-11-161-1/+1
* STL compatibility: use size() instead of count()Jake Petroules2017-11-151-1/+1
* STL compatibility: use front() instead of first()Jake Petroules2017-11-141-1/+1
* Fix bogus warning about missing objcopy in setup-toolchains on macOSJake Petroules2017-09-131-2/+13
* Change style of #includes of Qt headersJake Petroules2017-01-041-5/+5
* Update license headersIikka Eklund2016-08-291-14/+23
* Remove superfluous includeJoerg Bornemann2016-07-011-1/+0
* Merge 1.5 into 1.6Jake Petroules2016-06-281-1/+1
|\
| * Do the OS X to macOS rename.v1.5.2Jake Petroules2016-06-271-1/+1
* | Determine Visual Studio architecture & build environment automatically.Jake Petroules2016-06-271-2/+0
* | Merge remote-tracking branch 'origin/1.5'Joerg Bornemann2016-06-081-1/+1
|\|
| * Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-061-1/+1
* | 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
* | 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
* setup-toolchains: Allow to set up a single, named MSVC profile.Christian Kandeler2016-02-291-7/+9
* 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
* Fix 'gcc.exe is not a standard compiler file name' message on Windows.Jake Petroules2015-08-261-2/+5
* Fix standard compiler name warning when using a toolchain prefix.Jake Petroules2015-08-071-7/+8
* Fix Windows build.Christian Kandeler2015-07-271-2/+2
* Reduce setup information hardcoded into toolchain probes.Jake Petroules2015-07-271-56/+27
* Prevent automatic casting from char* to QString.Christian Kandeler2015-04-231-6/+6
* remove Qt4 work-aroundsJoerg Bornemann2015-03-191-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-1/+0
* Merge branch '1.3' into 'master'Christian Kandeler2015-01-281-6/+6
|\
| * Update LicenseEike Ziller2015-01-261-6/+6
* | Fix handling of dSYM bundles.Jake Petroules2015-01-131-1/+3
* | Merge branch '1.3' into masterChristian Kandeler2015-01-091-3/+5
|\|