summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio6Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* ENH: Support more preprocessor values in VS6Brad King2009-04-241-2/+3
* ENH: Support preprocessor def values in VS6Brad King2009-03-231-3/+3
* ENH: Refactor passing of max length object dirBrad King2008-12-161-11/+11
* STYLE: Fix line length style violations.David Cole2008-12-101-2/+4
* COMP: Fix the ExternalProject test for Visual Studio 6. Visual Studio 6 *.dsp...David Cole2008-12-091-16/+24
* STYLE: fix link length issuesBill Hoffman2008-12-081-11/+31
* BUG: fix for bug #8216Bill Hoffman2008-12-041-7/+6
* BUG: fix for rc and vs6Bill Hoffman2008-12-031-25/+34
* BUG: fix empty /D option for vs6, fix for 7580Bill Hoffman2008-09-091-1/+8
* COMP: Fix build with concept checking of STL.Brad King2008-05-161-1/+1
* BUG: fix for 6720, source groups on vs6 not workingBill Hoffman2008-04-211-1/+1
* BUG: cmTarget instances should not be copied. Removed pass-by-value argument...Brad King2008-01-291-1/+1
* ENH: Add cmTarget::GetLinkInformation method to allow several places in the g...Brad King2008-01-291-2/+3
* ENH: Updated exporting and importing of targets to support libraries and conf...Brad King2008-01-281-2/+1
* ENH: Implement linking with paths to library files instead of -L and -l separ...Brad King2008-01-221-6/+21
* ENH: Converted cmMakefile DefineFlags added by ADD_DEFINITIONS command into a...Brad King2008-01-181-0/+14
* ENH: Enable CMAKE_<lang>_DEFINE_FLAG for COMPILE_DEFINITIONS property impleme...Brad King2008-01-171-25/+25
* ENH: Renamed <CONFIG>_COMPILE_DEFINITIONS to COMPILE_DEFINITIONS_<CONFIG> for...Brad King2008-01-161-8/+8
* ENH: Create COMPILE_DEFINITIONS property for targets and source files. Creat...Brad King2008-01-141-4/+72
* BUG: Need to honor HEADER_FILE_ONLY source file property and exclude the sour...Brad King2007-11-201-1/+9
* ENH: Removed dependency on Templates/CMakeWindowsSystemConfig.cmake which is ...Brad King2007-11-091-17/+1
* BUG: Fixed passing of configuration names to GetRealDependency and ConstructS...Brad King2007-08-101-11/+18
* ENH: Moved GetTargetDirectory method up to cmLocalGenerator. This provides a...Brad King2007-08-011-0/+7
* ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to doAlexander Neundorf2007-06-281-1/+1
* ENH: Merging changes from branch CMake-SourceFile2-b between tagsBrad King2007-06-181-1/+1
* COMP: Fix build for windows-only generators after change to GetSourceFiles si...Brad King2007-05-281-4/+4
* 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-7/+1
* ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates anAlexander Neundorf2007-05-221-1/+2
* STYLE: fix line lengthsAlexander Neundorf2007-05-141-1/+2
* BUG: fix problem for non-C/CXX languages with Visual Studio, theAlexander Neundorf2007-05-091-3/+6
* ENH: now target names can be used in add_custom_command() andAlexander Neundorf2007-05-091-42/+54
* ENH: Created method cmTarget::GetExportMacro to centralize computation of the...Brad King2007-03-281-9/+4
* ENH: Added support for import libraries created by executable and module targ...Brad King2007-03-191-1/+3
* ENH: Added computation of object file names that are almost always short enou...Brad King2007-03-161-2/+27
* STYLE: Fix line-too-long.Brad King2007-03-101-2/+4
* BUG: Re-enable backward compatibility replacements in user-provided VS6 DSP t...Brad King2007-03-091-1/+1
* ENH: Implemented use of cmTarget::GetDirectory() in Visual Studio 6 generator...Brad King2007-03-091-2/+55
* ENH: fix crashBill Hoffman2007-02-201-8/+11
* BUG: fix for bug 4423 set language fixesBill Hoffman2007-02-201-2/+6
* STYLE: fix warningBill Hoffman2007-02-181-1/+1
* ENH: check in initial conv library stuffBill Hoffman2007-02-161-0/+12
* ENH: undo bug fix because of failed testBill Hoffman2007-01-231-37/+29
* ENH: add link flags for debug/release etcBill Hoffman2007-01-231-29/+37
* COMP: Remove unused variable.Brad King2006-10-251-1/+0
* BUG: Adjust prebuild/prelink/postbuild script construction to account for Con...Brad King2006-10-251-10/+9
* ENH: Adding image version number (major.minor) property to windows binaries. ...Brad King2006-10-161-0/+16
* ENH: Re-implemented command line argument shell quoting to support several pl...Brad King2006-09-271-0/+8
* BUG: Centralized generation of command line arguments in escaped form. This ...Brad King2006-09-211-2/+2
* ENH: Made cmLocalVisualStudioGenerator a superclass of cmLocalVisualStudio6Ge...Brad King2006-07-111-2/+27