| Commit message (Expand) | Author | Age | Files | Lines |
* | CPack: Fix CPACK_OSX_SYSROOT with symbolic CMAKE_OSX_SYSROOT (#15816) | Brad King | 2015-10-28 | 1 | -1/+1 |
|
|
* | Introduction of CPACK_VERBATIM_VARIABLES variable | Roman Donchenko | 2015-09-20 | 1 | -8/+38 |
|
|
* | CPack: don't mangle CMake-special characters when applying default settings | Roman Donchenko | 2015-09-09 | 1 | -43/+48 |
|
|
* | CPack: Fix typo in CPACK_INSTALL_CMAKE_PROJECTS docs (#15543) | Felix Geyer | 2015-04-29 | 1 | -1/+1 |
|
|
* | CPack: be more stringent when selecting variables to encode | Роман Донченко | 2015-03-02 | 1 | -1/+1 |
|
|
* | CPack: Fix NSIS default 64-bit Windows install directory (#14211) | Brad King | 2015-02-04 | 1 | -3/+8 |
|
|
* | CPack: Sort packaging options lexicographically | Brad King | 2014-07-31 | 1 | -27/+27 |
|
|
* | CPack: Expand mark_as_advanced arguments to one-per-line | Brad King | 2014-07-31 | 1 | -9/+26 |
|
|
* | CPack: Mark CPACK_BINARY_IFW option as advanced | Brad King | 2014-07-30 | 1 | -0/+1 |
|
|
* | CPack: Add lzma-compressed package options | Daniel Pfeifer | 2014-07-30 | 1 | -0/+10 |
|
|
* | CPack: Add an "IFW" generator for Qt Framework Installer | Konstantin Podsvirov | 2014-07-28 | 1 | -0/+2 |
|
|
* | CPackWiX: Add support for CPACK_CREATE_DESKTOP_LINKS | Timo Rothenpieler | 2014-02-08 | 1 | -1/+3 |
|
|
* | Drop use of configure_file IMMEDIATE option | Daniele E. Domenichelli | 2013-11-13 | 1 | -2/+2 |
|
|
* | Merge topic 'osx-no-PackageMaker' | Brad King | 2013-11-05 | 1 | -1/+1 |
|\ |
|
| * | CPack: Disable OS X PackageMaker by default (#13662) | Brad King | 2013-11-01 | 1 | -1/+1 |
|
|
* | | cpack: For DragNDrop generator, add sysroot option when calling Rez. | Clinton Stimpson | 2013-11-01 | 1 | -2/+2 |
|
|
* | | cpack: For DragNDrop generator, add sysroot option when calling Rez. | Clinton Stimpson | 2013-11-01 | 1 | -0/+5 |
|/ |
|
* | CPack: Replace #<type> markup with reStructuredText equivalent | Kitware Robot | 2013-10-16 | 1 | -313/+152 |
|
|
* | Convert builtin help to reStructuredText source files | Kitware Robot | 2013-10-15 | 1 | -217/+370 |
|
|
* | Improve documentation for CPACK_PACKAGE_INSTALL_REGISTRY_KEY. | Clinton Stimpson | 2013-05-14 | 1 | -2/+2 |
|
|
* | CPack: Add a WiX Generator (#11575) | Nils Gladitz | 2012-12-03 | 1 | -1/+6 |
|
|
* | Remove CMake-language block-end command arguments | Kitware Robot | 2012-08-13 | 1 | -38/+38 |
|
|
* | Convert CMake-language commands to lower case | Kitware Robot | 2012-08-13 | 1 | -68/+68 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -9/+9 |
|
|
* | Do not provide defaul value for CPACK_PACKAGE_DIRECTORY if found in config. | Eric NOULARD | 2012-07-04 | 1 | -0/+8 |
|
|
* | Merge topic 'fix-9946-uninstall-before-install' | David Cole | 2012-04-25 | 1 | -0/+4 |
|\ |
|
| * | Added CPACK_NSIS_ENABLE_UNINSTALL_BEFORE_INSTALL | Patrick Gansterer | 2012-04-22 | 1 | -0/+4 |
|
|
* | | Fix CPack RPM man page typo detected by lintian. | Modestas Vainius | 2012-04-20 | 1 | -0/+1 |
|/ |
|
* | Add some missing CPACK_NSIS_xxx doc and move some to common CPack section. | Eric NOULARD | 2012-03-06 | 1 | -0/+14 |
|
|
* | Review and update CPack variable documentation. | Eric NOULARD | 2012-02-25 | 1 | -78/+106 |
|
|
* | Put CPack DMG and PackageMaker doc in separate files | Eric NOULARD | 2012-02-18 | 1 | -55/+0 |
|
|
* | Make the load of script documentation more efficient and dynamic. | Eric NOULARD | 2012-02-14 | 1 | -9/+13 |
|
|
* | CPack Documentation extraction from CMake script begins to work | Eric NOULARD | 2012-01-22 | 1 | -4/+51 |
|
|
* | Implement simple CMake script comment markup language. | Eric NOULARD | 2012-01-22 | 1 | -0/+12 |
|
|
* | CPack fix #12449 doc mispelled | Eric NOULARD | 2011-09-08 | 1 | -1/+1 |
|
|
* | CPack/NSIS: Fix reinstall and multiple install issues when using components. | Clinton Stimpson | 2011-07-29 | 1 | -1/+1 |
|
|
* | Split CPack.cmake in more manageable parts | Eric NOULARD | 2011-04-04 | 1 | -491/+12 |
|
|
* | Merge topic 'fix-9148-cpack-nsis-installer-root' | Brad King | 2011-01-11 | 1 | -0/+10 |
|\ |
|
| * | CPack: Add CPACK_NSIS_INSTALL_ROOT variable (#9148) | David Cole | 2011-01-11 | 1 | -0/+10 |
|
|
* | | Add CPack NSIS MUI_FINISHPAGE_RUN support (#11144) | Mike McQuaid | 2011-01-06 | 1 | -0/+3 |
|
|
* | | Add CPACK_NSIS_EXECUTABLES_DIRECTORY (#7828) | Mike McQuaid | 2011-01-06 | 1 | -0/+5 |
|/ |
|
* | Add documentation for CPACK_PROJECT_CONFIG_FILE. | David Cole | 2010-08-11 | 1 | -3/+40 |
|
|
* | Modules: Fix spelling 'To distributed' -> 'To distribute' | Todd Gamblin | 2010-08-09 | 1 | -1/+1 |
|
|
* | Add .git .bzr and .hg to the list of default CPack ignore directories. | Bill Hoffman | 2010-03-08 | 1 | -1/+1 |
|
|
* | Fix issue #10055 - add documentation for the CPack Mac OSX only Bundle genera... | David Cole | 2009-12-15 | 1 | -0/+21 |
|
|
* | Fix issue #9782 - add documentation for variables used by CPack DragNDrop gen... | David Cole | 2009-12-15 | 1 | -0/+39 |
|
|
* | Fix regression with CPACK_NSIS_PACKAGE_NAME, if the project is setting the CP... | Bill Hoffman | 2009-11-12 | 1 | -2/+16 |
|
|
* | Convert CMake non-find modules to BSD License | Brad King | 2009-09-28 | 1 | -0/+12 |
|
|
* | some white space fixes for the book | Ken Martin | 2009-09-03 | 1 | -2/+3 |
|
|
* | BUG: Re-fix issue #8682. Use new variable CPACK_NSIS_PACKAGE_NAME in appropri... | David Cole | 2009-07-16 | 1 | -1/+5 |
|
|