summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio7Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* STYLE: fix line lengthBill Hoffman2007-02-011-1/+2
* ENH: Added cmTarget::GetPDBName method to simplify computation of .pdb file n...Brad King2007-02-011-14/+2
* BUG: Do not use bitwise OR on bool.Brad King2007-02-011-1/+1
* ENH: Added a special flags integer field to the flag map entries. Added flag...Brad King2007-02-011-79/+141
* COMP: Removed unused variable.Brad King2007-02-011-1/+0
* ENH: Added mapping of /NODEFAULTLIB flag when no values are provided.Brad King2007-02-011-0/+2
* ENH: Reimplemented parsing and mapping of flags into vcproj file attribute op...Brad King2007-02-011-279/+374
* BUG: The .pdb file generated for a library or executable should match the rea...Brad King2007-02-011-17/+61
* BUG: make sure external vs projects use the GUID in the project if it has one.Bill Hoffman2007-01-311-1/+81
* STYLE: fix link lenght issueBill Hoffman2007-01-151-2/+4
* BUG: fix for bug 4239, NODEFAULTLIB flag support in ideBill Hoffman2007-01-121-11/+41
* BUG: When writing newlines between script portions in prebuild, prelink, and ...Brad King2006-10-261-3/+3
* BUG: Adjust prebuild/prelink/postbuild script construction to account for Con...Brad King2006-10-251-0/+12
* ENH: Adding image version number (major.minor) property to windows binaries. ...Brad King2006-10-161-0/+13
* BUG: fix for bug#3908 if header_file_only is set on cxx files in visual studi...Bill Hoffman2006-10-131-4/+14
* BUG: fix for fat file systems and vs8 #2617Bill Hoffman2006-10-041-0/+11
* BUG: fix for bug#3362 xml escapes on -D stuff for visual studioBill Hoffman2006-10-041-1/+1
* BUG: fix for bug# 3664Bill Hoffman2006-10-041-1/+13
* BUG: fix for bug#3738Bill Hoffman2006-10-031-3/+3
* BUG: Fix/cleanup custom commands and custom targets. Make empty comment stri...Brad King2006-09-281-4/+3
* ENH: Re-implemented command line argument shell quoting to support several pl...Brad King2006-09-271-7/+18
* BUG: Centralized generation of command line arguments in escaped form. This ...Brad King2006-09-211-2/+2
* STYLE: Fixed line-too-long.Brad King2006-08-261-1/+1
* BUG: Fix for VS.NET 2003 SP1 to make sure global target and utility target ru...Brad King2006-08-261-8/+59
* ENH: Adding flags to force generation of manifest files when building with VC 8.Brad King2006-08-151-0/+2
* BUG: fix for 3557 TargetEnvironment for MIDL Compiler set correctly for 64 bitBill Hoffman2006-07-281-1/+12
* ENH: allow for source tree to be in root directoryBill Hoffman2006-07-241-0/+1
* ENH: Moved unique object file name computation from cmLocalUnixMakefileGenera...Brad King2006-07-111-5/+5
* ENH: add EHa optionBill Hoffman2006-06-301-0/+1
* BUG: fix for bug 3444, remove trailing . in lib namesBill Hoffman2006-06-261-1/+1
* ENH: fix line lengthKen Martin2006-06-131-1/+2
* ENH: fix line lengthKen Martin2006-06-121-3/+7
* ENH: fix /TP for c codeBill Hoffman2006-06-061-3/+16
* COMP: Added missing include for isspace.Brad King2006-05-231-0/+2
* BUG: Fix parsing of definitions to support REMOVE_DEFINITIONS.Brad King2006-05-231-0/+6
* STYLE: fix line lengthKen Martin2006-05-121-71/+116
* ENH: remove bogus machine settingBill Hoffman2006-05-121-1/+1
* ENH: remove debug outputBill Hoffman2006-05-041-1/+0
* ENH: fix build c stuff with c and c++ with c++Bill Hoffman2006-05-041-3/+26
* ENH: use a better nameBill Hoffman2006-04-211-9/+9
* ENH: do not compile header filesBill Hoffman2006-04-211-1/+2
* BUG: VS7 seems to have a limit on the length of the link directory list strin...Brad King2006-04-201-7/+21
* ENH: allow multiple files with the same name in different subdirsBill Hoffman2006-04-171-2/+19
* ENH: Split CMAKE_STANDARD_LIBRARIES into per-language variables CMAKE_<lang>_...Brad King2006-04-111-16/+32
* BUG: Use flag-map transform only for C and C++ flags.Brad King2006-04-111-1/+1
* ENH: Added support for multiple outputs generated by a single custom command....Brad King2006-04-111-17/+25
* ENH: add support for per config target LINK_FLAGSBill Hoffman2006-04-031-1/+9
* ENH: add support for win64 for visual studio 2005 ide and nmake, also fix war...Bill Hoffman2006-03-301-4/+5
* ENH: removed unused rules from targets for VSKen Martin2006-03-231-68/+1
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-70/+72