| Commit message (Expand) | Author | Age | Files | Lines |
* | CMakeCPack: Update Debian package contact email | Brad King | 2019-11-05 | 1 | -1/+1 |
|
|
* | Xcode: Require at least Xcode 5 | Gregor Jasny | 2019-02-16 | 1 | -3/+0 |
|
|
* | CMakeCPack: Exclude version-control-specific files from source package | Brad King | 2017-09-26 | 1 | -0/+18 |
|
|
* | QtIFW: Improved packaging | Konstantin Podsvirov | 2017-01-12 | 1 | -19/+26 |
|
|
* | QtIFW: Configurable root component | Konstantin Podsvirov | 2016-11-30 | 1 | -17/+59 |
|
|
* | CMakeCPack: remove obsolete conditions | Daniel Pfeifer | 2016-10-09 | 1 | -175/+170 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | Utilities/Release: Drop Cygwin binary | Brad King | 2016-09-12 | 1 | -25/+0 |
|
|
* | QtIFW: Developer Reference installation | Konstantin Podsvirov | 2016-08-16 | 1 | -1/+15 |
|
|
* | QtIFW: process USE_LGPL when CMake_INSTALL_COMPONENTS | Konstantin Podsvirov | 2016-07-13 | 1 | -2/+4 |
|
|
* | CMake: install COMPONENT cmcldeps | Konstantin Podsvirov | 2016-07-13 | 1 | -0/+3 |
|
|
* | cmake-gui: Reference LGPLv3 when redistributing Qt | Brad King | 2016-06-17 | 1 | -2/+2 |
|
|
* | Add option to control 'bin' directory of CMake's own installation (#16076) | Nicolas BUNEL | 2016-06-01 | 1 | -1/+1 |
|
|
* | CMake: Prevent WiX installations over existing NSIS installations | Nils Gladitz | 2016-02-09 | 1 | -0/+11 |
|
|
* | CMake: Add CMake_INSTALL_DEPENDENCIES option | Konstantin Podsvirov | 2015-07-27 | 1 | -1/+3 |
|
|
* | CMake: Add cmakexbuild component as REQUIRED to Tools group for IFW installer | Konstantin Podsvirov | 2015-07-07 | 1 | -0/+3 |
|
|
* | CMake: optional show LGPLv2.1 license when install cmake-gui component | Konstantin Podsvirov | 2015-07-07 | 1 | -0/+7 |
|
|
* | CMake: New option CMake_INSTALL_COMPONENTS | Konstantin Podsvirov | 2015-07-07 | 1 | -28/+48 |
|
|
* | CMake: Install COMPONENTs (sphinx-man) | Konstantin Podsvirov | 2015-07-07 | 1 | -0/+3 |
|
|
* | CMake: Install COMPONENTs | Konstantin Podsvirov | 2015-07-07 | 1 | -11/+37 |
|
|
* | Fix if() checks of CMAKE_SYSTEM_NAME on Cygwin | Brad King | 2014-09-11 | 1 | -1/+1 |
|
|
* | CPackIFW: Revise this generator | Konstantin Podsvirov | 2014-08-12 | 1 | -10/+3 |
|
|
* | CPackIFW: Add package configuration variables | Konstantin Podsvirov | 2014-07-29 | 1 | -0/+1 |
|
|
* | CPack: Add an "IFW" generator for Qt Framework Installer | Konstantin Podsvirov | 2014-07-28 | 1 | -0/+32 |
|
|
* | Configure NSIS-packaged CMake version and install destination | Brad King | 2013-11-12 | 1 | -9/+5 |
|
|
* | CMakeCPack: Provide an upgrade guid for WiX | Richard Ulrich | 2013-07-19 | 1 | -0/+2 |
|
|
* | Convert the CPACK_CYGWIN_PATCH_NUMBER variable to a cache variable | David Cole | 2012-08-16 | 1 | -3/+4 |
|
|
* | Remove CMake-language block-end command arguments | Kitware Robot | 2012-08-13 | 1 | -13/+13 |
|
|
* | Convert CMake-language commands to lower case | Kitware Robot | 2012-08-13 | 1 | -67/+67 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -4/+4 |
|
|
* | Add CPACK_NSIS_INSTALL_ROOT for CMake's own installer (#9148) | David Cole | 2011-01-13 | 1 | -9/+34 |
|
|
* | Add CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_NO_WARNINGS variable | David Cole | 2011-01-13 | 1 | -1/+7 |
|
|
* | Fix CMake data and doc paths in Cygwin package | Brad King | 2010-06-09 | 1 | -14/+1 |
|
|
* | Package CMake with new version scheme | Brad King | 2010-05-04 | 1 | -7/+2 |
|
|
* | Remove MFC libraries from install tree. | Bill Hoffman | 2009-09-28 | 1 | -1/+0 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -0/+12 |
|
|
* | ENH: Overhaul CMake version numbering | Brad King | 2009-03-05 | 1 | -9/+4 |
|
|
* | ENH: do not put system name into cygwin package | Bill Hoffman | 2008-05-23 | 1 | -1/+9 |
|
|
* | ENH: make sure Cygwin-Unknown is not the name for the package | Bill Hoffman | 2008-05-20 | 1 | -1/+8 |
|
|
* | ENH: make it so cmake-gui only installs if qt is static on windows | Bill Hoffman | 2008-02-09 | 1 | -0/+2 |
|
|
* | ENH: change CPACK_CREATE_DESKTOP_LINKS to something that can handle spaces in... | Bill Hoffman | 2007-11-07 | 1 | -1/+4 |
|
|
* | ENH: add CPACK_PROJECT_CONFIG_FILE option to CPack | Bill Hoffman | 2007-10-31 | 1 | -0/+3 |
|
|
* | ENH: cpack changes, remove the escape variable stuff as it is not needed if y... | Bill Hoffman | 2007-10-31 | 1 | -53/+16 |
|
|
* | ENH: fix for cygwin package | Bill Hoffman | 2007-10-30 | 1 | -1/+1 |
|
|
* | ENH: add ability to set installer icons, links to web pages, nsis code in the... | Bill Hoffman | 2007-10-29 | 1 | -2/+18 |
|
|
* | ENH: add ability to create links on the start menu | Bill Hoffman | 2007-10-18 | 1 | -3/+13 |
|
|
* | ENH: allow for desktop link to be created and fix chop of last char in PATH o... | Bill Hoffman | 2007-09-18 | 1 | -0/+1 |
|
|
* | ENH: for CVS CMake have cpack use the version date in the name of the package | Bill Hoffman | 2007-09-07 | 1 | -3/+8 |
|
|
* | ENH: deb generator can now generate deb packages | Alexander Neundorf | 2007-07-27 | 1 | -1/+2 |
|
|
* | ENH: start trying to cleanup CMakeLists files | Ken Martin | 2007-05-10 | 1 | -0/+85 |
|
|