summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio7Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Silence VS generator for missing CMakeLists.txtBrad King2009-09-021-0/+4
* ENH: remove code duplication and use cmVisualStudioGeneratorOptions for all v...Bill Hoffman2009-07-281-378/+8
* ENH: remove INCLUDE_EXTERNAL_MSPROJECT name hack, and use target properties i...Bill Hoffman2009-07-141-7/+5
* ENH: only 5 failing tests for VS 10Bill Hoffman2009-07-101-17/+33
* ENH: Pass config to cmTarget::GetLinkerLanguageBrad King2009-07-081-2/+2
* ENH: Simpler cmTarget::GetLinkerLanguage signatureBrad King2009-07-071-4/+2
* BUG: Avoid cmTarget::GetDirectory for utilitiesBrad King2009-07-031-1/+1
* STYLE: Replace large if() with named booleanBrad King2009-07-031-4/+3
* ENH: Create exe implib dir in VS pre-link ruleBrad King2009-06-161-6/+6
* ENH: Generalize exe implib dir creation for VSBrad King2009-06-161-28/+6
* BUG: Create an exe's implib output dir for VSBrad King2009-06-151-0/+28
* ENH: Refactor VS 7,8,9 build event generationBrad King2009-06-121-122/+78
* STYLE: fix line lenghtBill Hoffman2009-03-281-2/+4
* BUG: fix for #8686 add some more compiler flagsBill Hoffman2009-03-271-0/+11
* BUG: fix for 7845, idl files compile even with headerfile only onBill Hoffman2009-01-271-2/+1
* ENH: Refactor passing of max length object dirBrad King2008-12-161-16/+16
* ENH: make the scc optionalBill Hoffman2008-10-271-12/+0
* BUG: fix for 7839 and 4524Bill Hoffman2008-10-271-7/+2
* BUG: fix for 4524, add support for target properties to set vs source code co...Bill Hoffman2008-10-071-3/+29
* STYLE: fix line length stuff for KWStyleBill Hoffman2008-10-011-1/+2
* BUG: fix for 7624, vs7 flag table missing /MAPBill Hoffman2008-09-081-1/+2
* BUG: fix for 7519 extra closing > in fortran projectsBill Hoffman2008-09-031-1/+1
* BUG: Fix issue #5773 - add table entry to map /W0 to WarningLevel="0"David Cole2008-07-311-0/+1
* BUG: Do not escape make variable references in VS additional options.Brad King2008-06-301-2/+4
* BUG: fix for bug 6619Bill Hoffman2008-06-171-1/+1
* COMP: Fix build with concept checking of STL.Brad King2008-05-161-1/+1
* ENH: add support for Intel Fortran Visual studio IDEBill Hoffman2008-04-301-29/+273
* BUG: Fix for issue #6440. Use 0 instead of FALSE for ExceptionHandling with V...David Cole2008-04-171-5/+18
* BUG: Correct Mac OS X framework behaviorBrad King2008-04-081-1/+1
* ENH: Improve speed of manifest tool on VS8 and VS9.Brad King2008-03-311-8/+33
* BUG: fix for 6619Bill Hoffman2008-03-281-1/+2
* BUG: fix for bug 6660Bill Hoffman2008-03-281-0/+2
* BUG: fix for bug 6661Bill Hoffman2008-03-281-0/+3
* ENH: fix for bug 3218 dependant projects are written out automatically if the...Bill Hoffman2008-01-301-6/+12
* 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-4/+6
* ENH: Implement linking with paths to library files instead of -L and -l separ...Brad King2008-01-221-34/+41
* ENH: Converted cmMakefile DefineFlags added by ADD_DEFINITIONS command into a...Brad King2008-01-181-0/+3
* ENH: Renamed <CONFIG>_COMPILE_DEFINITIONS to COMPILE_DEFINITIONS_<CONFIG> for...Brad King2008-01-161-4/+4
* ENH: Create COMPILE_DEFINITIONS property for targets and source files. Creat...Brad King2008-01-141-112/+189
* ENH: Improved escaping in kwsys/System. Added escape of % for NMake. Added ...Brad King2008-01-131-1/+2
* ENH: Implemented generation of display for pre-build, pre-link, and post-buil...Brad King2007-12-181-0/+18
* STYLE: fix indentBill Hoffman2007-12-131-6/+6
* BUG: fix for bug 5455, handle nodefaultlib with more than one libBill Hoffman2007-12-061-1/+18
* BUG: Fix exception handling flag translation to be specific to each VS versio...Brad King2007-11-161-3/+0
* ENH: Add ability to call Visual Studio macros from CMake. Add a CMake Visual ...David Cole2007-11-161-0/+4
* BUG: Converted per-vcproj timestamp to a single directory-level CMakeFiles/ge...Brad King2007-11-121-55/+55
* ENH: Allow VS 7 project Rebuild and Solution Rebuild to work without re-runni...Brad King2007-11-101-3/+28
* ENH: Removed dependency on Templates/CMakeWindowsSystemConfig.cmake which is ...Brad King2007-11-091-17/+1
* ENH: Converted vcproj file generation to use cmGeneratedFileStream for atomic...Brad King2007-11-091-18/+26