Eric NOULARD
|
4bb79402e8
Split CPack.cmake in more manageable parts
|
14 år sedan |
Brad King
|
b524f864ca
Merge topic 'fix-9148-cpack-nsis-installer-root'
|
15 år sedan |
David Cole
|
5a9e8e701e
CPack: Add CPACK_NSIS_INSTALL_ROOT variable (#9148)
|
15 år sedan |
Mike McQuaid
|
bee514c361
Add CPack NSIS MUI_FINISHPAGE_RUN support (#11144)
|
15 år sedan |
Mike McQuaid
|
702c8f8ba7
Add CPACK_NSIS_EXECUTABLES_DIRECTORY (#7828)
|
15 år sedan |
David Cole
|
cf4a50bcdb
Add documentation for CPACK_PROJECT_CONFIG_FILE.
|
15 år sedan |
Todd Gamblin
|
2cde67a781
Modules: Fix spelling 'To distributed' -> 'To distribute'
|
15 år sedan |
Bill Hoffman
|
a9ac761938
Add .git .bzr and .hg to the list of default CPack ignore directories.
|
15 år sedan |
David Cole
|
d9f78eca72
Fix issue #10055 - add documentation for the CPack Mac OSX only Bundle generator.
|
16 år sedan |
David Cole
|
8a87458954
Fix issue #9782 - add documentation for variables used by CPack DragNDrop generators.
|
16 år sedan |
Bill Hoffman
|
6e8aa6cb52
Fix regression with CPACK_NSIS_PACKAGE_NAME, if the project is setting the CPACK_NSIS_DISPLAY_NAME then use that as the default value and not the CPACK_PACKAGE_INSTALL_DIRECTORY, also make sure it escapes \ correctly.
|
16 år sedan |
Brad King
|
3a666595c9
Convert CMake non-find modules to BSD License
|
16 år sedan |
Ken Martin
|
f686dbecb6
some white space fixes for the book
|
16 år sedan |
David Cole
|
85733c17c5
BUG: Re-fix issue #8682. Use new variable CPACK_NSIS_PACKAGE_NAME in appropriate places rather than CPACK_NSIS_DISPLAY_NAME. CPACK_NSIS_DISPLAY_NAME is the Add/Remove control panel's description string for the installed package. Using it as the "Name" of the NSIS installer package made the CMake installer itself use really long strings in the installer GUI. This fix still allows for the original intent of the first fix for #8682 -- the ability to separate the installer name from the default install directory, but it uses a new/different variable to achieve the separation.
|
16 år sedan |
David Cole
|
6d242ca2dc
STYLE: Use $ style variable dereference instead of @ style.
|
16 år sedan |
David Cole
|
c58f2a5830
ENH: Turn off CPACK_BINARY_TBZ2 and CPACK_BINARY_ZIP by default. Strictly speaking, this changes behavior from cpack 2.6, but now that cpack returns a non-zero exit code when it encounters an error, and it is an error to try to use a generator that is not available... It makes sense to turn these off by default since not everybody has these generators installed. It is easy for a project to turn these options back on if they need to: simply set(CPACK_BINARY_TBZ2 ON) or set(CPACK_BINARY_ZIP ON) before include(CPack) in your CMakeLists.txt...
|
17 år sedan |
David Cole
|
3a4f76949a
BUG: Fix issue #8402. Add a drag and drop bundle generator to the Mac build of CPack. Add a test of it in the CPackComponents test. Thanks to Clinton Stimpson for the patch.
|
17 år sedan |
David Cole
|
71f61636b6
ENH: One more patch from Doug Gregor including PackageMaker functionality for componentized-for-the-end-user and download-some-bit-on-demand installers.
|
17 år sedan |
David Cole
|
83ec8c3593
ENH: Further refinement of the CPack components functionality from Doug Gregor.
|
17 år sedan |
David Cole
|
79e255a7d3
ENH: Apply patch for feature request #7170. Thanks to Tim Shead for contributing...
|
17 år sedan |
Alexander Neundorf
|
e20f1dd26c
ENH: use a common CPACK_BINARY_ prefix for the binary package generators
|
17 år sedan |
Alexander Neundorf
|
6502177306
ENH: use CPACK_PACKAGE_VERSION instead of
|
17 år sedan |
David Cole
|
764f6838a7
ENH: Give Mac installers package relocation capability. Default location is still the same for backwards compatibility, but packages will now be relocatable by default like they are on Windows via the NSIS installer. New CPack variables for controlling this functionality are CPACK_PACKAGE_DEFAULT_LOCATION and CPACK_PACKAGE_RELOCATABLE.
|
18 år sedan |
David Cole
|
5beb1da7f7
ENH: Add CPACK_SET_DESTDIR handling to enable packaging of installed files in absolute locations. With this setting on, cpack will set the DESTDIR env var when building the package so that files end up in their intended locations. Default behavior is not to set DESTDIR for backwards compatibility. Helps address issue #4993 and issue #5257. Also, remove unused CPACK_USE_DESTDIR variable. ENH: Add variable CPACK_PACKAGING_INSTALL_PREFIX to allow overriding the CPack GetPackagingInstallPrefix from a project's CMakeLists file if necessary. Could be used to remove the annoying /usr prefix still used by default in the Mac PackageMaker generator.
|
18 år sedan |
Bill Hoffman
|
eb14543939
ENH: cpack changes, remove the escape variable stuff as it is not needed if you provide a config file for cpack
|
18 år sedan |
Bill Hoffman
|
02f79c7242
ENH: add ability to set installer icons, links to web pages, nsis code in the icon section of the template, and ability to escape variables correctly
|
18 år sedan |
Bill Hoffman
|
617e6082fa
ENH: fix bitmap escapes
|
18 år sedan |
Bill Hoffman
|
cfb84d8562
ENH: allow CPACK_PACKAGE_ICON to be not set
|
18 år sedan |
Alexander Neundorf
|
5ceafcb7e2
|
18 år sedan |
Alexander Neundorf
|
7432ef206e
|
18 år sedan |