summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio6Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Create a static library's output dir for VS 6Brad King2009-10-281-0/+33
* Use per-config output dir in VS 6 templatesBrad King2009-10-281-0/+34
* Remove unused members of local VS 6 generatorBrad King2009-09-301-3/+0
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Silence VS generator for missing CMakeLists.txtBrad King2009-09-021-0/+4
* ENH: remove INCLUDE_EXTERNAL_MSPROJECT name hack, and use target properties i...Bill Hoffman2009-07-141-1/+3
* ENH: Simpler cmTarget::GetLinkerLanguage signatureBrad King2009-07-071-4/+2
* BUG: Avoid cmTarget::GetDirectory for utilitiesBrad King2009-07-031-7/+9
* STYLE: Replace large if() with named booleanBrad King2009-07-031-2/+3
* BUG: Create an exe's implib output dir for VS 6Brad King2009-06-161-0/+6
* ENH: Refactor VS 6 build event generationBrad King2009-06-161-86/+65
* 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