summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudioGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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