summaryrefslogtreecommitdiff
path: root/Source/cmVisualStudioWCEPlatformParser.h
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: fix `modernize-use-nullptr` lintsBen Boeckel2022-11-291-1/+1
* clang-tidy: fix `modernize-use-override` lintsBen Boeckel2022-11-291-3/+3
* clang-tidy: fix `modernize-use-default-member-init` lintsBen Boeckel2022-11-291-2/+1
* Source: Replace C headers with C++ onesRose2021-11-021-2/+1
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-1/+2
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* iwyu: Fix VisualStudio specific issuesDaniel Pfeifer2016-11-281-1/+4
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* make sure to include cmConfigure.h before cmStandardIncludes.hDaniel Pfeifer2016-09-031-0/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-13/+18
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* stringapi: Miscellaneous char* parametersBen Boeckel2014-03-081-2/+2
* Add command to generate environment for a Windows CE SDKPatrick Gansterer2012-11-301-0/+13
* VS: Add parser for WCE.VCPlatform.config to read WinCE platformsPatrick Gansterer2012-11-271-0/+55