summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio7Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* ENH: commit fix for putting everything in the build on vsBill Hoffman2006-11-091-5/+30
* BUG: Fixed references to projects outside the build tree and in other locatio...Brad King2006-10-101-3/+18
* BUG: Fix/cleanup custom commands and custom targets. Make empty comment stri...Brad King2006-09-281-10/+9
* ENH: Cleaned up signature of cmMakefile::AddUtilityCommand. It is not valid ...Brad King2006-09-281-2/+1
* BUG: cmGlobalGenerator::Build should not always use the /fast target name bec...Brad King2006-06-011-1/+1
* STYLE: fix line lengthKen Martin2006-05-111-39/+53
* BUG: MSVC* variables should be set in IDE generators instead of just NMake.Brad King2006-05-061-0/+7
* ENH: add special windows CMAKE_MSVCIDE_RUN_PATH variable for adding to the pa...Bill Hoffman2006-04-251-0/+16
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-25/+26
* BUG: Fixed installation of MacOSX Bundle executables and the corresponding in...Brad King2006-03-031-2/+6
* 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-17/+2
* COMP: Handle preinstall properly on IDEsAndy Cedilnik2006-02-241-18/+0
* COMP: Fix for preinstallAndy Cedilnik2006-02-241-0/+18
* COMP: Fixes for visual studioAndy Cedilnik2006-02-231-0/+39
* ENH: Switched order of slash and configuration name in cmGlobalGenerator::App...Brad King2006-02-201-1/+1
* BUG: Fixed generation of VS8 solution file to not be re-written when loaded b...Brad King2006-02-141-12/+0
* ENH: add working directory supportBill Hoffman2006-02-081-0/+3
* BUG: Fixed cmTarget::GetFullPath to not append the configuration name when on...Brad King2006-02-031-0/+12
* BUG: Sweeping changes to cleanup computation of target names. This shouldBrad King2006-01-131-7/+4
* ENH: Added support for parallel builds in VS 8. There is now a special targe...Brad King2005-12-131-0/+12
* ENH: Add a way for the generated command to include extra flags. This is usef...Andy Cedilnik2005-12-011-1/+7
* ENH: Generator now creates a separate intermediate files directory for each t...Brad King2005-07-271-2/+2
* ENH: make LOCATION an computed property of the target and get rid of a bunch ...Ken Martin2005-06-221-7/+4
* ENH: fix for incorrect setting of CONFIZGURATION_TYPESKen Martin2005-06-071-1/+1
* BUG: Added space after /clean to avoid putting it together with the build con...Brad King2005-05-051-1/+1
* ENH: Add option to ignore errors. Only works on makeAndy Cedilnik2005-04-291-1/+5
* COMP: Converting INSTALL->ALL_BUILD dependency implementation to use the AddU...Brad King2005-04-291-30/+14
* ENH: Start working on a method that abstracts generating of build commandAndy Cedilnik2005-04-281-31/+10
* ENH: Added dependency from INSTALL target to ALL_BUILD target so that targets...Brad King2005-04-281-6/+34
* BUG: fix for bug 1702, better error message for GUID missingBill Hoffman2005-04-051-5/+35
* ENH: More ctest changes and move SetupTest to superclassAndy Cedilnik2005-04-011-57/+0
* ENH: add support for out of source sourceKen Martin2005-03-141-5/+5
* ENH: cleanup by removing all the olf local generate junk that i not longer ne...Ken Martin2005-03-101-5/+0
* ENH: Updated implementation of custom commands. Multiple command lines are n...Brad King2005-02-221-14/+20
* ENH: ctest now uses CMake global generator to do the build part of build-and-...Ken Martin2005-02-221-17/+24
* ENH: move project map to global generator baseBill Hoffman2005-01-211-22/+3
* STYLE: Adjusted signature of cmGeneratedFileStream to make copy-if-different ...Brad King2004-11-031-1/+2
* COMP: Fix new cmGeneratedFileStream for MSVC.Brad King2004-11-031-5/+2
* BUG: fix external project command for VS 7 and 71Bill Hoffman2004-09-151-22/+17
* ENH: fix for vs 70 generatorBill Hoffman2004-09-151-10/+22
* ENH: clean up of INCLUDE_EXTERNAL_MSPROJECT contributed by Clinton StimpsonBill Hoffman2004-09-151-11/+6
* BUG: make sure env CC and CXX are not set for VS IDE buildsBill Hoffman2004-09-151-0/+1
* bug fixes for external projectsBill Hoffman2004-09-141-4/+32
* BUG: fix include external project bugBill Hoffman2004-09-141-1/+2
* ENH: add better error reporting for file open failuresBill Hoffman2004-09-071-0/+1
* ENH: try to initialize all languages at the same timeBill Hoffman2004-08-271-1/+1
* ENH: change RUN_TESTS to use -C and not -D also use GetRequiredDefinition whe...Bill Hoffman2004-08-111-5/+5
* BUG: CMAKE_TRY_COMPILE_CONFIGURATION should be obtained from the cmMakefile i...Brad King2004-08-041-4/+4
* fix include order because of GetCurrentDirectory define and windows.h problemBill Hoffman2004-06-151-2/+1