summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio6Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-2/+2
* Add an option for explicit BYPRODUCTS of custom commands (#14963)Brad King2014-11-141-1/+3
* cmTarget: Rename old-style link dependencies code as "ForVS6"Brad King2014-07-141-1/+2
* cmTarget: Make the source files depend on the config.Stephen Kelly2014-04-021-4/+33
* cmTarget: Allow any generator expression in SOURCES property.Stephen Kelly2014-04-021-0/+10
* cmTarget: Use string API to add sources to cmTarget objects.Stephen Kelly2014-03-311-3/+3
* Generalize cmCustomCommandGenerator to more fieldsBrad King2014-03-121-16/+23
* cmCustomCommand: Return std::string from GetWorkingDirectoryBrad King2014-03-121-1/+1
* stringapi: Use strings for dependency informationBen Boeckel2014-03-081-1/+1
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-8/+8
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-3/+3
* cmTarget: Remove the project argument to FindTargetBen Boeckel2014-03-081-1/+1
* stringapi: Use strings in target nameBen Boeckel2014-03-081-11/+11
* stringapi: Use strings for the languagesBen Boeckel2014-03-081-22/+19
* cmMakefile: Make FindSourceGroup const.Stephen Kelly2014-01-221-2/+2
* cmTarget: Make GetSourceFiles populate an out-vector parameter.Stephen Kelly2014-01-091-1/+2
* cmGeneratorTarget: Add methods to access source file groups.Stephen Kelly2014-01-091-2/+2
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-6/+7
* Merge topic 'INTERFACE_LIBRARY-target-type'Brad King2013-10-081-1/+9
|\
| * Add the INTERFACE_LIBRARY target type.Stephen Kelly2013-10-071-1/+9
* | VS6: Add some delimiting between error message and content.Stephen Kelly2013-09-121-2/+2
|/
* VS 6,7: Refactor local generators to avoid GetSourceFileWithOutputBrad King2013-08-061-10/+8
* VS6: Add handling of CMAKE_*_LINKER_FLAGS_<CONFIG> variablesPatrick Gansterer2013-07-311-6/+30
* Add support for CMAKE_STATIC_LINKER_FLAGSPatrick Gansterer2013-07-311-32/+33
* Refactor cmTarget::GetCompileDefinitions to use an out-vector, not a string.Stephen Kelly2013-07-111-15/+5
* Refactor target COMPILE_OPTIONS and COMPILE_FLAGS handlingBrad King2013-06-271-26/+8
* Add whitespace after colons in error messages.Stephen Kelly2013-06-211-2/+2
* Add cmLocalGenerator::GetCompileOptions.Stephen Kelly2013-06-021-1/+20
* VS6: Rename some variables to correspond to config values.Stephen Kelly2013-06-021-10/+10
* Fix the evaluation of per-config COMPILE_DEFINITIONS (#14037)Stephen Kelly2013-03-251-1/+1
* Merge topic 'vs6-rule-files'Brad King2013-02-051-0/+3
|\
| * VS 6: Create .rule file directory before fileBrad King2013-02-031-0/+3
* | Move GetCompileDefinitions to cmTarget.Stephen Kelly2013-01-291-9/+5
|/
* Revert "Move GetLinkInformation to cmGeneratorTarget"Stephen Kelly2012-11-211-3/+1
* Resolve warnings about shadowing parameters and local variables.Stephen Kelly2012-11-131-6/+6
* Resolve warnings about used enum values in switch blocks.Stephen Kelly2012-11-131-0/+2
* Fix config-specific INCLUDE_DIRECTORIES in multi-config generatorsStephen Kelly2012-10-171-5/+21
* Add a wrapper for accessing config-specific compile-definitions.Stephen Kelly2012-09-191-5/+9
* Append the COMPILE_DEFINITIONS from the Makefile to all targets.Stephen Kelly2012-09-191-16/+0
* Move GetIncludeDirectories to cmGeneratorTarget.Stephen Kelly2012-09-191-1/+4
* Move GetLinkInformation to cmGeneratorTargetStephen Kelly2012-09-191-1/+3
* Don't duplicate -D defines sent to the compiler.Stephen Kelly2012-08-201-31/+61
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-93/+93
* Cleanup custom command .rule file internal handlingBrad King2012-04-181-1/+1
* VS: Add CMakeLists.txt re-run rules at start of generationBrad King2012-03-281-12/+17
* Add $<TARGET_OBJECTS:...> expression to use an object libraryBrad King2012-03-161-1/+35
* Build object library targets in VSBrad King2012-03-131-9/+32
* Pre-compute object file names before VS project generationBrad King2012-03-091-29/+35
* Merge branch 'cleanup-object-file-names' into object-libraryBrad King2012-03-091-12/+1
|\
| * VS: Simplify object name computationBrad King2012-03-061-1/+1