summaryrefslogtreecommitdiff
path: root/Modules/Internal
Commit message (Expand)AuthorAgeFilesLines
* CPack/NSIS: Add option for setting DPI-awareJohnny Jazeix2020-04-141-0/+1
* CPackRPM: Add PRE_/POST_TRANS scriptsSarang Joshi2020-02-241-5/+13
* CPack/NuGet: Provide more granular errorsYacoub Hossain2020-02-171-0/+16
* Merge topic 'cpack-deb-fix-description'Brad King2020-01-271-1/+2
|\
| * CPack: Fix regression in Deb descriptionKyle Edwards2020-01-241-1/+2
* | Merge topic 'fix-cpack-deb-description-file'Brad King2020-01-131-2/+9
|\ \ | |/
| * CPack: Fix regression in DEB generator descriptionKyle Edwards2020-01-101-2/+9
* | CPack/NSIS: Also preload the "UserInfo.dll" pluginPatrick Storz2020-01-041-0/+3
* | CPack/NSIS: Avoid "setup loading" screen by fixing template orderPatrick Storz2020-01-041-9/+8
* | Merge topic 'add_cuda_meta_compiler_features'Brad King2019-12-121-0/+14
|\ \
| * | CUDA: Add cuda meta-features (e.g. ``cuda_std_11``) supportRobert Maynard2019-12-101-0/+14
* | | Merge topic 'cpack-use-CPACK_PACKAGE_HOMEPAGE_URL'Kyle Edwards2019-12-113-5/+5
|\ \ \ | |/ / |/| |
| * | CPack: CMAKE_PROJECT_HOMEPAGE_URL -> CPACK_PACKAGE_HOMEPAGE_URLAlex Turbov2019-12-093-5/+5
* | | CPackNuGet: Fix handling of version specs with '['Yacoub Hossain2019-12-061-9/+2
* | | CPack/NuGet: Do not mangle non-C-identifier chars in dependenciesyacoub2019-11-141-5/+3
|/ /
* | CPack/NSIS: Add options for custom welcome/finish titles + display on 3 linesJohnny Jazeix2019-11-051-0/+4
* | CPack/NSIS: Add option for custom Uninstall filenameJohnny Jazeix2019-10-251-4/+4
|/
* CPackDeb: Use `CPACK_PACKAGE_DESCRIPTION_FILE`Alex Turbov2019-09-221-16/+104
* Refactor: Use `list` commands instead of old-way string opsAlex Turbov2019-09-211-31/+20
* Style: Remove spaces after command call and `(`Alex Turbov2019-09-081-8/+8
* CPack/STGZ: Require explicit acceptance or refusal of licensesidju2019-08-231-9/+13
* Refactor: Move CPack internal files to `Internal/CPack/` directoryAlex Turbov2019-07-0917-1/+1427
* CPack: Fix SONAME regex in DEB generatorKyle Edwards2019-06-121-1/+1
* CPack/NuGet: Find nuget tool on case sensitive file systemMathieu Malaterre2019-06-051-1/+1
* CPackRPM: Hide CPACK_RPM_ROOTDIR debug if not CPACK_RPM_PACKAGE_DEBUGHarry Mallon2019-04-301-1/+3
* CompileFeatures: memoize C++ compilers with full language level supportRobert Maynard2019-04-091-0/+4
* CompileFeatures: memoize C compilers with full language level supportRobert Maynard2019-03-271-0/+11
* CompileFeatures: Don't try_compile for language levels with no featuresRobert Maynard2019-03-201-2/+12
* CPackRPM: Fix packaging in folders with ++ in nameHarry Mallon2019-02-251-1/+8
* PIE link options: Update strategy to fix performance regressionMarc Chevrier2018-12-191-7/+19
* CPack/Deb: Remove paxr as a supported tar format for a .debGuillem Jover2018-11-281-3/+6
* POSITION_INDEPENDENT_CODE: Manage link flags for executablesMarc Chevrier2018-11-111-0/+146
* CPack: Rename Ext generator to ExternalCraig Scott2018-11-051-11/+11
* Fix misc. typosluz.paz2018-10-031-1/+1
* CPack/Deb: Add ability to split out debug symbols into .ddeb packageAndrew Fuller2018-09-211-4/+96
* CPack/Deb: Use CMAKE_COMMAND to set the environmentAndrew Fuller2018-09-181-3/+3
* IN_LIST: Ensure policy allows if(IN_LIST) if used by a moduleCraig Scott2018-09-122-0/+10
* CPack: Add "CPack External" generatorKyle Edwards2018-07-021-0/+53
* CPack/RPM: Use CMAKE_COMMAND to reference cmake executableDaniel Wyatt2018-06-261-1/+1
* CPack: Move internal implementation modules into Internal/CPack directoryKyle Edwards2018-06-216-0/+2968
* Features: On SunPro link feature check with lang std flagBrad King2017-05-091-0/+10
* Features: Add meta-features requesting awareness of a particular standardBrad King2016-11-021-0/+2
* Features: Centralize per-compiler recording macrosBrad King2016-11-021-1/+9
* Features: Extract strings from test binary more reliably (#15736)Brad King2015-09-101-1/+1
* Features: Use the features symbol in the feature-test compile.Stephen Kelly2014-05-151-1/+1
* Project: Use nullary form of main for compile feature tests.Stephen Kelly2014-05-071-1/+1
* Project: Remove extern from static string in feature tests.Stephen Kelly2014-05-071-1/+1
* Features: Make CMAKE_CXX_KNOWN_FEATURES a property.Stephen Kelly2014-05-021-1/+4
* project: Add infrastructure for recording CXX compiler featuresStephen Kelly2014-04-071-0/+57