summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio6Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* STYLE: fix line lengthKen Martin2006-05-121-59/+101
* BUG: VS6 generator now uses ComputeLinkInformation just like all other genera...Brad King2006-04-191-67/+145
* BUG: Do not require language flags variables. Other generators do not, and i...Brad King2006-04-181-5/+5
* ENH: Updated VS6 generator to use target.GetFullName() to compute target file...Brad King2006-04-181-22/+25
* ENH: Split CMAKE_STANDARD_LIBRARIES into per-language variables CMAKE_<lang>_...Brad King2006-04-111-10/+31
* ENH: Added support for multiple outputs generated by a single custom command....Brad King2006-04-111-25/+46
* ENH: add support for per config target LINK_FLAGSBill Hoffman2006-04-031-3/+22
* ENH: removed unused rules from targets for VSKen Martin2006-03-231-41/+1
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-92/+93
* COMP: Even more global target fixesAndy Cedilnik2006-02-241-4/+3
* BUG: More fixing of support for global target son visual studioAndy Cedilnik2006-02-241-3/+7
* BUG: Add target-level COMPILE_FLAGS to the target not the individual source f...Brad King2006-02-201-9/+12
* ENH: If CMAKE_NO_AUTOMATIC_INCLUDE_DIRECTORIES is not set try to approximate ...Brad King2006-02-181-12/+33
* BUG: Avoid adding unused rules to special targets like ALL_BUILD. Make sure ...Brad King2006-02-141-1/+12
* COMP: Removed unused variables.Brad King2006-02-101-2/+0
* BUG: Fixed generation of cmake re-run rules.Brad King2006-02-091-10/+11
* ENH: Enabled new WORKING_DIRECTORY option to ADD_CUSTOM_COMMAND and ADD_CUSTO...Brad King2006-02-081-8/+6
* ENH: add working directory supportBill Hoffman2006-02-081-3/+11
* ENH: add COMPILE_FLAGS to targetsBill Hoffman2006-01-251-0/+6