summaryrefslogtreecommitdiff
path: root/Source/cmLocalVisualStudioGenerator.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-1/+1
* Consolidate usage of VsProjectTypeSumit Bhardwaj2021-12-231-7/+2
* VS: Add custom VCEnd labels only in C# projectsSumit Bhardwaj2021-12-161-2/+2
* VS: add missing label in C# project-build eventsSteven Boswell2021-12-151-0/+7
* VS: Revert "Add missing label in C# project-build events"Brad King2021-12-021-6/+0
* VS: Add missing label in C# project-build eventsSteven Boswell2021-09-091-0/+6
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-1/+1
* VS: Use 'override' keyword for overridden methods in generator classesVitaly Stakhovsky2017-12-151-2/+2
* VS,Xcode: Add CMakeLists.txt sources without mutating targetsBrad King2017-10-181-2/+0
* Retire std::auto_ptr and its macro CM_AUTO_PTRMatthias Maennich2017-09-261-5/+3
* 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-5/+11
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Avoid using KWSys auto_ptr by adopting it ourselvesBrad King2016-06-291-3/+4
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-8/+6
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* VS: Port ImplibDir to cmGeneratorTargetStephen Kelly2015-10-241-1/+2
* VS: Port ComputeLongestObjectDirectory to cmGeneratorTargetStephen Kelly2015-10-241-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: Move version information to global generator.Stephen Kelly2015-05-191-20/+3
* 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
* VS14: Add Visual Studio 14 generator (#14982)Brad King2014-06-251-1/+3
* cmLocalGenerator: Add ComputeObjectFilenames interface.Stephen Kelly2014-03-131-0/+4
* Generalize cmCustomCommandGenerator to more fieldsBrad King2014-03-121-2/+2
* stringapi: Miscellaneous char* parametersBen Boeckel2014-03-081-1/+1
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-2/+3
* VS12: Add Visual Studio 12 generator (#14251)Brad King2013-06-281-1/+2
* VS: Add CMakeLists.txt re-run rules at start of generationBrad King2012-03-281-0/+2
* Pre-compute object file names before VS project generationBrad King2012-03-091-6/+2
* VS: Simplify object name computationBrad King2012-03-061-5/+1
* Enumerate VS11 version explicitly in local generatorsBrad King2011-11-141-1/+2
* Order VS local generator Version ivar values consistentlyBrad King2011-11-141-1/+17
* 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-5/+4
* VS: Create a Fortran DLL's import library directoryBrad King2011-02-101-1/+1
* Merge topic 'custom-command-refactor'Brad King2010-12-211-4/+2
|\
| * Simplify VS generator ConstructScript interfaceBrad King2010-12-081-4/+2
* | VS10: stop build on custom command error (#11533)David Cole2010-12-171-0/+7
|/
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Do Windows command line escapes for VS 10 tooBrad King2009-09-071-1/+0
* ENH: only 5 failing tests for VS 10Bill Hoffman2009-07-101-1/+2
* ENH: first pass at VS 10, can bootstrap CMake, but many tests still failBill Hoffman2009-06-251-6/+6
* ENH: Generalize exe implib dir creation for VSBrad King2009-06-161-0/+6
* BUG: fix #5326: source files with the same name in different groups lead to c...Alexander Neundorf2007-08-271-0/+5