summaryrefslogtreecommitdiff
path: root/Source/cmGlobalVisualStudioGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* cmGlobalGenerator: Create a non-virtual 'DoGenerate' methodBrad King2014-07-221-5/+2
* VS: Refactor CMAKE_FORCE_*64 platform definitionsBrad King2014-07-171-3/+0
* cmGlobalGenerator: Make ComputeTargetObjects non-virtualStephen Kelly2014-03-151-1/+0
* cmGlobalGenerator: Extract a ComputeTargetObjectDirectory interface.Stephen Kelly2014-03-131-0/+1
* stringapi: Use strings for generator namesBen Boeckel2014-03-081-1/+1
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-2/+2
* stringapi: Use strings in target nameBen Boeckel2014-03-081-2/+2
* stringapi: Use strings for the languagesBen Boeckel2014-03-081-1/+2
* OS X: Make sure RPATHs are unique to avoid possible corruption.Clinton Stimpson2014-02-031-0/+4
* cmGlobalGenerator: Make SelectMakeProgram const.Stephen Kelly2014-01-121-1/+1
* Constify handling of target dependencies.Stephen Kelly2013-12-111-8/+9
* VS: Switch to internal CMAKE_MAKE_PROGRAM lookup by generatorsBrad King2013-11-181-0/+3
* Require CMAKE_<LANG>_COMPILER to be found as a full pathBrad King2013-10-281-0/+1
* VS: Replace ArchitectureId with PlatformNamePatrick Gansterer2013-08-051-1/+0
* VS: Support setting correct subsystem and entry point for WinCEPatrick Gansterer2012-11-261-0/+3
* VS: Change variable type of ArchitectureId from const char* to stringPatrick Gansterer2012-11-261-1/+1
* VS: Add static method to get the base of the registryPatrick Gansterer2012-11-261-0/+3
* VS: Remove AddPlatformDefinitions from platform-specific generatorsPatrick Gansterer2012-11-191-0/+1
* VS: Simplify MSVC version reportingBrad King2012-08-301-1/+0
* VS: Cleanup AddPlatformDefinitions() of Visual Studio generatorsPatrick Gansterer2012-08-221-0/+5
* 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