aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/tools/vsenvironmentdetector.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix/suppress compiler warnings with Qt6/MSVCOrgad Shaneh2022-03-251-1/+1
* Fix Clang-Tidy & Clazy 'llvm-else-after-return' warningsDenis Shienkov2021-11-221-4/+2
* msvc: Pass -vcvars_ver to vcvarsall.bat when detecting environmentIvan Komissarov2021-04-231-0/+3
* Allow to specify windowsSdkVersionIvan Komissarov2021-04-191-2/+4
* Remove deleting trailing slash from VS env varsSergey Zhuravlev2020-05-191-2/+0
* Merge branch '1.15' into masterRichard Weickelt2020-02-051-0/+2
|\
| * MSVC: Avoid bad execution attempt of powershellOrgad Shaneh2020-01-081-0/+2
* | Adapt source code to Qt 6Christian Kandeler2019-12-171-2/+3
|/
* Fix build errors when cross-building Qbs with MinGW on LinuxRichard Weickelt2019-05-241-1/+1
* Add support for the clang-cl compilerIvan Komissarov2019-04-101-2/+11
* Fix calls to non-const begin()/end() in range-for loopsIvan Komissarov2019-03-061-4/+8
* Return initializer list where it is possibleDenis Shienkov2019-02-261-3/+3
* Use QStringLiteral more where it is possibleDenis Shienkov2019-02-251-3/+3
* MSVC: Add support for the Visual Studio 2017 Build ToolsChristian Kandeler2018-10-081-1/+1
* MSVC Probe: Expose WindowsSDKVersion and WindowsSdkDirJoerg Bornemann2018-07-101-1/+2
* corelib: Gather string constants in central placeChristian Kandeler2017-11-291-11/+13
* Use nullptr to initialize the pointersDenis Shienkov2017-11-201-1/+1
* Provide more detailed error message when failing to find vcvarsall.batJake Petroules2017-11-171-5/+20
* Fix return value of VsEnvironmentDetector::startJoerg Bornemann2017-10-121-3/+6
* Remove superfluous qAsConst callJoerg Bornemann2017-10-121-1/+1
* Replace all uses of QVector with std::vectorJake Petroules2017-03-291-10/+11
* Remove all usages of Q_FOREACH from the libraryChristian Kandeler2017-02-211-4/+5
* Change style of #includes of Qt headersJake Petroules2017-01-041-6/+6
* Make Win32 API usage long-path awareJake Petroules2016-12-051-1/+1
* Add VS 2017 supportJoerg Bornemann2016-12-021-4/+26
* Refactor MSVC toolchain detectionJoerg Bornemann2016-11-101-22/+47
* Update license headersIikka Eklund2016-08-291-14/+23
* Determine Visual Studio architecture & build environment automatically.Jake Petroules2016-06-271-0/+191