summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio7Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Using front() and back() instead of calculationsCengizhan Pasaoglu2018-11-061-1/+1
* cmGeneratorTarget::GetExportMacro: return const std::string*Vitaly Stakhovsky2018-10-161-2/+2
* Merge topic 'provide_explicit_source_and_build_command_line_options'Brad King2018-09-191-1/+1
|\
| * CMake: Internally uses -S instead of -H to specify source directoryRobert Maynard2018-09-151-1/+1
* | cmMakefile: Make GetSafeDefinition return std::string const&Vitaly Stakhovsky2018-09-181-2/+2
* | genex: Simplify cmGeneratorExpressionInterpreterBrad King2018-09-071-2/+1
* | cmMakefile: Make GetRequiredDefinition return std::stringVitaly Stakhovsky2018-09-051-4/+3
|/
* Merge topic 'lg-directory'Brad King2018-08-281-1/+1
|\
| * cmLocalGenerator: return directories as const std::string&Vitaly Stakhovsky2018-08-271-1/+1
* | static library: add property STATIC_LIBRARY_OPTIONSMarc Chevrier2018-08-151-1/+3
|/
* cmVisualStudioGeneratorOptions::Parse(): const std::string& argumentVitaly Stakhovsky2018-08-131-4/+4
* VS: extended OutputDeploymentDebuggerTool for AdditionalFilesFrank Goyens2018-07-091-18/+32
* VS: moved EscapeForXML function higher up and made staticFrank Goyens2018-07-061-11/+12
* LINK_OPTIONS: Add new family of propertiesMarc Chevrier2018-06-061-0/+7
* cmVisualStudioGeneratorOptions: specify indentation with integerVitaly Stakhovsky2018-04-251-20/+21
* Merge branch 'backport-fix-explicit-CMakeLists.txt'Brad King2018-04-131-1/+12
|\
| * Restore support for explicitly referenced CMakeLists.txt sourcesBrad King2018-04-131-1/+12
* | Merge topic 'glob_configure_depends'Brad King2018-04-061-9/+29
|\ \
| * | Add glob verify support to XCode, VS, Ninja, and Makefile generatorsShane Parris2018-04-021-9/+29
* | | VS: Simplify XML codeVitaly Stakhovsky2018-03-271-15/+11
|/ /
* | cmVisualStudioGeneratorOptions: Move XML code to subclassesVitaly Stakhovsky2018-03-261-0/+9
* | cmIDEOptions: use std::stringVitaly Stakhovsky2018-02-261-2/+2
* | Document and extend the CMAKE_SUPPRESS_REGENERATION variableShane Parris2018-02-231-1/+2
|/
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-2/+1
* Merge topic 'sourceFile-new-properties'Brad King2018-01-251-63/+39
|\
| * sourceFile properties: add property INCLUDE_DIRECTORIESMarc Chevrier2018-01-241-1/+12
| * VisualStudio generators: refactoringMarc Chevrier2018-01-231-62/+21
| * sourceFile properties: add property COMPILE_OPTIONSMarc Chevrier2018-01-231-0/+6
* | cmMakefile: use std::string in more methods; cleanup c_str()sVitaly Stakhovsky2018-01-231-1/+1
|/
* Genex: Enable COMPILE_LANGUAGE for INCLUDE_DIRECTORIES with VS and XcodeBrad King2018-01-121-7/+17
* Genex: Enable COMPILE_LANGUAGE for COMPILE_DEFINITIONS with VS and XcodeBrad King2018-01-121-2/+5
* cmLocalVisualStudio7Generator: Clarify variable name of compiled languageBrad King2018-01-111-4/+6
* cmLocalVisualStudio7Generator: Clarify condition for target that compilesBrad King2018-01-111-1/+1
* VS: Use range-based 'for' loops in generator codeVitaly Stakhovsky2017-12-211-15/+12
* Merge topic 'per-source-COMPILE_LANGUAGE-genex-support'Brad King2017-12-141-15/+22
|\
| * Genex: Per-source $<COMPILE_LANGUAGE:...> supportMarc Chevrier2017-12-131-15/+22
* | cmIDEOptions: use std::string instead of const char*Vitaly Stakhovsky2017-12-091-2/+2
|/
* Add generator expression support to per-source COMPILE_DEFINITIONSMarc Chevrier2017-12-051-3/+3
* Merge topic 'src-genex-refactoring'Brad King2017-12-051-3/+2
|\
| * Refactor per-source generator expression evaluationMarc Chevrier2017-12-041-3/+2
* | Use CM_FALLTHROUGH in Windows-specific codeBrad King2017-12-041-0/+2
|/
* cmSourceGroup: Return strings from GetName and GetFullNameBrad King2017-11-151-1/+1
* VS,Xcode: Add CMakeLists.txt sources without mutating targetsBrad King2017-10-181-46/+54
* VS,Xcode: Fix TARGET_PROPERTY genex in source COMPILE_FLAGS propertyBrad King2017-10-031-1/+1
* Merge topic 'auto_ptr'Brad King2017-09-271-2/+2
|\
| * Retire std::auto_ptr and its macro CM_AUTO_PTRMatthias Maennich2017-09-251-2/+2
* | VS: Adapt project parsers to support "ProjectGUID" without curly bracketsFredrik Orderud2017-09-261-1/+4
|/
* Replace empty-string comparisons with checking against `empty()`.Pavel Solodovnikov2017-09-211-3/+3
* Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-151-2/+2
* MSVC: Add support for ARM64 architectureMinmin Gong2017-09-121-0/+1