summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio7Generator.h
Commit message (Expand)AuthorAgeFilesLines
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-1/+1
* clang-format: format all code as Cpp11Daniel Pfeifer2017-08-301-1/+1
* VS: Pass whole target to WriteProjectConfigurationsBeeble2017-04-051-2/+2
* VS: Add support for ASM_NASM languageEvgeny Fimochkin2017-02-071-0/+2
* cmGlobalGenerator: Allow FindMakeProgram to failBrad King2016-10-201-1/+1
* cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* CMake: Report whether generators support platformsTobias Hunger2016-07-141-0/+6
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-38/+31
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* Drop Visual Studio 7 generator for VS .NET 2002Brad King2016-03-111-19/+7
* cmake-gui: Add option to specify generator toolsetRobert Dailey2015-11-171-0/+6
* VS7: Port remaining interface to cmGeneratorTargetStephen Kelly2015-10-271-2/+2
* VS: Port interface to cmGeneratorTargetStephen Kelly2015-10-241-1/+2
* VS: Port WriteUtilityDepends to cmGeneratorTargetStephen Kelly2015-10-241-1/+1
* VS: Port ProjectDepends to cmGeneratorTarget.Stephen Kelly2015-10-241-1/+1
* VS: Port WriteProject to cmGeneratorTargetStephen Kelly2015-10-241-1/+1
* cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-141-1/+1
* cmLocalGenerator: Create from already-constructed cmMakefile.Stephen Kelly2015-08-281-1/+1
* cmLocalGenerator: Remove Parent pointer.Stephen Kelly2015-08-281-2/+1
* VS: Compute project GUIDs deterministicallyBrad King2015-06-041-3/+2
* cmLocalGenerator: Require a valid cmState::Snapshot in the ctor.Stephen Kelly2015-05-271-1/+2
* cmGlobalGenerator: Require a cmake instance in ctor.Stephen Kelly2015-05-271-1/+2
* VS: Do not accumulate configurations globally (#15577)Brad King2015-05-211-9/+4
* VS: Simplify setting of flag table.Stephen Kelly2015-05-191-1/+2
* cmLocalGenerator: Require a parent in the constructor.Stephen Kelly2015-04-281-1/+1
* cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for NinjaGregor Jasny2015-02-261-1/+1
* VS: Use $(ConfigurationName) as CMAKE_CFG_INTDIR in VS 7, 8, 9Brad King2015-02-161-1/+2
* Fix some spelling errors in commentsGeoff Viola2014-10-131-1/+1
* VS: Implement CMAKE_GENERATOR_PLATFORM for VS >= 8Brad King2014-09-051-0/+3
* VS: Refactor internal default platform name selectionBrad King2014-09-051-2/+2
* VS: Move internal MasmEnabled member up to VS 7 generatorBrad King2014-08-201-0/+4
* cmGlobalGenerator: Create a non-virtual 'DoGenerate' methodBrad King2014-07-221-7/+1
* VS: Delay platform definitions until system name is knownBrad King2014-07-171-1/+1
* VS: Remove unused parameter of WriteTargetConfigurationsBrad King2014-06-131-1/+0
* VS: Fix subproject .sln dependencies on custom targetsBrad King2014-06-121-3/+5
* VS: Move VS-only API out of cmGlobalGeneratorBrad King2014-06-121-0/+1
* Encoding: If configured, write Visual Studio project files as UTF-8.Clinton Stimpson2014-03-141-0/+3
* stringapi: Use strings for program pathsBen Boeckel2014-03-081-1/+1
* stringapi: Use strings for generator namesBen Boeckel2014-03-081-5/+5
* stringapi: Use strings for directoriesBen Boeckel2014-03-081-1/+1
* stringapi: Miscellaneous char* parametersBen Boeckel2014-03-081-3/+3
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-2/+2
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-2/+2
* stringapi: Use strings for VS project namesBen Boeckel2014-03-081-7/+7
* stringapi: Use strings in target nameBen Boeckel2014-03-081-1/+1
* VS: Teach include_external_msproject about non-C++ projects (#14661)David Golub2013-12-201-0/+2
* Constify handling of target dependencies.Stephen Kelly2013-12-111-4/+6
* VS: Add CMAKE_VS_(DEVENV|MSBUILD|MSDEV)_COMMAND variablesBrad King2013-12-041-0/+2
* VS: Switch to internal CMAKE_MAKE_PROGRAM lookup by generatorsBrad King2013-11-181-0/+1