summaryrefslogtreecommitdiffstats
path: root/Modules/Internal
Commit message (Expand)AuthorAgeFilesLines
* CPack/NSIS: Fix installer not waiting for uninstaller to finishMika Fischer2022-10-101-5/+14
* CPack/NuGet: Restore component packaging on WindowsAlex Turbov2022-05-181-1/+3
* CheckLinkerFlag: Catch linker warning when the checked flag is ignoredBrad King2022-04-211-0/+9
* CheckSourceCompiles: Avoid linker warning with -fembed-bitcodeCraig Scott2022-04-091-0/+69
* CheckCompilerFlag: Fix regression in locale environment preservationBrad King2022-04-071-2/+2
* Merge topic 'productbuild-rootVolumeOnly' into release-3.23Brad King2022-03-221-6/+5
|\
| * productbuild: Don't write rootVolumeOnly attribute if writing domainsCraig Scott2022-03-211-2/+1
| * CPack: Avoid space / tab mix in productbuild distribution.xml templateCraig Scott2022-03-211-6/+6
* | Merge topic 'cpack-nsis-fix-uninstall-quoting' into release-3.23Brad King2022-03-221-3/+5
|\ \ | |/ |/|
| * CPack/NSIS: Add support for unquoted (legacy) uninstaller stringsMarc Jeanmougin2022-03-211-0/+4
| * CPack/NSIS: Fix uninstall command when run from installerMarc Jeanmougin2022-03-211-3/+1
* | CPack/NSIS: Fix description not displayed for componentsJohnny Jazeix2022-01-291-2/+1
* | Check{Compiler,Linker}Flag: Add possibility to retrieve check outputsMarc Chevrier2022-01-193-1/+24
* | CheckLinkerFlag: rely now on internal implementationMarc Chevrier2022-01-141-0/+35
* | internal/CheckCompilerFlag: rely on common configurationMarc Chevrier2022-01-142-64/+79
* | FreeBSD: fix up the package nameAdriaan de Groot2021-12-211-1/+1
* | CPack: Remove undocumented deprecated OSXX11 generatorBrad King2021-11-052-0/+0
* | CPack/DEB: deal with broken dpkg-shlibdeps on E2K architecturemakise-homura2021-10-151-0/+8
|/
* CPack/NSIS: Fix uninstall on Windows using "Apps & Features"Andras Lasso2021-09-141-1/+1
* Merge topic 'host-distro-info'Brad King2021-08-242-0/+79
|\
| * cmake_host_system_information: Can run fallback scriptsAlex Turbov2021-08-202-0/+79
* | Merge topic 'nsis_ignore_license_page'Brad King2021-08-031-1/+1
|\ \
| * | CPack/NSIS: Add option to not display license pageJohnny Jazeix2021-08-011-1/+1
| |/
* | Merge topic 'cpack-rpm-pre-semicolon'Brad King2021-08-031-3/+1
|\ \ | |/ |/|
| * CPackRPM: avoid a spurious `;` in the `%pre` and other sections with scriptsArtur Samarin2021-08-021-3/+1
* | Merge topic 'cpack-deb-lib-multiarch'Brad King2021-07-131-2/+4
|\ \
| * | CPack/DEB: Add postinst/postrm ldconfig for multi-arch lib dirsAlex Turbov2021-07-121-2/+4
* | | Merge topic 'cpack-deb-post-ops'Brad King2021-07-131-1/+1
|\ \ \ | | |/ | |/|
| * | CPack/DEB: Avoid overriding user-provided `postinst` and `postrm`Alex Turbov2021-07-121-1/+1
| * | Merge topic 'check_cxx_compiler_flag_no_normal_variable' into release-3.21Brad King2021-07-081-1/+0
| |\ \
* | | | CPack/RPM: Add option to set %global __requires_exclude_fromLisa Welsch2021-07-091-0/+12
| |_|/ |/| |
* | | Merge topic 'cpack-nsis_update-languange-list'Brad King2021-07-081-0/+13
|\ \ \
| * | | CPack/NSIS: Update language list in templateMarc Ruiz2021-07-071-0/+13
| |/ /
* | | Merge topic 'check_cxx_compiler_flag_no_normal_variable'Brad King2021-07-081-1/+0
|\ \ \ | |/ / |/| / | |/
| * Check*CompilerFlag: Do not set result as a normal variable tooRobert Maynard2021-07-081-1/+0
| * Merge topic 'correct_check_compiler_flag_regression' into release-3.19Brad King2020-11-301-3/+3
| |\
* | | CPack/RPM: Fix weak dep supportAlex Sweet2021-06-291-0/+15
* | | CheckCompilerFlag: Handle -Werror= for GCC 11Marc Aldorasi2021-06-171-2/+4
* | | Merge topic 'add_hip_language'Brad King2021-06-094-0/+23
|\ \ \
| * | | HIP: Add HIP to all the Check* modulesRobert Maynard2021-06-073-0/+9
| * | | HIP: Add language to CMakeRobert Maynard2021-06-071-0/+14
* | | | CPackDeb: output the error message when no description can be madeBen Boeckel2021-06-071-1/+1
|/ / /
* | | CPack/NSIS: Fix CPACK_NSIS_UNINSTALL_NAME when not Uninstall.exeMarkus Israelsson2021-04-271-2/+2
* | | CPackRPM: add scriplets tags only if scripts existDomen Vrankar2021-04-011-36/+67
* | | Merge topic 'cpackrpm-debuginfo-single-package-install-erase-scripts'Brad King2021-04-011-0/+19
|\ \ \
| * | | CPackRPM: handle scripts in debuginfo single package modeDomen Vrankar2021-03-301-0/+19
* | | | CPackRPM: correctly handle empty dir in single package modeDomen Vrankar2021-03-281-2/+8
|/ / /
* | | CPack/NSIS: Add option for setting branding textJohnny Jazeix2021-02-071-0/+1
* | | CPackDeb: dpkg-shlibdeps now supports searching for private shared libsDeniz Bahadir2021-01-221-2/+15
* | | CPack/NuGet: Fix nuspec file generation for UNIX-style OSiorikyu2020-12-221-1/+1