summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio7Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* ENH: fix for vs 8Bill Hoffman2007-09-171-2/+2
* ENH: add support for vs 2008 beta 2Bill Hoffman2007-09-171-10/+3
* ENH: Moved GetTargetDirectory method up to cmLocalGenerator. This provides a...Brad King2007-08-011-1/+1
* BUG: Do not recognize preprocessor definition flags for the linker which has ...Brad King2007-08-011-2/+3
* BUG: fix DLL and DEF being lost and add real support for /DEF: /DLL does not ...Bill Hoffman2007-07-311-3/+4
* ENH: Merging changes from branch CMake-SourceFile2-b between tagsBrad King2007-06-181-21/+8
* COMP: Fix build for windows-only generators after change to GetSourceFiles si...Brad King2007-05-281-3/+3
* BUG: don't use non-imported target when cross compiling as commands in custom...Alexander Neundorf2007-05-241-1/+0
* ENH: Fixed INSTALL_FILES and INSTALL_PROGRAMS commands to not create targets....Brad King2007-05-231-3/+1
* STYLE: fix line lengthAlexander Neundorf2007-05-101-1/+2
* BUG: fix problem for non-C/CXX languages with Visual Studio, theAlexander Neundorf2007-05-091-2/+5
* BUG: Fixed cmLocalVisualStudio7Generator to deal with quotes in macro definit...Brad King2007-05-091-9/+8
* ENH: now target names can be used in add_custom_command() andAlexander Neundorf2007-05-091-33/+27
* COMP: removed unused variable tempAlexander Neundorf2007-05-041-1/+0
* ENH: added internal target property for the name of the project fileKen Martin2007-04-101-4/+1
* ENH: Created method cmTarget::GetExportMacro to centralize computation of the...Brad King2007-03-281-15/+3
* ENH: Added support for import libraries created by executable and module targ...Brad King2007-03-191-13/+7
* ENH: Added computation of object file names that are almost always short enou...Brad King2007-03-161-1/+23
* BUG: Reverting previous changes related to using an empty string for a relati...Brad King2007-03-141-4/+0
* BUG: When the current output directory is a link directory we need to referen...Brad King2007-03-141-0/+4
* BUG: All executable and library project types should specify a program databa...Brad King2007-03-141-21/+6
* BUG: Split precompiled header flags into a separate per-global-generator flag...Brad King2007-03-121-83/+84
* ENH: Added implib option to cmTarget::GetDirectory to support a separate dire...Brad King2007-03-091-15/+9
* ENH: Combined cmTarget::GetDirectory and cmTarget::GetOutputDir since they ar...Brad King2007-03-081-7/+7
* ENH: Replaced LibraryOutputPath and ExecutableOutputPath variables in Makefil...Brad King2007-03-081-53/+22
* BUG: Get rid of ancient variables CMAKE_CXX_WARNING_LEVEL, CMAKE_CXX_USE_RTTI...Brad King2007-03-071-11/+0
* COMP: fix some w4 warningsKen Martin2007-03-021-1/+1
* STYLE: fix line lengthBill Hoffman2007-02-211-1/+2
* BUG: fix for bug 4423 set language fixesBill Hoffman2007-02-201-2/+9
* STYLE: fix line length issuesBill Hoffman2007-02-171-1/+2
* ENH: fix for vs ideBill Hoffman2007-02-161-0/+14
* ENH: check in initial conv library stuffBill Hoffman2007-02-161-0/+13
* BUG: Do not hack the exception handling default for linker flags or for per-s...Brad King2007-02-151-0/+8
* STYLE: fix line lengthBill Hoffman2007-02-011-1/+2
* ENH: Added cmTarget::GetPDBName method to simplify computation of .pdb file n...Brad King2007-02-011-14/+2
* BUG: Do not use bitwise OR on bool.Brad King2007-02-011-1/+1
* ENH: Added a special flags integer field to the flag map entries. Added flag...Brad King2007-02-011-79/+141
* COMP: Removed unused variable.Brad King2007-02-011-1/+0
* ENH: Added mapping of /NODEFAULTLIB flag when no values are provided.Brad King2007-02-011-0/+2
* ENH: Reimplemented parsing and mapping of flags into vcproj file attribute op...Brad King2007-02-011-279/+374
* BUG: The .pdb file generated for a library or executable should match the rea...Brad King2007-02-011-17/+61
* BUG: make sure external vs projects use the GUID in the project if it has one.Bill Hoffman2007-01-311-1/+81
* STYLE: fix link lenght issueBill Hoffman2007-01-151-2/+4
* BUG: fix for bug 4239, NODEFAULTLIB flag support in ideBill Hoffman2007-01-121-11/+41
* BUG: When writing newlines between script portions in prebuild, prelink, and ...Brad King2006-10-261-3/+3
* BUG: Adjust prebuild/prelink/postbuild script construction to account for Con...Brad King2006-10-251-0/+12
* ENH: Adding image version number (major.minor) property to windows binaries. ...Brad King2006-10-161-0/+13
* BUG: fix for bug#3908 if header_file_only is set on cxx files in visual studi...Bill Hoffman2006-10-131-4/+14
* BUG: fix for fat file systems and vs8 #2617Bill Hoffman2006-10-041-0/+11
* BUG: fix for bug#3362 xml escapes on -D stuff for visual studioBill Hoffman2006-10-041-1/+1