summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudioGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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-141-2/+2
* cmGeneratorTarget: Move GetDirectory from cmTarget.Stephen Kelly2015-10-081-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
| * Simplify VS generator ConstructScript interfaceBrad King2010-12-081-4/+6
* | VS10: stop build on custom command error (#11533)David Cole2010-12-171-1/+13
|/
* Partial fix from bug #10503, use full paths to fix custom commands.Bill Hoffman2010-04-021-1/+1
* Add errorlevel checking after each custom command in a sequence.David Cole2010-03-111-1/+9
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Do Windows command line escapes for VS 10 tooBrad King2009-09-071-20/+1
* ENH: only 5 failing tests for VS 10Bill Hoffman2009-07-101-1/+20
* ENH: Generalize exe implib dir creation for VSBrad King2009-06-161-0/+30
* ENH: remove patch as directory change was already fixedBill Hoffman2008-01-151-7/+0
* BUG: fix for bug 6234, use cd /d so that drives can be changed.Bill Hoffman2008-01-151-0/+8
* BUG: When the working directory for a custom command is on another drive lett...Brad King2007-12-171-0/+10
* BUG: fix #5326: source files with the same name in different groups lead to c...Alexander Neundorf2007-08-271-22/+38
* ENH: Merging changes from branch CMake-SourceFile2-b between tagsBrad King2007-06-181-2/+2
* ENH: now target names can be used in add_custom_command() andAlexander Neundorf2007-05-091-2/+5