summaryrefslogtreecommitdiff
path: root/Source/cmLocalVisualStudioGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: fix `modernize-make-unique` lintsBen Boeckel2022-11-291-1/+3
* clang-tidy: fix `modernize-use-equals-default` lintsBen Boeckel2022-11-291-3/+1
* VS: Add proj as a project type to VsProjectTypeSumit Bhardwaj2022-02-121-1/+1
* Consolidate usage of VsProjectTypeSumit Bhardwaj2021-12-231-2/+2
* VS: Add custom VCEnd labels only in C# projectsSumit Bhardwaj2021-12-161-3/+3
* VS: add missing label in C# project-build eventsSteven Boswell2021-12-151-0/+17
* Merge topic 'vs-csproj-scripts'Brad King2021-12-031-10/+1
|\
| * VS: Revert "Add missing label in C# project-build events"Brad King2021-12-021-10/+1
* | Source: Fix possible IWYU warnings in Windows generatorsNAKAMURA Takumi2021-11-201-0/+6
* | cmCustomCommand: Move constructor arguments to individual settersNAKAMURA Takumi2021-11-181-7/+3
|/
* Rename cmProp in cmValueMarc Chevrier2021-09-211-1/+2
* VS: Add missing label in C# project-build eventsSteven Boswell2021-09-091-1/+10
* VS: Always enable CMAKE_MSVCIDE_RUN_PATHAsit Dhal2021-07-121-1/+1
* cmLocalGenerator: Factor out relative path conversion helpersBrad King2021-05-131-4/+2
* cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-3/+2
* Add support to indicate UTF-8 custom command pipe output encodingJustin Goshi2020-04-131-1/+3
* Remove redundant calls to CollapseFullPathBrad King2020-03-241-2/+1
* cmCustomCommand: Explicitly pass backtrace on constructionDaniel Eiband2019-11-241-2/+2
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-1/+2
* cmCustomCommandLine: Provide command line make functionsDaniel Eiband2019-09-161-7/+2
* cmTarget: Move member `*Commands` to implSebastian Holtermann2019-03-231-0/+1
* cmOutputConverter: move ConvertToRelativePath to cmStateDirectory.Bruno Manganelli2019-01-271-3/+4
* VS: Use range-based 'for' loops in generator codeVitaly Stakhovsky2017-12-211-9/+5
* Retire std::auto_ptr and its macro CM_AUTO_PTRMatthias Maennich2017-09-261-2/+2
* Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-161-1/+1
* VS: only add custom command line if it is not emptyMichael Stürmer2017-09-041-3/+7
* Merge topic 'enable_ptx_compilation'Brad King2017-04-211-3/+15
|\
| * CUDA: Allow sources to be compiled to .ptx filesRobert Maynard2017-04-201-3/+15
* | Replace boolean `implib` parameters with enumGregor Jasny2017-04-201-2/+4
|/
* cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-2/+2
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Convert: Inline uses of START_OUTPUTStephen Kelly2016-09-191-1/+3
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-0/+1
* Convert: Replace Convert(FULL) with equivalentStephen Kelly2016-08-271-1/+2
* Convert: Replace uses of Convert(NONE)Stephen Kelly2016-08-271-1/+1
* VS: Replace variable with an if()Stephen Kelly2016-08-271-2/+5
* Avoid using KWSys auto_ptr by adopting it ourselvesBrad King2016-06-291-2/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-57/+45
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-8/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* VS: Port ImplibDir to cmGeneratorTargetStephen Kelly2015-10-241-7/+5
* VS: Port ComputeLongestObjectDirectory to cmGeneratorTargetStephen Kelly2015-10-241-1/+1
* cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-151-2/+2
* cmGeneratorTarget: Move GetDirectory from cmTarget.Stephen Kelly2015-10-091-2/+4
* cmLocalGenerator: Create from already-constructed cmMakefile.Stephen Kelly2015-08-281-3/+2
* cmLocalGenerator: Remove Parent pointer.Stephen Kelly2015-08-281-2/+1
* cmLocalVisualStudioGenerator: Use computed .obj extension (#13685)Bastien Schatt2015-08-181-2/+2
* cmLocalGenerator: Require a valid cmState::Snapshot in the ctor.Stephen Kelly2015-05-271-2/+3
* Use cmSystemTools::GetCMakeCommand() to get path to cmake internallyBrad King2015-05-201-1/+1