summaryrefslogtreecommitdiff
path: root/Source/cmLocalVisualStudioGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* ENH: check in initial conv library stuffBill Hoffman2007-02-161-1/+2
* ENH: do not use relative paths for custom command commands if they working di...Bill Hoffman2007-01-181-1/+8
* BUG: Avoid leading and trailing newlines in custom command scripts because so...Brad King2006-10-251-6/+12
* ENH: Re-implemented command line argument shell quoting to support several pl...Brad King2006-09-271-1/+12
* BUG: Centralized generation of command line arguments in escaped form. This ...Brad King2006-09-211-0/+51
* BUG: Duplicate object name detection should not be case sensitive since this ...Brad King2006-08-081-5/+8
* BUG: Make sure sources with unknown extensions are not compiled by VS.Brad King2006-08-031-3/+13
* ENH: Adding .hh file as a C++ header file extension. Remove duplicate code f...Brad King2006-08-011-8/+12
* STYLE: fix long linesKen Martin2006-07-181-3/+2
* ENH: Moved unique object file name computation from cmLocalUnixMakefileGenera...Brad King2006-07-111-0/+89