summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | 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
| * | | | | | | | | | | cmCommand refactor: cmExportLibraryDependenciesCommandGabor Bencze2019-08-253-24/+12
| * | | | | | | | | | | cmCommand refactor: cmUseMangledMesaCommandGabor Bencze2019-08-253-28/+17
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Merge topic 'autogen_fix_use_after_move'Brad King2019-08-282-3/+3
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Autogen: Fix AUTOUIC segfault, when file includes colliding ui_*.h fileSebastian Holtermann2019-08-272-3/+3
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | CMake Nightly Date StampKitware Robot2019-08-281-1/+1
| |_|_|_|_|_|/ / / |/| | | | | | | |
* | | | | | | | | Merge topic 'cmake-initial-cache-dirs'Brad King2019-08-271-10/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cmake: Pass -S and -B into PreLoad.cmake and -C scriptsPeter Waller2019-08-271-10/+7
* | | | | | | | | | Merge topic 'swift-version'Brad King2019-08-272-0/+12
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Swift: honour `-swift-version` in Ninja generatorSaleem Abdulrasool2019-08-262-0/+12
* | | | | | | | | | | Merge topic 'ctest-CLICOLOR_FORCE'Brad King2019-08-271-0/+5
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
| * | | | | | | | | | CTest: Add env var CLICOLOR_FORCE to force color outputMarin Baron2019-08-261-0/+5
* | | | | | | | | | | Merge topic 'alpine-cpu_zero'Brad King2019-08-271-0/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | cmAffinity: Add include for CPU_ZERO on Alpine LinuxBrad King2019-08-271-0/+2
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge topic 'cmGlobalGenerator-compilerId-lifetime'Brad King2019-08-271-7/+4
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | cmGlobalGenerator: Fix CheckCompilerIdCompatibility local var lifetimeBrad King2019-08-261-7/+4
| |/ / / / / / / / / /
* | | | | | | | | | | Merge topic 'ninja_additional_clean_files_custom_target'Brad King2019-08-272-0/+4
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
| * | | | | | | | | | Ninja: Add support for ADDITIONAL_CLEAN_FILES in custom targetsSebastian Holtermann2019-08-262-0/+4
| |/ / / / / / / / /
* | | | | | | | | | CMake Nightly Date StampKitware Robot2019-08-271-1/+1
| |_|_|_|_|/ / / / |/| | | | | | | |
* | | | | | | | | Merge topic 'pvs-cleanup'Brad King2019-08-268-45/+27
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cmCPackLog: Fix support for multiple log message tagsBrad King2019-08-261-5/+5
| * | | | | | | | | cmCTestTestHandler: Remove extra layer of parenthesesBrad King2019-08-261-1/+1
| * | | | | | | | | cmCTestMultiProcessHandler: Explain testRun ownership in commentsBrad King2019-08-261-0/+3