summaryrefslogtreecommitdiff
path: root/Source/cmLocalVisualStudio10Generator.h
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: fix `modernize-use-override` lintsBen Boeckel2022-11-291-1/+1
* Drop Visual Studio 10 2010 generatorBrad King2022-09-261-2/+2
* Source: Fix possible IWYU warnings in Windows generatorsNAKAMURA Takumi2021-11-201-0/+1
* cmLocalVisualStudio7Generator: Adopt SourcesVisited lookup tableBrad King2020-09-081-9/+0
* cmLocalVisualStudio7Generator: Consolidate target iterationBrad King2020-09-041-5/+1
* cmLocalVisualStudio10Generator: Simplify target ordering by dependenciesBrad King2020-09-041-4/+5
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-3/+1
* Fix invalid ///! doxygen comment line startsSebastian Holtermann2019-03-311-1/+1
* VS: Generate a custom command only in the least dependent targetFujii Hironori2018-04-231-0/+9
* VS: Use 'override' keyword for overridden methods in generator classesVitaly Stakhovsky2017-12-151-5/+5
* 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-0/+7
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-2/+0
* cmLocalGenerator: Create from already-constructed cmMakefile.Stephen Kelly2015-08-281-2/+1
* cmLocalGenerator: Remove Parent pointer.Stephen Kelly2015-08-281-1/+0
* cmLocalGenerator: Require a valid cmState::Snapshot in the ctor.Stephen Kelly2015-05-271-1/+2
* VS: Move version information to global generator.Stephen Kelly2015-05-191-1/+1
* cmLocalGenerator: Require a global generator in the constructor.Stephen Kelly2015-05-141-1/+2
* cmLocalGenerator: Require a parent in the constructor.Stephen Kelly2015-04-281-1/+1
* stringapi: Miscellaneous char* parametersBen Boeckel2014-03-081-1/+1
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-1/+1
* Order VS local generator Version ivar values consistentlyBrad King2011-11-141-1/+1
* VS: Use setlocal/endlocal only in VS 10 custom commandsBrad King2011-04-111-0/+1
* VS10: Fix working directory of consecutive custom commands (#11938)Brad King2011-04-081-1/+1
* VS10: stop build on custom command error (#11533)David Cole2010-12-171-0/+4
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: almost all tests passing in vs 10, commit fixes preprocess and starts v...Bill Hoffman2009-07-131-1/+2
* ENH: first pass at VS 10, can bootstrap CMake, but many tests still failBill Hoffman2009-06-251-0/+45