summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio7Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* VS: Avoid empty, unreferenced solution folders... (#13571)David Cole2012-10-241-0/+2
* VS: Simplify MSVC version reportingBrad King2012-08-301-1/+0
* VS: Cleanup AddPlatformDefinitions() of Visual Studio generatorsPatrick Gansterer2012-08-221-7/+1
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-32/+32
* VS: Fix line-too-long style errorsBrad King2012-04-191-4/+5
* include_external_msproject: Add TYPE, GUID, PLATFORM options (#13120)Leonid Yurchenko2012-04-161-7/+18
* Order VS local generator Version ivar values consistentlyBrad King2011-11-141-1/+2
* Fix automoc with VS builds: apply patch from BillAlex Neundorf2011-08-181-12/+0
* Avoid msbuild ".\" idiosyncrasy that builds multiple configs (#11594)Brad King2010-12-201-4/+8
* Revert "Avoid msbuild idiosyncrasy that builds multiple configs" (#11633)Brad King2010-12-201-0/+2
* Revert "Remove unused parameter "root" in some VS generator methods"Brad King2010-12-201-1/+2
* Remove unused parameter "root" in some VS generator methodsBrad King2010-12-101-2/+1
* Avoid msbuild idiosyncrasy that builds multiple configs (#11594)Brad King2010-12-101-2/+0
* Remove unused variable "rootdir" in VS generatorsBrad King2010-12-101-2/+0
* Honor FOLDER on include_external_msproject targets (#11436)David Cole2010-11-101-37/+41
* Merge topic 'vs-project-groups'Brad King2010-10-051-2/+10
|\
| * New USE_FOLDERS property OFF by default. (#3796)David Cole2010-10-021-2/+10
* | Merge topic 'vs-project-groups'Brad King2010-09-081-0/+99
|\ \ | |/
| * Add FOLDER target property, for IDEs (#3796)David Cole2010-09-031-0/+99
* | Refactor VS <= 7.1 utility-depends workaroundBrad King2010-08-241-0/+74
* | Factor out duplicate VS target dependency codeBrad King2010-08-241-51/+15
|/
* Teach VS generators to set the MACHINE type correctly.Bill Hoffman2009-11-201-1/+2
* 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