summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'cpack-install-multiple-configurations'Brad King2019-09-031-21/+49
|\
| * cpack: Add `CPACK_INSTALL_CMAKE_CONFIGURATIONS` variableAlex Turbov2019-08-301-17/+47
| * Refactor: Use `unique_ptr` instead of raw pointerAlex Turbov2019-08-191-5/+3
* | Merge topic 'fileapi-CMP0037-OLD'Brad King2019-09-031-0/+6
|\ \
| * | fileapi: Fix codemodel v2 target file name for CMP0037 OLD behaviorBrad King2019-08-301-0/+6
* | | CMake Nightly Date StampKitware Robot2019-09-031-1/+1
* | | CMake Nightly Date StampKitware Robot2019-09-021-1/+1
* | | CMake Nightly Date StampKitware Robot2019-09-011-1/+1
* | | CMake Nightly Date StampKitware Robot2019-08-311-1/+1
* | | Merge topic 'remove_directory-symlink'Brad King2019-08-301-4/+11
|\ \ \
| * | | cmake: Teach -E remove_directory to remove directory symlinksJon Chronopoulos2019-08-301-4/+11
* | | | Merge topic 'update-kwsys'Brad King2019-08-303-132/+82
|\ \ \ \
| * | | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2019-08-293-132/+82
* | | | | CMake Nightly Date StampKitware Robot2019-08-301-1/+1
|/ / / /
* | | | Merge topic 'per-lang-link-library-flag'Brad King2019-08-291-4/+14
|\ \ \ \
| * | | | Add per-lang variants of CMAKE_LINK_LIBRARY_{FILE_FLAG,SUFFIX}Alan W. Irwin2019-08-271-4/+14
* | | | | Merge topic 'precompile-headers'Brad King2019-08-2922-6/+462
|\ \ \ \ \
| * | | | | Precompile headers: Add support for Visual Studio generatorsCristian Adam2019-08-283-1/+21
| * | | | | Precompile headers: Add support for Xcode generatorCristian Adam2019-08-281-0/+12
| * | | | | Precompile headers: Add methods to generate PCH sourcesCristian Adam2019-08-2810-4/+240
| * | | | | PCH: add target_precompile_headers commandDaniel Pfeifer2019-08-274-0/+83
| * | | | | PCH: add PRECOMPILE_HEADERS to special propertiesDaniel Pfeifer2019-08-266-1/+106
* | | | | | Merge topic 'autogen_strcat'Brad King2019-08-299-573/+450
|\ \ \ \ \ \
| * | | | | | Autogen: cmQtAutoMocUic settings hash computation optimizationsSebastian Holtermann2019-08-271-15/+9
| * | | | | | Autogen: cmQtAutoMocUic string concatenation cleanupsSebastian Holtermann2019-08-272-265/+225
| * | | | | | Autogen: cmQtAutoRcc settings hash computation optimizationsSebastian Holtermann2019-08-271-9/+15
| * | | | | | Autogen: cmQtAutoRcc string concatenation cleanupsSebastian Holtermann2019-08-271-60/+37
| * | | | | | Autogen: cmQtAutoGenInitializer string concatenation cleanupsSebastian Holtermann2019-08-271-52/+43
| * | | | | | Autogen: Let cmQtAutoGenerator::Logger methods accept cm::string_viewSebastian Holtermann2019-08-272-60/+36
| * | | | | | Autogen: Use cm::string_view for AUTO{MOC,UIC,RCC} generator namesSebastian Holtermann2019-08-275-47/+44
| * | | | | | Autogen: Modernize cmQtAutoGen methods using cm::string_viewSebastian Holtermann2019-08-272-69/+45
* | | | | | | Merge topic 'find-no-name'Brad King2019-08-291-1/+1
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'backport-find-no-name' into find-no-nameBrad King2019-08-281-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | find_path: Fix crash on empty old-style list of namesBrad King2019-08-281-1/+1
| | | |_|_|_|/ / | | |/| | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2019-08-291-1/+1
* | | | | | | | Merge topic 'vs-ConfigurationType-genex'Brad King2019-08-281-1/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | VS: Add support for generator expressions to VS_CONFIGURATION_TYPEDaniel Eiband2019-08-261-1/+4
* | | | | | | | | Merge topic 'sf-LANGUAGE-prop'Brad King2019-08-288-24/+24
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cmSourceFile: Move LANGUAGE to GetPropertyForUserTushar Maheshwari2019-08-272-4/+7
| * | | | | | | | | cmSourceFile: Rename non-const GetLanguageTushar Maheshwari2019-08-278-21/+18
* | | | | | | | | | Merge topic 'cpack-ifw-command-vectorization'Brad King2019-08-281-47/+72
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | CPack/IFW: Command vectorizationKonstantin Podsvirov2019-08-271-47/+72
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'cmCommand_refactor_disallowed'Brad King2019-08-2820-299/+116
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cmCommand refactor: remove cmDisallowedCommand classGabor Bencze2019-08-263-78/+0
| * | | | | | | | | | cmCommand refactor: remove unused AddDisallowedCommand overloadGabor Bencze2019-08-262-14/+0
| * | | | | | | | | | cmCommand refactor: cmVariableRequiresCommandGabor Bencze2019-08-263-27/+13
| * | | | | | | | | | cmCommand refactor: cmUtilitySourceCommandGabor Bencze2019-08-263-37/+25
| * | | | | | | | | | cmCommand refactor: cmSubdirDependsCommandGabor Bencze2019-08-263-18/+5
| * | | | | | | | | | cmCommand refactor: cmOutputRequiredFilesCommandGabor Bencze2019-08-263-43/+27
| * | | | | | | | | | cmCommand refactor: cmLoadCommandCommandGabor Bencze2019-08-253-30/+17