summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio7Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Performance: Fix a few more unnecessary vector copies missed in af3fd6fAaron Orenstein2017-08-181-8/+9
* IPO: Consider support for each language separatelyBrad King2017-06-141-1/+1
* Merge topic '16760-refactor-get-mac-content-directory'Brad King2017-04-211-2/+4
|\
| * Replace boolean `implib` parameters with enumGregor Jasny2017-04-201-2/+4
* | Drop Visual Studio 7 .NET 2003 generatorBrad King2017-04-191-20/+9
|/
* VS: Teach generators how to mark per-config source filesBrad King2017-04-131-21/+42
* VS: List config-specific object library files on link linesBrad King2017-04-131-11/+10
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* VS: Simplify logic collecting object library files as sourcesBrad King2017-04-111-26/+21
* Merge topic 'ipo-policy-CMP0069'Brad King2017-03-311-0/+3
|\
| * Add policy CMP0069 to enforce INTERPROCEDURAL_OPTIMIZATIONRuslan Baratov2017-03-301-0/+3
* | VS: Fix OBJECT library support in Intel Fortran projectsChristian Pfeiffer2017-03-281-4/+6
|/
* Merge topic 'module-def-and-WINDOWS_EXPORT_ALL_SYMBOLS'Brad King2017-03-221-1/+1
|\
| * Support WINDOWS_EXPORT_ALL_SYMBOLS with `.def` filesBrad King2017-03-211-1/+1
* | fix include order of windows.hDaniel Pfeifer2017-03-141-1/+1
|/
* Refactor WINDOWS_EXPORT_ALL_SYMBOLS implementationBrad King2017-03-091-18/+9
* Refactor module definition file selectionBrad King2017-03-091-7/+5
* VS: Refactor AdditionalOptions generationBrad King2017-02-151-4/+0
* VS: Fix quoting of special characters in cmake re-run check commandsBrad King2017-02-061-4/+2
* Add generator expression support to per-source COMPILE_FLAGSZsolt Parragi2016-10-281-1/+3
* cmState: Move CacheEntryType enum to separate namespaceStephen Kelly2016-10-191-1/+1