aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/qbs-setup-toolchains/clangclprobe.cpp
Commit message (Expand)AuthorAgeFilesLines
* clang-cl: Create profiles for all clang-cls which were foundDmitrii Meshkov2024-02-161-5/+15
* clang-tidy: fix 'performance-no-automatic-move' warningIvan Komissarov2022-08-161-1/+1
* Do not use std::string in HostOsInfoIvan Komissarov2022-02-041-1/+1
* Use std::transform where it is possibleDenis Shienkov2022-01-271-5/+4
* clang-tidy: Fix 'misc-unused-using-decls' warningsIvan Komissarov2020-04-061-2/+0
* setup-toolchains now sets the qbs.toolchainType, not qbs.toolchainIvan Komissarov2020-03-091-3/+1
* Autodetect clang-cl by using ProbeIvan Komissarov2020-02-171-107/+13
* Autotedect MSVC compiler by using a probeIvan Komissarov2020-02-141-1/+4
* Merge branch '1.15' into masterRichard Weickelt2019-12-151-6/+23
|\
| * Fix auto-detection of the clang-cl installed with Visual Studiov1.15.0Ivan Komissarov2019-12-101-6/+23
* | Replace QList<qbs::Profile> with std::vector<qbs::Profile>Ivan Komissarov2019-11-251-1/+1
|/
* Merge 1.14 into masterChristian Kandeler2019-07-261-3/+43
|\
| * Improve clang-cl auto-detectionIvan Komissarov2019-07-251-1/+41
* | qbs-setup-toolchains: Refactor and improve the code a bitDenis Shienkov2019-07-161-9/+9
|/
* Add support for the clang-cl compilerIvan Komissarov2019-04-101-0/+172