summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio6Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* VS: Refactor CMAKE_FORCE_*64 platform definitionsBrad King2014-07-171-1/+0
* stringapi: Use strings for program pathsBen Boeckel2014-03-081-1/+1
* stringapi: Use strings for directoriesBen Boeckel2014-03-081-1/+1
* stringapi: Miscellaneous char* parametersBen Boeckel2014-03-081-2/+2
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-4/+4
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-3/+3
* stringapi: Use strings for VS project namesBen Boeckel2014-03-081-3/+3
* stringapi: Use strings in target nameBen Boeckel2014-03-081-5/+6
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-1/+2
* Constify handling of target dependencies.Stephen Kelly2013-12-111-3/+3
* VS: Add CMAKE_VS_(DEVENV|MSBUILD|MSDEV)_COMMAND variablesBrad King2013-12-041-0/+8
* VS: Switch to internal CMAKE_MAKE_PROGRAM lookup by generatorsBrad King2013-11-181-1/+0
* Teach GenerateBuildCommand to find its own make programBrad King2013-11-181-18/+3
* VS: Add internal APIs to find MSBuild, devenv/VCExpress, and msdevBrad King2013-11-181-0/+28
* cmGlobalGenerator: Cleanup GenerateBuildCommand APIBrad King2013-11-181-43/+29
* Drop the 'Full' field from cmDocumentationEntryBrad King2013-10-161-1/+0
* Add the INTERFACE_LIBRARY target type.Stephen Kelly2013-10-071-0/+4
* Add projectDir parameter to GenerateBuildCommandPetr Kmoch2013-04-121-0/+3
* VS,Xcode: Remove unused CMAKE_GENERATOR_* variablesBrad King2013-02-191-3/+0
* Make cmGlobalGenerator::GetDocumentation() a static functionPatrick Gansterer2012-11-191-2/+2
* Resolve warnings about unused variables.Stephen Kelly2012-11-071-1/+0
* VS: Simplify MSVC version reportingBrad King2012-08-301-1/+0
* VS: Cleanup AddPlatformDefinitions() of Visual Studio generatorsPatrick Gansterer2012-08-221-3/+2
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-18/+18
* Remove unused variable "rootdir" in VS generatorsBrad King2010-12-101-2/+0
* Refactor VS <= 7.1 utility-depends workaroundBrad King2010-08-241-0/+61
* Factor out duplicate VS target dependency codeBrad King2010-08-241-35/+7
* Teach VS generators to set the MACHINE type correctly.Bill Hoffman2009-11-201-0/+2
* Avoid non-root copies of root-only targetsBrad King2009-10-061-21/+4
* Cleanup cmGlobalGenerator::GetTargetSets methodBrad King2009-10-011-5/+3
* Use target dependency closure for VS 6 solutionsBrad King2009-09-301-164/+56
* 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-8/+8
* STYLE: Fix line length style violations.David Cole2008-12-101-1/+2
* COMP: Fix the ExternalProject test for Visual Studio 6. Visual Studio 6 *.dsp...David Cole2008-12-091-3/+20
* ENH: Updated exporting and importing of targets to support libraries and conf...Brad King2008-01-281-1/+1
* ENH: change to make the documentation class more generic, about halfway there...Ken Martin2007-10-221-3/+3
* COMP: fix typoAlexander Neundorf2007-06-281-1/+1
* ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to doAlexander Neundorf2007-06-281-2/+4
* ENH: Fixed INSTALL_FILES and INSTALL_PROGRAMS commands to not create targets....Brad King2007-05-231-4/+0
* COMP: compile fix and remove warningAlexander Neundorf2007-05-221-1/+1
* ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates anAlexander Neundorf2007-05-221-1/+1
* ENH: now target names can be used in add_custom_command() andAlexander Neundorf2007-05-091-3/+2
* BUG: The ALL_BUILD target should not have any command lines so that it is not...Brad King2007-04-101-23/+2
* BUG: Fix utility dependencies for static libraries in VS generators. This ad...Brad King2007-04-041-7/+5
* ENH: some more cleanupKen Martin2007-03-131-1/+1
* ENH: some code cleanupKen Martin2007-03-121-1/+1
* BUG: Removed legacy SetupTests method that was causing RUN_TESTS to test twice.Brad King2007-03-051-3/+0
* ENH: Cleaned up signature of cmMakefile::AddUtilityCommand. It is not valid ...Brad King2006-09-281-2/+1
* BUG: cmGlobalGenerator::Build should not always use the /fast target name bec...Brad King2006-06-011-1/+2