summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio7Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-101/+101
* COMP: Even more global target fixesAndy Cedilnik2006-02-241-2/+1
* BUG: More fixing of support for global target son visual studioAndy Cedilnik2006-02-241-7/+6
* COMP: More fixes for visual studioAndy Cedilnik2006-02-231-0/+3
* ENH: make command line flags more consistent with ide settingsBill Hoffman2006-02-211-70/+13
* ENH: make sure CMAKE_STANDARD_LIBRARIES are usedBill Hoffman2006-02-201-1/+3
* BUG: Add target-level COMPILE_FLAGS to the target not the individual source f...Brad King2006-02-201-6/+8
* ENH: If CMAKE_NO_AUTOMATIC_INCLUDE_DIRECTORIES is not set try to approximate ...Brad King2006-02-181-1/+2
* BUG: Use NOINHERIT macro to avoid linking to project default libraries which ...Brad King2006-02-151-2/+6
* BUG: Removed hard-coded linking to odbc32 and odbccp32.Brad King2006-02-141-1/+1
* BUG: Avoid adding unused rules to special targets like ALL_BUILD. Make sure ...Brad King2006-02-141-1/+13
* ENH: bug fix for 2829 better flags for idl toolBill Hoffman2006-02-101-1/+16
* BUG: Fixed generation of cmake re-run rules.Brad King2006-02-091-11/+12
* ENH: add working directory supportBill Hoffman2006-02-081-5/+8
* BUG: VS7 generator should use per-configuration linker flags for targets. Th...Brad King2006-01-271-3/+18
* ENH: add COMPILE_FLAGS to targetsBill Hoffman2006-01-251-2/+8
* BUG: Sweeping changes to cleanup computation of target names. This shouldBrad King2006-01-131-167/+60
* ENH: for all custom commands that can not be given to a target, add them to a...Bill Hoffman2006-01-091-3/+76
* ENH: removed TARGET_DIR_PREFIX supportKen Martin2005-12-131-5/+0
* ENH: Added support for parallel builds in VS 8. There is now a special targe...Brad King2005-12-131-1/+2
* ENH: fix for bug 2584, empty source groups with children skippedBill Hoffman2005-12-121-1/+1
* BUG: Tweak VS8 generator to keep VS8 happy. The .vcproj files need their own...Brad King2005-11-221-2/+8
* ENH: add some more properties for visual studio projectsBill Hoffman2005-11-191-4/+13
* COMP: fix compile errorBill Hoffman2005-11-191-5/+2