aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/tools/msvcinfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* msvc: Pass -vcvars_ver to vcvarsall.bat when detecting environmentIvan Komissarov2021-04-231-0/+21
* Fix build with older compilersIvan Komissarov2021-04-201-1/+1
* Fix detecting MSVC via Probe when multiple versions are presentIvan Komissarov2021-04-191-1/+10
* Fix '-Wclazy-range-loop' warningsIvan Komissarov2020-06-081-2/+4
* clang-tidy: Fix 'cppcoreguidelines-pro-type-member-init' warningsIvan Komissarov2020-04-271-1/+1
* Autotedect MSVC compiler by using a probeIvan Komissarov2020-02-141-0/+355
* clang-cl: Fix macro dumpingIvan Komissarov2020-02-141-21/+26
* Fix parseCommandLine() functionIvan Komissarov2020-02-031-6/+9
* clang-cl: Fix build warningsIvan Komissarov2020-01-281-1/+1
* Add support for the clang-cl compilerIvan Komissarov2019-04-101-0/+80
* Use pass-by-value and moveIvan Komissarov2019-03-071-1/+1
* 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-1/+1
* Use 'const auto' keywords more at objects allocationsDenis Shienkov2019-02-231-1/+1
* Call QProcess::waitForFinished with timeout of -1Joerg Bornemann2018-06-141-1/+1
* Merge 1.11 into masterChristian Kandeler2018-03-021-1/+6
|\
| * Fix race condition in MSVC detection codeChristian Kandeler2018-03-011-1/+6
* | Use 'auto' keywords more for the allocated variablesDenis Shienkov2018-01-231-1/+1
|/
* corelib: Gather string constants in central placeChristian Kandeler2017-11-291-4/+7
* STL compatibility: use push_back() instead of append()Jake Petroules2017-11-221-1/+1
* Replace QScopedPointer with std::unique_ptrJoerg Bornemann2017-10-131-1/+0
* Automatically determine built-in compiler definesJake Petroules2017-08-111-5/+19
* Remove all usages of Q_FOREACH from the libraryChristian Kandeler2017-02-211-2/+2
* Change style of #includes of Qt headersJake Petroules2017-01-041-7/+7
* Fix warning on UnixChristian Kandeler2016-12-021-4/+2
* Simplify determination of MSVC compiler definesJoerg Bornemann2016-12-021-57/+29
* Speed up qbs-setup-toolchains for MSVCJoerg Bornemann2016-11-101-1/+32
* Refactor MSVC toolchain detectionJoerg Bornemann2016-11-101-8/+19
* Merge 1.6 into masterChristian Kandeler2016-10-171-0/+4
|\
| * Cleanup remaining qbs_dummy files on detection of the MSVC environmentThomas Epting2016-10-061-0/+4
* | Update license headersIikka Eklund2016-08-291-13/+22
|/
* Determine Visual Studio architecture & build environment automatically.Jake Petroules2016-06-271-0/+206