summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Add generator expressions for VS_SHADER_ source file properties.Jeremiah van Oosten2018-04-261-6/+33
* Merge topic 'csharp_reference_imported_targets'Brad King2018-04-267-82/+143
|\
| * cmVisualStudio10TargetGenerator: warn if /clr flag is set manuallyMichael Stürmer2018-04-241-2/+14
| * cmVisualStudio10TargetGenerator: fix for backward compatibilityMichael Stürmer2018-04-241-5/+18
| * cmGlobalVisualStudioGenerator: remove TargetCanBeReferenced()Michael Stürmer2018-04-243-17/+4
| * cmVisualStudio10TargetGenerator: store managed reference information in mapsMichael Stürmer2018-04-242-7/+60
| * cmVisualStudio10TargetGenerator: make some methods config awareMichael Stürmer2018-04-232-12/+22
| * cmVisualStudio10TargetGenerator: /clr compatible flags for managed tgtMichael Stürmer2018-04-231-1/+6
| * remove TargetIsCSharpOnly() and use methods from cmGeneratorTargetMichael Stürmer2018-04-234-40/+14
| * cmExportFileGenerator: set IMPORTED_COMMON_LANGUAGE_RUNTIME for CSharp targetMichael Stürmer2018-04-231-2/+7
| * cmGeneratorTarget: change GetManagedType() result if language is CSharpMichael Stürmer2018-04-231-3/+5
* | Merge topic 'ninja-issue-17942'Brad King2018-04-263-4/+27
|\ \
| * | Ninja: Make assumed source dependencies order-onlyBrad King2018-04-261-3/+5
| * | Ninja: Avoid empty phony edges for target orderingBrad King2018-04-261-0/+13
| * | Merge branch 'backport-ninja-issue-17942' into ninja-issue-17942Brad King2018-04-262-1/+9
| |\ \
| | * | Ninja: Do not add empty custom command for file(GENERATE) outputsBrad King2018-04-262-1/+9
* | | | Merge topic 'vs-refactor-xml'Brad King2018-04-262-50/+71
|\ \ \ \
| * | | | VS: Add Elem::Content() helper and usage demoVitaly Stakhovsky2018-04-262-18/+21
| * | | | cmVisualStudio10TargetGenerator: refactoring (continued)Vitaly Stakhovsky2018-04-242-32/+50
* | | | | Merge topic 'numeric-indent'Brad King2018-04-265-68/+68
|\ \ \ \ \
| * | | | | cmVisualStudioGeneratorOptions: specify indentation with integerVitaly Stakhovsky2018-04-255-68/+68
| | |/ / / | |/| | |
* | | | | CMake Nightly Date StampKitware Robot2018-04-261-1/+1
|/ / / /
* | | | Merge topic 'fix-CMAKE_DISABLE_SOURCE_CHANGES-top-dir'Brad King2018-04-251-1/+2
|\ \ \ \
| * | | | Fix CMAKE_DISABLE_SOURCE_CHANGES recognition of top of build treeMarc Chevrier2018-04-241-1/+2
| | |/ / | |/| |
| * | | CMake 3.11.1v3.11.1Brad King2018-04-171-1/+1
| * | | Merge branch 'backport-fix-explicit-CMakeLists.txt' into release-3.11Brad King2018-04-134-9/+36
| |\ \ \
| * \ \ \ Merge branch 'cpack-trace-nullptr' into release-3.11Brad King2018-04-101-4/+4
| |\ \ \ \
| * \ \ \ \ Merge branch 'fix-crash-trace-exp-uninit-vars' into release-3.11Brad King2018-04-092-8/+10
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'vs-dedup-custom-commands'Brad King2018-04-254-20/+56
|\ \ \ \ \ \ \
| * | | | | | | VS: Generate a custom command only in the least dependent targetFujii Hironori2018-04-234-16/+51
| * | | | | | | cmVisualStudio10TargetGenerator: Use cmLocalVisualStudio10GeneratorFujii Hironori2018-04-172-4/+5
* | | | | | | | Merge topic 'vs-hlsl-object-name'Brad King2018-04-251-0/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | VS: Add VS_SHADER_OBJECT_FILE_NAME source file propertyJeremiah van Oosten2018-04-241-0/+8
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge topic 'file_install_always_out_of_date_fix'Brad King2018-04-251-0/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | file(INSTALL): Preserve file time when writing NTFS alternate streamYves Frederix2018-04-231-0/+12
* | | | | | | | | CMake Nightly Date StampKitware Robot2018-04-251-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge topic 'Genex-TARGET_GENEX_PROPERTY'Brad King2018-04-243-1/+125
|\ \ \ \ \ \ \ \
| * | | | | | | | Genex: Add $<TARGET_GENEX_EVAL:...> and $<GENEX_EVAL:...>Marc Chevrier2018-04-233-1/+125
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge topic 'reorder-sys-includes'Brad King2018-04-242-1/+26
|\ \ \ \ \ \ \ \
| * | | | | | | | Order SYSTEM include directories after non-system directoriesEphi Sinowitz2018-04-232-1/+26
| | |/ / / / / / | |/| | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2018-04-241-1/+1
* | | | | | | | Merge topic 'fortran-submodule-depends'Brad King2018-04-236-32/+118
|\ \ \ \ \ \ \ \
| * | | | | | | | Fortran: Add support for submodule dependenciesBrad King2018-04-205-6/+60
| * | | | | | | | Fortran: Refactor to treat .mod extension as part of module nameBrad King2018-04-204-28/+60
| |/ / / / / / /
* | | | | | | | Merge topic 'grammar_typo_fixes'Brad King2018-04-234-6/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | Cleanup: Fix typos and grammar in docs and codeCraig Scott2018-04-224-6/+6
| |/ / / / / / /
* | | | | | | | Merge topic 'add_compile_definitions'Brad King2018-04-236-0/+62
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | add_compile_definitions: add new commandMarc Chevrier2018-04-206-0/+62
* | | | | | | | CMake Nightly Date StampKitware Robot2018-04-231-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2018-04-221-1/+1