summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio71Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-16/+16
* VS: Fix line-too-long style errorsBrad King2012-04-191-1/+2
* include_external_msproject: Add TYPE, GUID, PLATFORM options (#13120)Leonid Yurchenko2012-04-161-4/+9
* Order VS local generator Version ivar values consistentlyBrad King2011-11-141-2/+2
* Avoid msbuild ".\" idiosyncrasy that builds multiple configs (#11594)Brad King2010-12-201-4/+4
* Revert "Remove unused parameter "root" in some VS generator methods"Brad King2010-12-201-1/+1
* Remove unused parameter "root" in some VS generator methodsBrad King2010-12-101-1/+1
* Merge topic 'vs-project-groups'Brad King2010-09-081-0/+16
|\
| * Add FOLDER target property, for IDEs (#3796)David Cole2010-09-031-0/+16
* | Fix unused parameter warning in VS 7.1 generatorBrad King2010-08-271-1/+1
* | Refactor VS <= 7.1 utility-depends workaroundBrad King2010-08-241-2/+17
* | Factor out duplicate VS target dependency codeBrad King2010-08-241-50/+12
|/
* Fix Windows-cl.cmake so that at most one MSVC** variable is defined.David Cole2010-05-051-0/+1
* Teach VS generators to set the MACHINE type correctly.Bill Hoffman2009-11-201-0/+1
* Cleanup cmGlobalGenerator::GetTargetSets methodBrad King2009-10-011-10/+7
* 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-2/+2
* ENH: only 5 failing tests for VS 10Bill Hoffman2009-07-101-3/+1
* ENH: first pass at VS 10, can bootstrap CMake, but many tests still failBill Hoffman2009-06-251-1/+6
* BUG: Fix VS IDE project orderBrad King2009-01-211-2/+4
* STYLE: fix line length stuff for KWStyleBill Hoffman2008-10-011-1/+2
* ENH: add support for Intel Fortran Visual studio IDEBill Hoffman2008-04-301-2/+11
* ENH: Add code to support calling the VS reload macro from Visual Studio 7.1 a...David Cole2008-02-151-12/+63
* ENH: fix for bug 3218 dependant projects are written out automatically if the...Bill Hoffman2008-01-301-211/+20
* ENH: Updated exporting and importing of targets to support libraries and conf...Brad King2008-01-281-2/+1
* BUG: Disable static lib deps until a global cycle removal can be done.Brad King2007-12-231-1/+5
* ENH: Make static library targets depend on targets to which they "link" for t...Brad King2007-12-211-2/+8
* ENH: change to make the documentation class more generic, about halfway there...Ken Martin2007-10-221-3/+3
* ENH: Fixed INSTALL_FILES and INSTALL_PROGRAMS commands to not create targets....Brad King2007-05-231-6/+1
* 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: added internal target property for the name of the project fileKen Martin2007-04-101-14/+15
* BUG: Fix utility dependencies for static libraries in VS generators. This ad...Brad King2007-04-041-11/+1
* BUG: Split precompiled header flags into a separate per-global-generator flag...Brad King2007-03-121-0/+1
* ENH: some code cleanupKen Martin2007-03-121-1/+1
* ENH: commit fix for putting everything in the build on vsBill Hoffman2006-11-091-5/+8
* BUG: Fixed references to projects outside the build tree and in other locatio...Brad King2006-10-101-4/+3
* BUG: Fix/cleanup custom commands and custom targets. Make empty comment stri...Brad King2006-09-281-10/+9
* STYLE: fix line lengthKen Martin2006-05-111-31/+37
* BUG: MSVC* variables should be set in IDE generators instead of just NMake.Brad King2006-05-061-1/+4
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-9/+9
* COMP: Even more global target fixesAndy Cedilnik2006-02-241-1/+1
* BUG: More fixing of support for global target son visual studioAndy Cedilnik2006-02-241-1/+2
* COMP: Handle preinstall properly on IDEsAndy Cedilnik2006-02-241-12/+0
* COMP: Fix for preinstallAndy Cedilnik2006-02-241-0/+12
* COMP: Even more Visual Studio fixes. Why is this code duplicated?Andy Cedilnik2006-02-231-0/+36
* BUG: Fixed generation of VS8 solution file to not be re-written when loaded b...Brad King2006-02-141-10/+30
* BUG: Sweeping changes to cleanup computation of target names. This shouldBrad King2006-01-131-4/+1
* ENH: make LOCATION an computed property of the target and get rid of a bunch ...Ken Martin2005-06-221-6/+4
* COMP: Converting INSTALL->ALL_BUILD dependency implementation to use the AddU...Brad King2005-04-291-24/+4