summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'add_support_for_clr_targets'Brad King2018-04-1211-24/+151
|\
| * cmVisualStudio10TargetGenerator: set /clr compiler flag from propertyMichael Stürmer2018-04-051-0/+16
| * cmExportFileGenerator: add target property for managed targetsMichael Stürmer2018-04-051-0/+14
| * cmGeneratorTarget: add handling of managed assemblies to HasImportLibrary()Michael Stürmer2018-04-051-1/+4
| * cmGeneratorTarget: Make import library checks config-awareMichael Stürmer2018-04-059-23/+26
| * cmGeneratorTarget: add GetManagedType() and CheckManagedType() methodsMichael Stürmer2018-04-052-0/+73
| * cmGeneratorTarget: add HasLanguage() as wrapper for GetLanguages()Michael Stürmer2018-04-052-0/+18
* | Merge topic 'variable_watch-on-PARENT_SCOPE'Brad King2018-04-121-0/+9
|\ \
| * | variable_watch: trigger on variables set via PARENT_SCOPEMatteo Settenvini2018-04-111-0/+9
* | | Merge topic 'attr-escape'Brad King2018-04-121-47/+48
|\ \ \
| * | | cmVisualStudio10TargetGenerator: Properly escape attributesVitaly Stakhovsky2018-04-051-47/+48
* | | | CMake Nightly Date StampKitware Robot2018-04-121-1/+1
* | | | Merge topic 'cpack-trace-nullptr'Brad King2018-04-111-4/+4
|\ \ \ \
| * | | | CPack: Fix crash on invalid generator nameBrad King2018-04-101-4/+4
* | | | | CMake Nightly Date StampKitware Robot2018-04-111-1/+1
* | | | | Merge topic 'fix-crash-trace-exp-uninit-vars'Brad King2018-04-102-8/+10
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix crash with --trace-expand --warn-uninitialized togetherR2RT2018-04-092-8/+10
| |/ / /
* | | | CMake Nightly Date StampKitware Robot2018-04-101-1/+1
* | | | CMake Nightly Date StampKitware Robot2018-04-091-1/+1
* | | | CMake Nightly Date StampKitware Robot2018-04-081-1/+1
* | | | CMake Nightly Date StampKitware Robot2018-04-071-1/+1
* | | | Merge topic 'ninja-fortran-rspfile'Brad King2018-04-061-69/+89
|\ \ \ \
| * | | | Ninja: Fix Fortran support with response filesBrad King2018-04-051-18/+35
| * | | | cmNinjaTargetGenerator: Move force-rspfile check to earlierBrad King2018-04-051-4/+5
| * | | | cmNinjaTargetGenerator: Move depfile logic to later in its functionBrad King2018-04-051-47/+49
* | | | | Merge topic 'minor-cleanups'Brad King2018-04-0614-35/+34
|\ \ \ \ \
| * | | | | Replace some uses of sprintf with std::to_stringjrp20142018-04-052-19/+18
| * | | | | cmCTestCurl: Fix UploadFile declared parameter namesjrp20142018-04-051-1/+1
| * | | | | cmVisualStudio10TargetGenerator: Make NsightTegraVersion unsignedjrp20142018-04-052-3/+3
| * | | | | cmMacroCommand: Fix format string to match type of argumentjrp20142018-04-051-1/+1
| * | | | | Add in-class initialization of some membersjrp20142018-04-057-10/+10
| * | | | | cmAlgorithms: Remove unnecessary typename keywordjrp20142018-04-051-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge topic 'sanitize-LINK_DIRECTORIES'Brad King2018-04-061-6/+4
|\ \ \ \ \
| * | | | | Sanitize paths from LINK_DIRECTORIES directory propertyjrp20142018-04-041-6/+4
* | | | | | Merge topic 'xml-level'Brad King2018-04-062-14/+18
|\ \ \ \ \ \
| * | | | | | cmXMLWriter: code improvementVitaly Stakhovsky2018-04-032-14/+18
| |/ / / / /
* | | | | | Merge topic 'glob_configure_depends'Brad King2018-04-0616-54/+616
|\ \ \ \ \ \
| * | | | | | Add glob verify support to XCode, VS, Ninja, and Makefile generatorsShane Parris2018-04-019-54/+227
| * | | | | | Add `CONFIGURE_DEPENDS` flag support to cmFileCommand::HandleGlobCommandShane Parris2018-03-291-0/+38
| * | | | | | Add cmGlobVerificationManager class, integrate with cmake and cmStateShane Parris2018-03-297-0/+351
* | | | | | | CMake Nightly Date StampKitware Robot2018-04-061-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge topic 'vs10-groups'Brad King2018-04-052-79/+102
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | cmVisualStudio10TargetGenerator: extend DOM-like generationVitaly Stakhovsky2018-03-302-79/+102
* | | | | | CMake Nightly Date StampKitware Robot2018-04-051-1/+1
| |_|_|/ / |/| | | |
* | | | | Merge topic 'autogen-protect-cmsys-calls'Brad King2018-04-045-48/+163
|\ \ \ \ \
| * | | | | Autogen: Print moc/uic/rcc output to stdoutSebastian Holtermann2018-04-032-5/+17
| * | | | | Autogen: Use std::istreambuf_iterator for file so string readingSebastian Holtermann2018-04-032-20/+34
| * | | | | Autogen: Protected calls to cmFilePathChecksumSebastian Holtermann2018-04-034-4/+27
| * | | | | Autogen: Protected calls to cmQtAutoGen::SubDirPrefixSebastian Holtermann2018-04-033-5/+14
| * | | | | Autogen: Protected calls to cmSystemTools::GetFilenameWithoutLastExtensionSebastian Holtermann2018-04-033-5/+14