summaryrefslogtreecommitdiff
path: root/Source/cmVisualStudioWCEPlatformParser.cxx
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: fix `readability-redundant-string-cstr` lintsBen Boeckel2022-11-291-2/+2
* clang-tidy: fix `modernize-use-auto` lintsBen Boeckel2022-11-291-2/+1
* clang-tidy: fix `modernize-use-nullptr` lintsBen Boeckel2022-11-291-1/+1
* Source: Fix possible IWYU warnings in Windows generatorsNAKAMURA Takumi2021-11-201-1/+5
* Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-161-4/+4
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Use std::replace for replacing chars in strings.Daniel Pfeifer2016-05-241-2/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-71/+39
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* stringapi: Miscellaneous char* parametersBen Boeckel2014-03-081-10/+10
* Fix detection of WinCE SDKs with 64bit verion of CMakePatrick Gansterer2013-08-051-2/+6
* Add command to generate environment for a Windows CE SDKPatrick Gansterer2012-11-301-6/+42
* VS: Add parser for WCE.VCPlatform.config to read WinCE platformsPatrick Gansterer2012-11-271-0/+139