summaryrefslogtreecommitdiff
path: root/Source/cmLocalVisualStudioGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Order VS local generator Version ivar values consistentlyBrad King2011-11-141-1/+2
* VS10: Fix exit code of custom commands with setlocal/endlocal (#11938)Brad King2011-04-111-4/+8
* VS: Use setlocal/endlocal only in VS 10 custom commandsBrad King2011-04-111-13/+37
* VS10: Fix working directory of consecutive custom commands (#11938)Brad King2011-04-081-14/+28
* VS: Create a Fortran DLL's import library directoryBrad King2011-02-101-2/+6
* Merge topic 'custom-command-generator-expressions'Brad King2010-12-211-1/+1
|\
| * Record backtrace in cmCustomCommandBrad King2010-12-151-1/+1
* | Merge topic 'custom-command-refactor'Brad King2010-12-211-33/+12
|\ \ | |/
| * Factor out common custom command generatorBrad King2010-12-081-31/+8