summaryrefslogtreecommitdiff
path: root/Source/cmLocalVisualStudioGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* VS: Move version information to global generator.Stephen Kelly2015-05-191-2/+10
* cmGlobalGenerator: Move some flags from cmLocalGenerator.Stephen Kelly2015-05-141-2/+0
* cmLocalGenerator: Require a global generator in the constructor.Stephen Kelly2015-05-141-2/+3
* cmLocalGenerator: Require a parent in the constructor.Stephen Kelly2015-04-281-1/+3
* Add an option for explicit BYPRODUCTS of custom commands (#14963)Brad King2014-11-141-1/+3
* cmLocalGenerator: Add ComputeObjectFilenames interface.Stephen Kelly2014-03-131-0/+40
* Generalize cmCustomCommandGenerator to more fieldsBrad King2014-03-121-4/+2
* cmCustomCommand: Return std::string from GetWorkingDirectoryBrad King2014-03-121-4/+4
* stringapi: Miscellaneous char* parametersBen Boeckel2014-03-081-2/+2
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-2/+2
* Resolve warnings about unused variables.Stephen Kelly2012-11-071-1/+0
* Pre-compute object file names before VS project generationBrad King2012-03-091-63/+0
* VS: Simplify object name computationBrad King2012-03-061-57/+30
* VS: Use "call " keyword with .cmd and .bat file custom commands (#12445)David Cole2011-11-181-0/+14