summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio7Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Avoid duplicate ZERO_CHECK in VS solutionsBrad King2009-10-191-7/+0
* Avoid non-root copies of root-only targetsBrad King2009-10-061-27/+16
* Cleanup cmGlobalGenerator::GetTargetSets methodBrad King2009-10-011-10/+7
* Move OrderedTargetDependSet into VS superclassBrad King2009-09-301-28/+0
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Separate VS flag table typeBrad King2009-07-291-1/+1
* ENH: remove INCLUDE_EXTERNAL_MSPROJECT name hack, and use target properties i...Bill Hoffman2009-07-141-49/+19
* ENH: only 5 failing tests for VS 10Bill Hoffman2009-07-101-33/+2
* BUG: Fix ALL_BUILD ordering enforcementBrad King2009-01-211-4/+4
* ENH: Make ALL_BUILD always the default projectBrad King2009-01-211-0/+9
* BUG: Fix VS IDE project orderBrad King2009-01-211-21/+34
* STYLE: fix line length stuff for KWStyleBill Hoffman2008-10-011-1/+2
* BUG: fix for 6794 support for LTCG WholeProgramOptimization, which is not ava...Bill Hoffman2008-08-191-0/+1
* ENH: add support for Intel Fortran Visual studio IDEBill Hoffman2008-04-301-5/+14
* ENH: make sure ALL_BUILD only shows up onceBill Hoffman2008-02-041-1/+3
* ENH: make sure global targets are in the right projectsBill Hoffman2008-01-301-24/+5
* ENH: fix for bug 3218 dependant projects are written out automatically if the...Bill Hoffman2008-01-301-295/+216
* ENH: Updated exporting and importing of targets to support libraries and conf...Brad King2008-01-281-2/+1
* ENH: remove patch as directory change was already fixedBill Hoffman2008-01-151-0/+18
* ENH: Renamed cmGlobalVisualStudioGenerator::CallVisualStudioReloadMacro metho...Brad King2007-11-191-1/+1
* BUG: Fix exception handling flag translation to be specific to each VS versio...Brad King2007-11-161-0/+8
* ENH: Add ability to call Visual Studio macros from CMake. Add a CMake Visual ...David Cole2007-11-161-3/+14
* ENH: change to make the documentation class more generic, about halfway there...Ken Martin2007-10-221-3/+3
* ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to doAlexander Neundorf2007-06-281-2/+2
* ENH: Fixed INSTALL_FILES and INSTALL_PROGRAMS commands to not create targets....Brad King2007-05-231-8/+2
* COMP: compile fix and remove warningAlexander Neundorf2007-05-221-2/+1
* ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates anAlexander Neundorf2007-05-221-1/+3
* ENH: now target names can be used in add_custom_command() andAlexander Neundorf2007-05-091-2/+1
* BUG: The ALL_BUILD target should not have any command lines so that it is not...Brad King2007-04-101-26/+2
* ENH: added internal target property for the name of the project fileKen Martin2007-04-101-20/+23
* BUG: Fix utility dependencies for static libraries in VS generators. This ad...Brad King2007-04-041-11/+4
* ENH: some more cleanupKen Martin2007-03-131-1/+1
* BUG: Split precompiled header flags into a separate per-global-generator flag...Brad King2007-03-121-2/+23
* 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: 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