summaryrefslogtreecommitdiff
path: root/Source/cmLocalVisualStudio7Generator.h
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: fix `performance-unnecessary-value-param` lintsBen Boeckel2022-11-291-1/+1
* clang-tidy: fix `modernize-use-override` lintsBen Boeckel2022-11-291-1/+1
* Source: Fix possible IWYU warnings in Windows generatorsNAKAMURA Takumi2021-11-201-0/+2
* cmLocalVisualStudio7Generator: Adopt SourcesVisited lookup tableBrad King2020-09-081-0/+9
* cmLocalVisualStudio7Generator: Consolidate target iterationBrad King2020-09-041-2/+1
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* Modernize memory managementMarc Chevrier2020-03-051-1/+6
* cmLocalVisualStudio7Generator: clean up c_str()Vitaly Stakhovsky2020-01-201-2/+2
* cmVisualStudio10TargetGenerator: use std::string for tagVitaly Stakhovsky2019-11-101-1/+1
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-041-2/+2
* Fix invalid ///! doxygen comment line startsSebastian Holtermann2019-03-311-1/+1
* cmVisualStudioGeneratorOptions: specify indentation with integerVitaly Stakhovsky2018-04-251-1/+1
* cmVisualStudioGeneratorOptions: Move XML code to subclassesVitaly Stakhovsky2018-03-261-1/+14
* VS: Use 'override' keyword for overridden methods in generator classesVitaly Stakhovsky2017-12-151-6/+6
* VS,Xcode: Add CMakeLists.txt sources without mutating targetsBrad King2017-10-181-2/+2
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* VS: Teach generators how to mark per-config source filesBrad King2017-04-131-1/+2
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Refactor module definition file selectionBrad King2017-03-091-1/+0
* iwyu: Fix VisualStudio specific issuesDaniel Pfeifer2016-11-281-5/+12
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-26/+26
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* VS: Optionally generate remote directory for WinCE projectsAndrej Bosik2016-03-151-0/+3
* VS: Port ComputeLongestObjectDirectory to cmGeneratorTargetStephen Kelly2015-10-241-1/+2
* VS7: Port to cmGeneratorTargetStephen Kelly2015-10-241-13/+16
* cmGeneratorTarget: Move GetTargetVersion from cmTarget.Stephen Kelly2015-10-161-1/+2
* cmLocalGenerator: Port GetTargetDirectory to cmGeneratorTarget.Stephen Kelly2015-10-151-1/+2
* 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: Do not accumulate configurations globally (#15577)Brad King2015-05-211-1/+3
* VS: Move version information to global generator.Stephen Kelly2015-05-191-1/+1
* VS: Simplify setting of flag table.Stephen Kelly2015-05-191-3/+0
* 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
* VS: Delay getting platform name in local generatorBrad King2014-07-171-3/+0
* stringapi: Use strings for generator namesBen Boeckel2014-03-081-1/+1
* stringapi: Miscellaneous char* parametersBen Boeckel2014-03-081-2/+2
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-4/+4
* stringapi: Take strings in escaping functionsBen Boeckel2014-03-081-1/+1
* stringapi: Use strings for VS project namesBen Boeckel2014-03-081-1/+1
* stringapi: Use strings in target nameBen Boeckel2014-03-081-8/+9
* Fix setting of the entry point symbol for Windows CE (#14088)Patrick Gansterer2013-08-051-1/+1
* VS: Avoid empty source groups in some cases (#3474)Anton Helwart2013-03-081-1/+1
* VS: Support setting correct subsystem and entry point for WinCEPatrick Gansterer2012-11-261-0/+1
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-8/+8
* VS: Add CMakeLists.txt re-run rules at start of generationBrad King2012-03-281-0/+1
* Pre-compute object file names before VS project generationBrad King2012-03-091-5/+1
* Remove unused partial OBJECT_FILES property implementationBrad King2012-03-061-3/+0