summaryrefslogtreecommitdiff
path: root/Source/cmLocalVisualStudio6Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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-091-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
* BUG: Sweeping changes to cleanup computation of target names. This shouldBrad King2006-01-131-48/+29
* ENH: for all custom commands that can not be given to a target, add them to a...Bill Hoffman2006-01-091-3/+53
* BUG: Fixed OUTPUT_NAME feature for VS6 generator. It was not working for Deb...Brad King2005-08-191-6/+15
* BUG: revert part of patch that set executable debug prefix as it breaks too m...Bill Hoffman2005-07-131-51/+5
* BUG: try to fix failed testBill Hoffman2005-07-131-7/+11
* FIX: apply patch from bug# 1965Bill Hoffman2005-07-131-106/+168
* ENH: make LOCATION an computed property of the target and get rid of a bunch ...Ken Martin2005-06-221-4/+3
* ENH: add first cut at support for exe with same name as libKen Martin2005-06-161-4/+15
* ENH: removed old convert callsKen Martin2005-06-101-2/+3
* BUG: Fixed ordering of multiple commands in a custom target when implemented ...Brad King2005-04-261-25/+72
* ENH: big change that includes immediate subdir support, removing the notion o...Ken Martin2005-03-181-1/+1
* BUG: Replaced previous fix with an implementation of properly formatting the ...Brad King2005-03-011-32/+47
* FIXTHIS THING: fix the bugKen Martin2005-02-281-13/+7
* ENH: Converted some ConvertToRelativeOutputPath calls to ConvertToOptionallyR...Brad King2005-02-241-22/+17
* BUG: Need proper newline argument to ConstructScript call.Brad King2005-02-241-1/+2
* ENH: Updated implementation of custom commands. Multiple command lines are n...Brad King2005-02-221-47/+26
* FIX: fixes bugs 1152 and 1154Bill Hoffman2005-02-111-15/+15
* ENH: put error checking for missing linker languagesBill Hoffman2004-10-271-0/+6
* ENH: add the ability to generate custom commands for a language that is not s...Bill Hoffman2004-10-211-1/+5
* BUG: make sure release flags are replacedBill Hoffman2004-09-271-1/+2
* BUG: fix crash with vs6Ken Martin2004-09-241-24/+27
* fix compilationBill Hoffman2004-09-221-1/+0
* ENH: major changes to support addition of languages from cmake modules direct...Bill Hoffman2004-09-221-30/+26
* BUG: fix for bug 1041, _MBCS sometimes added for UNIICODE which is badBill Hoffman2004-09-171-1/+3
* ENH: add better error reporting for file open failuresBill Hoffman2004-09-071-0/+1
* ENH: use GetRequiredDefinition instead of GetDefinition and crashBill Hoffman2004-08-111-15/+15
* ENH: fix rerun of cmake commandBill Hoffman2004-05-211-3/+0
* BUG: make sure global generate is done when cmakelist file chagnes, also make...Bill Hoffman2004-05-201-5/+0
* BUG: fix for bug 769 CMAKE_STANDARD_LIBRARIES now used in idesBill Hoffman2004-04-231-1/+12
* ENH: allow verbose makefile flag to remove nologo from all commands so you ca...Bill Hoffman2004-04-231-0/+5
* ENH: add support for static library property STATIC_LIBRARY_FLAGSBill Hoffman2004-04-221-2/+14
* BUG 178: make top level cmakelist file a source in ALL_BUILDBill Hoffman2004-04-221-4/+0
* ENH: Styart working on bundles support and abstract WIN32_EXECUTABLEAndy Cedilnik2004-02-281-13/+14
* fix for long lines with post build rulesKen Martin2004-01-051-3/+3
* ENH: add relative paths to visual studio 6 and 7 project filesBill Hoffman2003-12-221-27/+38
* BUG: Fix Bug #445 - Same library in multiple projects can cause problemsAndy Cedilnik2003-12-181-2/+2
* BUG: hack fix for problem of MS vs 6 and custom target commandsBill Hoffman2003-11-031-0/+5
* BUG: fix for debug libs not using output pathBill Hoffman2003-11-031-1/+2
* ENH: Attempt to add debug library postfix for visual studio 6Andy Cedilnik2003-10-311-1/+46
* ENH: allow UNICODE to be specifed in the cxx flags and if not default to MBCSBill Hoffman2003-10-161-0/+6