summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'vs-csproj-scripts'Brad King2021-12-034-26/+5
|\
| * VS: Revert "Add missing label in C# project-build events"Brad King2021-12-024-26/+5
* | CMake Nightly Date StampKitware Robot2021-12-031-1/+1
* | Merge topic 'ifw-sign-installer'Brad King2021-12-023-0/+23
|\ \
| * | CPackIFW: add support for signing the generated app bundles on macOSErlend E. Aasland2021-11-223-0/+23
* | | Merge topic 'cleanup-ConvertToIncludeReference'Brad King2021-12-026-39/+18
|\ \ \
| * | | cmLocalGenerator: Remove unused IncludePathStyle infrastructureBrad King2021-12-016-39/+18
* | | | Merge topic 'semi-warnings'Brad King2021-12-025-30/+29
|\ \ \ \
| * | | | Source: Fix -Wmissing-variable-declarations warningSean McBride2021-12-012-4/+3
| * | | | Source: fix -Wextra-semi-stmt warningsSean McBride2021-12-013-26/+26
| |/ / /
* | | | Merge topic 'vs-enum-class'Brad King2021-12-022-53/+58
|\ \ \ \
| * | | | cmVisualStudio10TargetGenerator: Change VsProjectType to be enum classSumit Bhardwaj2021-12-012-53/+58
* | | | | Merge topic 'rpath-unrecognized-format'Brad King2021-12-021-4/+21
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | file(RPATH): Restore tolerance of unknown formats if new RPATH is emptyBrad King2021-12-011-2/+21
| * | | | cmSystemTools: Remove unnecessary mark-as-used casts to voidBrad King2021-12-011-2/+0
* | | | | CMake Nightly Date StampKitware Robot2021-12-021-1/+1
| |_|/ / |/| | |
* | | | Merge topic 'deps-quiet-rc'Brad King2021-12-011-1/+2
|\ \ \ \
| * | | | cmcldeps: Suppress rc dummy outputOrgad Shaneh2021-11-291-1/+2
* | | | | Merge topic 'mingw-strftime-crash'Brad King2021-12-011-1/+1
|\ \ \ \ \ | | |/ / / | |/| / / | |_|/ / |/| | |
| * | | mingw: fix calling convention for strftime()Christoph Reiter2021-11-301-1/+1
* | | | CMake Nightly Date StampKitware Robot2021-12-011-1/+1
* | | | CMake Nightly Date StampKitware Robot2021-11-301-1/+1
| |/ / |/| |
* | | CMake Nightly Date StampKitware Robot2021-11-291-1/+1
* | | CMake Nightly Date StampKitware Robot2021-11-281-1/+1
* | | CMake Nightly Date StampKitware Robot2021-11-271-1/+1
* | | CMake Nightly Date StampKitware Robot2021-11-261-1/+1
* | | CMake Nightly Date StampKitware Robot2021-11-251-1/+1
* | | CMake Nightly Date StampKitware Robot2021-11-241-1/+1
* | | Merge topic 'iwyu-windows'Brad King2021-11-2343-53/+315
|\ \ \
| * | | Source: Fix possible IWYU warnings in Windows generatorsNAKAMURA Takumi2021-11-1943-53/+315
* | | | Merge topic 'env-init-configs'Brad King2021-11-232-2/+4
|\ \ \ \ | | |/ / | |/| |
| * | | try_compile: Do not use CMAKE_BUILD_TYPE or CMAKE_CONFIGURATION_TYPES env varsBrad King2021-11-222-2/+4
| * | | CMake 3.22.0v3.22.0Brad King2021-11-181-1/+1
* | | | CMake Nightly Date StampKitware Robot2021-11-231-1/+1
* | | | Merge topic 'cpack-productbuild-identifier'Brad King2021-11-222-5/+20
|\ \ \ \
| * | | | CPack/productbuild: Add option to customize product identifierGreg Fiumara2021-11-182-5/+20
* | | | | Merge topic 'automoc-cross-windows'Brad King2021-11-221-3/+3
|\ \ \ \ \
| * | | | | AutoMoc: Only add the WIN32 define if the target system is WindowsJoerg Bornemann2021-11-191-3/+3
| | |_|/ / | |/| | |
* | | | | CMake Nightly Date StampKitware Robot2021-11-221-1/+1
* | | | | CMake Nightly Date StampKitware Robot2021-11-211-1/+1
* | | | | CMake Nightly Date StampKitware Robot2021-11-201-1/+1
|/ / / /
* | | | Merge topic 'custom-command-unique_ptr'Brad King2021-11-1920-572/+500
|\ \ \ \
| * | | | cmMakefile: Simplify Add*Command and adopt to cmAddCustom*CommandNAKAMURA Takumi2021-11-188-174/+133
| * | | | cmLocalGenerator: Simplify Add{Custom,Utility}CommandNAKAMURA Takumi2021-11-188-232/+154
| * | | | cmGlobalVisualStudio8Generator: Fix the misaligned argument, stdPipesUTF8NAKAMURA Takumi2021-11-181-5/+11
| * | | | cmMakefile: Simplify detail:::Add{Custom,Utility}CommandNAKAMURA Takumi2021-11-184-188/+183
| * | | | cmMakefile: Introduce GeneratorAction as the class.NAKAMURA Takumi2021-11-182-5/+32
| * | | | cmCustomCommand: Move constructor arguments to individual settersNAKAMURA Takumi2021-11-188-59/+95
| * | | | cmMakefile: Move CMP0116 lookup into Add{Custom,Utility}CommandNAKAMURA Takumi2021-11-188-75/+58
* | | | | Merge topic 'ghs_initial_setup'Brad King2021-11-192-131/+68
|\ \ \ \ \