Commit History

Author SHA1 Message Date
  Kitware Robot 9db3116226 Remove CMake-language block-end command arguments 13 years ago
  Kitware Robot 77543bde41 Convert CMake-language commands to lower case 13 years ago
  Kitware Robot 7bbaa4283d Remove trailing whitespace from most CMake and C/C++ code 13 years ago
  Eric NOULARD 05a8630ee6 Do not provide defaul value for CPACK_PACKAGE_DIRECTORY if found in config. 13 years ago
  David Cole 419f561b2f Merge topic 'fix-9946-uninstall-before-install' 13 years ago
  Patrick Gansterer fe58b67e24 Added CPACK_NSIS_ENABLE_UNINSTALL_BEFORE_INSTALL 14 years ago
  Modestas Vainius 94b24ad88d Fix CPack RPM man page typo detected by lintian. 13 years ago
  Eric NOULARD d4719a8d36 Add some missing CPACK_NSIS_xxx doc and move some to common CPack section. 13 years ago
  Eric NOULARD 94a269304e Review and update CPack variable documentation. 13 years ago
  Eric NOULARD dee0a38648 Put CPack DMG and PackageMaker doc in separate files 13 years ago
  Eric NOULARD 543f1adfa4 Make the load of script documentation more efficient and dynamic. 14 years ago
  Eric NOULARD 1629615a10 CPack Documentation extraction from CMake script begins to work 14 years ago
  Eric NOULARD 83e34dd9e6 Implement simple CMake script comment markup language. 14 years ago
  Eric NOULARD 59204e1126 CPack fix #12449 doc mispelled 14 years ago
  Clinton Stimpson e6d2bcfde2 CPack/NSIS: Fix reinstall and multiple install issues when using components. 14 years ago
  Eric NOULARD 4bb79402e8 Split CPack.cmake in more manageable parts 14 years ago
  Brad King b524f864ca Merge topic 'fix-9148-cpack-nsis-installer-root' 15 years ago
  David Cole 5a9e8e701e CPack: Add CPACK_NSIS_INSTALL_ROOT variable (#9148) 15 years ago
  Mike McQuaid bee514c361 Add CPack NSIS MUI_FINISHPAGE_RUN support (#11144) 15 years ago
  Mike McQuaid 702c8f8ba7 Add CPACK_NSIS_EXECUTABLES_DIRECTORY (#7828) 15 years ago
  David Cole cf4a50bcdb Add documentation for CPACK_PROJECT_CONFIG_FILE. 15 years ago
  Todd Gamblin 2cde67a781 Modules: Fix spelling 'To distributed' -> 'To distribute' 15 years ago
  Bill Hoffman a9ac761938 Add .git .bzr and .hg to the list of default CPack ignore directories. 15 years ago
  David Cole d9f78eca72 Fix issue #10055 - add documentation for the CPack Mac OSX only Bundle generator. 16 years ago
  David Cole 8a87458954 Fix issue #9782 - add documentation for variables used by CPack DragNDrop generators. 16 years ago
  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 years ago
  Brad King 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
  Ken Martin f686dbecb6 some white space fixes for the book 16 years ago
  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 years ago
  David Cole 6d242ca2dc STYLE: Use $ style variable dereference instead of @ style. 16 years ago