aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/generator/visualstudio
Commit message (Expand)AuthorAgeFilesLines
* VS generator: Fix clang-tidy complaintsChristian Kandeler2023-09-301-2/+2
* Add groups support for MS build projectNick Karg2023-09-221-76/+169
* Port from qAsConst() to std::as_const()Marc Mutz2023-05-221-1/+1
* RIP QMake buildIvan Komissarov2022-12-162-33/+0
* Fix Clang-Tidy & Clazy 'llvm-else-after-return' warningsDenis Shienkov2021-11-221-1/+1
* Fix Clang-Tidy & Clazy 'clazy-qstring-arg' warningsDenis Shienkov2021-11-152-10/+6
* Merge 1.20 into masterChristian Kandeler2021-08-201-1/+0
|\
| * Remove `import qbs` from all project filesDenis Shienkov2021-08-041-1/+0
* | Get rid of Set::to/from methodsIvan Komissarov2021-08-161-2/+3
|/
* Fix some Qt 6 build errorsChristian Kandeler2020-11-251-1/+1
* Use std::string_view in FileSaverIvan Komissarov2020-08-271-1/+1
* cmake: Fix target namesIvan Komissarov2020-08-201-1/+1
* Initial CMake portIvan Komissarov2020-08-171-0/+25
* Fix mingw linker issueOliver Wolff2020-07-161-0/+2
* visualstudiogenerator: fix generating projects for the new VSIvan Komissarov2020-07-061-1/+1
* ProductData: return members by const-referenceIvan Komissarov2020-06-022-4/+3
* Move some Visual Studio generator parts into libqbsmsbuildJake Petroules2020-04-1753-3796/+4
* Fix 'modernize-use-emplace' warningsIvan Komissarov2019-12-021-1/+1
* Apply 'modernize-make-unique' fix-itIvan Komissarov2019-11-282-2/+6
* Apply 'modernize-use-equals-default' fix-itIvan Komissarov2019-11-2520-58/+20
* Fix static buildChristian Kandeler2019-10-103-3/+3
* Fix readability-static-definition-in-anonymous-namespace warningsIvan Komissarov2019-05-211-4/+0
* Apply modernize-use-auto fix-itIvan Komissarov2019-05-202-2/+2
* Apply fix-its for the missing override keywordIvan Komissarov2019-05-0319-29/+29
* Fix uninitialized variablesIvan Komissarov2019-05-025-8/+8
* Fix calls to non-const begin()/end() in range-for loopsIvan Komissarov2019-03-065-13/+23
* Return initializer list where it is possibleDenis Shienkov2019-02-262-19/+7
* Use QStringLiteral more where it is possibleDenis Shienkov2019-02-252-3/+3
* Replace 'typedef' with 'using' where it is possibleDenis Shienkov2019-02-231-1/+1
* Use 'const auto' keywords more at objects allocationsDenis Shienkov2019-02-237-27/+27
* Merge 1.11 into masterChristian Kandeler2018-04-051-3/+5
|\
| * Adjust Visual Studio project generator to CLI changesJoerg Bornemann2018-03-221-3/+5
* | Use 'auto' keywords more for the allocated variablesDenis Shienkov2018-01-232-3/+3
|/
* Generators: Fix some includesChristian Kandeler2018-01-121-0/+1
* Do not use the set class outside corelibChristian Kandeler2017-12-072-7/+5
* Make Version a public classJake Petroules2017-12-011-1/+1
* corelib: Gather string constants in central placeChristian Kandeler2017-11-291-4/+6
* STL compatibility: use push_back() instead of append()Jake Petroules2017-11-222-7/+7
* Give the setupRunEnvironment script an additional parameterChristian Kandeler2017-11-221-1/+2
* Use nullptr to initialize the pointersDenis Shienkov2017-11-2026-30/+30
* STL compatibility: use empty() instead of isEmpty()Jake Petroules2017-11-161-1/+1
* Merge 1.10 into masterChristian Kandeler2017-10-201-1/+2
|\
| * Fix the build with MinGWJake Petroules2017-10-161-1/+2
* | Replace QScopedPointer with std::unique_ptrJoerg Bornemann2017-10-1319-23/+40
|/
* Convert FileSaver to use a standard C++ interfaceJake Petroules2017-09-187-76/+114
* Use qbsjson in the VisualStudioGuidPool implementationJake Petroules2017-09-113-20/+24
* Provide a logger instance to the generatorsJake Petroules2017-06-221-4/+4
* Transform the scanner plugin manager into a true generic plugin managerJake Petroules2017-06-1371-0/+5988