summaryrefslogtreecommitdiff
path: root/Source/cmGlobalVisualStudio6Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* VS,Xcode: Remove unused CMAKE_GENERATOR_* variablesBrad King2013-02-191-3/+0
* Make cmGlobalGenerator::GetDocumentation() a static functionPatrick Gansterer2012-11-191-2/+2
* Resolve warnings about unused variables.Stephen Kelly2012-11-071-1/+0
* VS: Simplify MSVC version reportingBrad King2012-08-301-1/+0
* VS: Cleanup AddPlatformDefinitions() of Visual Studio generatorsPatrick Gansterer2012-08-221-3/+2
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-18/+18
* Remove unused variable "rootdir" in VS generatorsBrad King2010-12-101-2/+0
* Refactor VS <= 7.1 utility-depends workaroundBrad King2010-08-241-0/+61
* Factor out duplicate VS target dependency codeBrad King2010-08-241-35/+7
* Teach VS generators to set the MACHINE type correctly.Bill Hoffman2009-11-201-0/+2
* Avoid non-root copies of root-only targetsBrad King2009-10-061-21/+4
* Cleanup cmGlobalGenerator::GetTargetSets methodBrad King2009-10-011-5/+3
* Use target dependency closure for VS 6 solutionsBrad King2009-09-301-164/+56
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: remove INCLUDE_EXTERNAL_MSPROJECT name hack, and use target properties i...Bill Hoffman2009-07-141-8/+8
* STYLE: Fix line length style violations.David Cole2008-12-101-1/+2
* COMP: Fix the ExternalProject test for Visual Studio 6. Visual Studio 6 *.dsp...David Cole2008-12-091-3/+20
* ENH: Updated exporting and importing of targets to support libraries and conf...Brad King2008-01-281-1/+1
* ENH: change to make the documentation class more generic, about halfway there...Ken Martin2007-10-221-3/+3
* COMP: fix typoAlexander Neundorf2007-06-281-1/+1
* ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to doAlexander Neundorf2007-06-281-2/+4
* ENH: Fixed INSTALL_FILES and INSTALL_PROGRAMS commands to not create targets....Brad King2007-05-231-4/+0
* COMP: compile fix and remove warningAlexander Neundorf2007-05-221-1/+1
* ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates anAlexander Neundorf2007-05-221-1/+1
* ENH: now target names can be used in add_custom_command() andAlexander Neundorf2007-05-091-3/+2
* BUG: The ALL_BUILD target should not have any command lines so that it is not...Brad King2007-04-101-23/+2
* BUG: Fix utility dependencies for static libraries in VS generators. This ad...Brad King2007-04-041-7/+5
* ENH: some more cleanupKen Martin2007-03-131-1/+1
* ENH: some code cleanupKen Martin2007-03-121-1/+1
* BUG: Removed legacy SetupTests method that was causing RUN_TESTS to test twice.Brad King2007-03-051-3/+0
* 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/+2
* STYLE: fix line lengthKen Martin2006-05-111-16/+25
* BUG: MSVC* variables should be set in IDE generators instead of just NMake.Brad King2006-05-051-0/+1
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-4/+4
* 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/+2
* BUG: More fixing of support for global target son visual studioAndy Cedilnik2006-02-241-17/+36
* ENH: Switched order of slash and configuration name in cmGlobalGenerator::App...Brad King2006-02-191-1/+1
* ENH: add working directory supportBill Hoffman2006-02-081-2/+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-5/+2
* ENH: Add a way for the generated command to include extra flags. This is usef...Andy Cedilnik2005-12-011-1/+7
* ENH: make LOCATION an computed property of the target and get rid of a bunch ...Ken Martin2005-06-221-4/+3
* ENH: Add option to ignore errors. Only works on makeAndy Cedilnik2005-04-291-2/+5
* COMP: Converting INSTALL->ALL_BUILD dependency implementation to use the AddU...Brad King2005-04-291-23/+13
* ENH: Start working on a method that abstracts generating of build commandAndy Cedilnik2005-04-281-36/+13
* ENH: Added dependency from INSTALL target to ALL_BUILD target so that targets...Brad King2005-04-281-2/+23
* ENH: More ctest changes and move SetupTest to superclassAndy Cedilnik2005-04-011-69/+0
* ENH: add support for out of source sourceKen Martin2005-03-141-2/+2