Patrick Gansterer
|
fe58b67e24
Added CPACK_NSIS_ENABLE_UNINSTALL_BEFORE_INSTALL
|
14 anni fa |
Eric NOULARD
|
d4719a8d36
Add some missing CPACK_NSIS_xxx doc and move some to common CPack section.
|
13 anni fa |
Eric NOULARD
|
94a269304e
Review and update CPack variable documentation.
|
13 anni fa |
Eric NOULARD
|
dee0a38648
Put CPack DMG and PackageMaker doc in separate files
|
13 anni fa |
Eric NOULARD
|
543f1adfa4
Make the load of script documentation more efficient and dynamic.
|
14 anni fa |
Eric NOULARD
|
1629615a10
CPack Documentation extraction from CMake script begins to work
|
14 anni fa |
Eric NOULARD
|
83e34dd9e6
Implement simple CMake script comment markup language.
|
14 anni fa |
Eric NOULARD
|
59204e1126
CPack fix #12449 doc mispelled
|
14 anni fa |
Clinton Stimpson
|
e6d2bcfde2
CPack/NSIS: Fix reinstall and multiple install issues when using components.
|
14 anni fa |
Eric NOULARD
|
4bb79402e8
Split CPack.cmake in more manageable parts
|
14 anni fa |
Brad King
|
b524f864ca
Merge topic 'fix-9148-cpack-nsis-installer-root'
|
15 anni fa |
David Cole
|
5a9e8e701e
CPack: Add CPACK_NSIS_INSTALL_ROOT variable (#9148)
|
15 anni fa |
Mike McQuaid
|
bee514c361
Add CPack NSIS MUI_FINISHPAGE_RUN support (#11144)
|
15 anni fa |
Mike McQuaid
|
702c8f8ba7
Add CPACK_NSIS_EXECUTABLES_DIRECTORY (#7828)
|
15 anni fa |
David Cole
|
cf4a50bcdb
Add documentation for CPACK_PROJECT_CONFIG_FILE.
|
15 anni fa |
Todd Gamblin
|
2cde67a781
Modules: Fix spelling 'To distributed' -> 'To distribute'
|
15 anni fa |
Bill Hoffman
|
a9ac761938
Add .git .bzr and .hg to the list of default CPack ignore directories.
|
15 anni fa |
David Cole
|
d9f78eca72
Fix issue #10055 - add documentation for the CPack Mac OSX only Bundle generator.
|
16 anni fa |
David Cole
|
8a87458954
Fix issue #9782 - add documentation for variables used by CPack DragNDrop generators.
|
16 anni fa |
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 anni fa |
Brad King
|
3a666595c9
Convert CMake non-find modules to BSD License
|
16 anni fa |
Ken Martin
|
f686dbecb6
some white space fixes for the book
|
16 anni fa |
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 anni fa |
David Cole
|
6d242ca2dc
STYLE: Use $ style variable dereference instead of @ style.
|
16 anni fa |
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 anni fa |
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 anni fa |
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 anni fa |
David Cole
|
83ec8c3593
ENH: Further refinement of the CPack components functionality from Doug Gregor.
|
17 anni fa |
David Cole
|
79e255a7d3
ENH: Apply patch for feature request #7170. Thanks to Tim Shead for contributing...
|
17 anni fa |
Alexander Neundorf
|
e20f1dd26c
ENH: use a common CPACK_BINARY_ prefix for the binary package generators
|
17 anni fa |