| Commit message (Expand) | Author | Age | Files | Lines |
* | FindCUDAToolkit: Re-unify with Internal/CUDAToolkit | Raul Tambre | 2020-06-12 | 1 | -227/+0 |
|
|
* | Merge topic 'fix-cpack-deb-generating-empty-paragraph' | Brad King | 2020-05-28 | 1 | -0/+10 |
|\ |
|
| * | CPack-deb: don't add a line with a dot to pkg desc | Jonathan Verner | 2020-05-27 | 1 | -0/+10 |
|
|
* | | CUDA: Check for lib/x64 library directory in Internal/CUDAToolkit | Raul Tambre | 2020-05-26 | 1 | -0/+2 |
|
|
* | | FindCUDAToolkit: Factor out discovery code into a separate file | Raul Tambre | 2020-05-15 | 1 | -0/+225 |
|
|
* | | CPack/NSIS: Add option for setting DPI-aware | Johnny Jazeix | 2020-04-14 | 1 | -0/+1 |
|
|
* | | CPackRPM: Add PRE_/POST_TRANS scripts | Sarang Joshi | 2020-02-24 | 1 | -5/+13 |
|
|
* | | CPack/NuGet: Provide more granular errors | Yacoub Hossain | 2020-02-17 | 1 | -0/+16 |
|/ |
|
* | Merge topic 'cpack-deb-fix-description' | Brad King | 2020-01-27 | 1 | -1/+2 |
|\ |
|
| * | CPack: Fix regression in Deb description | Kyle Edwards | 2020-01-24 | 1 | -1/+2 |
|
|
* | | Merge topic 'fix-cpack-deb-description-file' | Brad King | 2020-01-13 | 1 | -2/+9 |
|\ \
| |/ |
|
| * | CPack: Fix regression in DEB generator description | Kyle Edwards | 2020-01-10 | 1 | -2/+9 |
|
|
* | | CPack/NSIS: Also preload the "UserInfo.dll" plugin | Patrick Storz | 2020-01-04 | 1 | -0/+3 |
|
|
* | | CPack/NSIS: Avoid "setup loading" screen by fixing template order | Patrick Storz | 2020-01-04 | 1 | -9/+8 |
|
|
* | | Merge topic 'add_cuda_meta_compiler_features' | Brad King | 2019-12-12 | 1 | -0/+14 |
|\ \ |
|
| * | | CUDA: Add cuda meta-features (e.g. ``cuda_std_11``) support | Robert Maynard | 2019-12-10 | 1 | -0/+14 |
|
|
* | | | Merge topic 'cpack-use-CPACK_PACKAGE_HOMEPAGE_URL' | Kyle Edwards | 2019-12-11 | 3 | -5/+5 |
|\ \ \
| |/ /
|/| | |
|
| * | | CPack: CMAKE_PROJECT_HOMEPAGE_URL -> CPACK_PACKAGE_HOMEPAGE_URL | Alex Turbov | 2019-12-09 | 3 | -5/+5 |
|
|
* | | | CPackNuGet: Fix handling of version specs with '[' | Yacoub Hossain | 2019-12-06 | 1 | -9/+2 |
|
|
* | | | CPack/NuGet: Do not mangle non-C-identifier chars in dependencies | yacoub | 2019-11-14 | 1 | -5/+3 |
|/ / |
|
* | | CPack/NSIS: Add options for custom welcome/finish titles + display on 3 lines | Johnny Jazeix | 2019-11-05 | 1 | -0/+4 |
|
|
* | | CPack/NSIS: Add option for custom Uninstall filename | Johnny Jazeix | 2019-10-25 | 1 | -4/+4 |
|/ |
|
* | CPackDeb: Use `CPACK_PACKAGE_DESCRIPTION_FILE` | Alex Turbov | 2019-09-21 | 1 | -16/+104 |
|
|
* | Refactor: Use `list` commands instead of old-way string ops | Alex Turbov | 2019-09-21 | 1 | -31/+20 |
|
|
* | Style: Remove spaces after command call and `(` | Alex Turbov | 2019-09-08 | 1 | -8/+8 |
|
|
* | CPack/STGZ: Require explicit acceptance or refusal of license | sidju | 2019-08-23 | 1 | -9/+13 |
|
|
* | Refactor: Move CPack internal files to `Internal/CPack/` directory | Alex Turbov | 2019-07-09 | 17 | -1/+1427 |
|
|
* | CPack: Fix SONAME regex in DEB generator | Kyle Edwards | 2019-06-12 | 1 | -1/+1 |
|
|
* | CPack/NuGet: Find nuget tool on case sensitive file system | Mathieu Malaterre | 2019-06-05 | 1 | -1/+1 |
|
|
* | CPackRPM: Hide CPACK_RPM_ROOTDIR debug if not CPACK_RPM_PACKAGE_DEBUG | Harry Mallon | 2019-04-30 | 1 | -1/+3 |
|
|
* | CompileFeatures: memoize C++ compilers with full language level support | Robert Maynard | 2019-04-09 | 1 | -0/+4 |
|
|
* | CompileFeatures: memoize C compilers with full language level support | Robert Maynard | 2019-03-27 | 1 | -0/+11 |
|
|
* | CompileFeatures: Don't try_compile for language levels with no features | Robert Maynard | 2019-03-20 | 1 | -2/+12 |
|
|
* | CPackRPM: Fix packaging in folders with ++ in name | Harry Mallon | 2019-02-25 | 1 | -1/+8 |
|
|
* | PIE link options: Update strategy to fix performance regression | Marc Chevrier | 2018-12-19 | 1 | -7/+19 |
|
|
* | CPack/Deb: Remove paxr as a supported tar format for a .deb | Guillem Jover | 2018-11-28 | 1 | -3/+6 |
|
|
* | POSITION_INDEPENDENT_CODE: Manage link flags for executables | Marc Chevrier | 2018-11-11 | 1 | -0/+146 |
|
|
* | CPack: Rename Ext generator to External | Craig Scott | 2018-11-05 | 1 | -11/+11 |
|
|
* | Fix misc. typos | luz.paz | 2018-10-03 | 1 | -1/+1 |
|
|
* | CPack/Deb: Add ability to split out debug symbols into .ddeb package | Andrew Fuller | 2018-09-21 | 1 | -4/+96 |
|
|
* | CPack/Deb: Use CMAKE_COMMAND to set the environment | Andrew Fuller | 2018-09-18 | 1 | -3/+3 |
|
|
* | IN_LIST: Ensure policy allows if(IN_LIST) if used by a module | Craig Scott | 2018-09-12 | 2 | -0/+10 |
|
|
* | CPack: Add "CPack External" generator | Kyle Edwards | 2018-07-02 | 1 | -0/+53 |
|
|
* | CPack/RPM: Use CMAKE_COMMAND to reference cmake executable | Daniel Wyatt | 2018-06-26 | 1 | -1/+1 |
|
|
* | CPack: Move internal implementation modules into Internal/CPack directory | Kyle Edwards | 2018-06-21 | 6 | -0/+2968 |
|
|
* | Features: On SunPro link feature check with lang std flag | Brad King | 2017-05-09 | 1 | -0/+10 |
|
|
* | Features: Add meta-features requesting awareness of a particular standard | Brad King | 2016-11-02 | 1 | -0/+2 |
|
|
* | Features: Centralize per-compiler recording macros | Brad King | 2016-11-02 | 1 | -1/+9 |
|
|
* | Features: Extract strings from test binary more reliably (#15736) | Brad King | 2015-09-10 | 1 | -1/+1 |
|
|
* | Features: Use the features symbol in the feature-test compile. | Stephen Kelly | 2014-05-15 | 1 | -1/+1 |
|
|