summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudioGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-1/+1
* Pre-compute object file names before VS project generationBrad King2012-03-091-0/+2
* Use modern global dependency graph for VS < 8 depsBrad King2010-11-181-5/+20
* VS10: Order .vcxproj dependencies deterministically (#10502)Brad King2010-10-071-8/+8
* Refactor VS <= 7.1 utility-depends workaroundBrad King2010-08-241-9/+5
* Factor out duplicate VS target dependency codeBrad King2010-08-241-0/+5
* Fix issue #2336 - honor the -C arg to ctest. Honor it for all stages of runni...David Cole2009-12-041-0/+5
* Do not link library dependencies in VS solutionsBrad King2009-10-201-1/+2
* Add alternative _UTILITY targets to all solutionsBrad King2009-10-011-0/+3
* Move OrderedTargetDependSet into VS superclassBrad King2009-09-301-0/+11
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Create VS generator GetRegistryBase methodBrad King2009-09-161-0/+3
* ENH: make sure GUIDs for filters are cachedBill Hoffman2009-07-171-1/+0
* ENH: remove INCLUDE_EXTERNAL_MSPROJECT name hack, and use target properties i...Bill Hoffman2009-07-141-1/+1
* ENH: add support for Intel Fortran Visual studio IDEBill Hoffman2008-04-301-0/+3
* ENH: Add code to support calling the VS reload macro from Visual Studio 7.1 a...David Cole2008-02-151-0/+6
* ENH: Make static library targets depend on targets to which they "link" for t...Brad King2007-12-211-1/+6
* ENH: Renamed cmGlobalVisualStudioGenerator::CallVisualStudioReloadMacro metho...Brad King2007-11-191-1/+4
* ENH: Add ability to call Visual Studio macros from CMake. Add a CMake Visual ...David Cole2007-11-161-0/+20
* BUG: The ALL_BUILD target should not have any command lines so that it is not...Brad King2007-04-101-0/+5
* BUG: Fix utility dependencies for static libraries in VS generators. This ad...Brad King2007-04-041-0/+9
* ENH: Added cmGlobalVisualStudioGenerator as superclass to all VS global gener...Brad King2007-04-041-0/+35