summaryrefslogtreecommitdiff
path: root/Source/cmVisualStudioSlnParser.cxx
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: fix `readability-string-compare` lintsBen Boeckel2022-11-291-23/+22
* clang-tidy: fix `readability-braces-around-statements` lintsBen Boeckel2022-11-291-52/+80
* clang-tidy: fix `readability-else-after-return` lintsBen Boeckel2022-11-291-8/+5
* clang-tidy: fix `readability-static-accessed-through-instance` lintsBen Boeckel2022-11-291-5/+5
* clang-tidy: fix `modernize-use-equals-default` lintsBen Boeckel2022-11-291-3/+1
* clang-tidy: fix `modernize-use-default-member-init` lintsBen Boeckel2022-11-291-4/+1
* VS: Handle build target correct for .NET SDK style projects with Any CPUFlorian Schweiger2022-02-071-10/+29
* VS: Set Visual Studio versions read out from solution fileFlorian Schweiger2022-02-071-2/+7
* Source: Fix possible IWYU warnings in Windows generatorsNAKAMURA Takumi2021-11-201-1/+3
* pass cm::string_view to cmVisualStudioSlnParser::ParseTag()Rolf Eike Beer2020-03-231-5/+5
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-4/+5
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-041-1/+1
* cmStringAlgorithms: cmIsSpace, cmTrimWhitespace, cmEscapeQuotes, cmTokenizeSebastian Holtermann2019-08-051-8/+7
* Cleanups: Use cmHas{Prefix,Suffix} instead of String{Starts,Ends}WithSebastian Holtermann2019-08-011-2/+3
* Using front() and back() instead of calculationsCengizhan Pasaoglu2018-11-061-3/+3
* Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-161-1/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-203/+159
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-32/+0
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-1/+2
* VS: Create parser for Visual Studio .sln filesPetr Kmoch2013-04-121-0/+712