Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Fix issue #8759 - add support for setting dmg volume name and ↵ | David Cole | 2009-04-03 | 1 | -2/+78 |
| | | | | compression type by CPack variables. Also add custom .DS_Store and background image support. Thanks to Mike Arthur for the patches. | ||||
* | STYLE: Fix line length violation. | David Cole | 2009-02-24 | 1 | -1/+2 |
| | |||||
* | ENH: Add license file presentation to the Drag-N-Drop dmg file CPack ↵ | David Cole | 2009-02-23 | 1 | -6/+157 |
| | | | | generator. Fixes issue #8442. Thanks to Clinton Stimpson for the patch. | ||||
* | STYLE: Fix style line-too-long violations. | David Cole | 2009-02-20 | 2 | -6/+7 |
| | |||||
* | BUG: A little bit more refactoring from BundleGenerator to ↵ | David Cole | 2009-02-19 | 3 | -172/+56 |
| | | | | DragNDropGenerator. See issue #8556. Thanks for Clinton Stimpson for the patch. | ||||
* | ENH: Create cmXMLSafe to help escapes in XML | Brad King | 2009-02-05 | 1 | -1/+2 |
| | | | | | | | This class provides easy syntax to efficiently insert blocks of data into XML documents with proper escapes. It replaces the old cmCTest::MakeXMLSafe and cmSystemTools::MakeXMLSafe methods which allocated extra memory instead of directly streaming the data. | ||||
* | BUG: Forgot to change parent class in cmCPackTypeMacro when I added ↵ | David Cole | 2009-01-22 | 1 | -1/+1 |
| | | | | cmCPackDragNDropGenerator. Fix it now that it really matters. (The BundleGenerator test started failing after the last commit. This fixes it.) | ||||
* | BUG: Fix issue #8383. Avoid crashing when using the Bundle CPack generator ↵ | David Cole | 2009-01-22 | 4 | -0/+28 |
| | | | | and CPACK_BUNDLE_NAME is not set. Instead, fail gracefully giving an informative error message and non-zero exit code. | ||||
* | BUG: Fix issue #8402. Add a drag and drop bundle generator to the Mac build ↵ | David Cole | 2009-01-22 | 5 | -89/+305 |
| | | | | of CPack. Add a test of it in the CPackComponents test. Thanks to Clinton Stimpson for the patch. | ||||
* | BUG: Fix issue #7523: Analyze output of 'hdiutil attach' to get the name of ↵ | David Cole | 2009-01-21 | 2 | -8/+12 |
| | | | | the volume that was mounted. Eliminates the need to use the -mountpoint arg of hdiutil which has a silly 90 character limit on the name of the mount point. Also add a custom volume icon to the BundleGeneratorTest to cover this code. | ||||
* | BUG: Fix issue #7833: Add file extension handling to CPack generated ↵ | David Cole | 2009-01-21 | 2 | -0/+9 |
| | | | | installers for OSXX11 applications. Also modify the X11 test to build such an installer on Mac builds that test CPack and have X11 available. Thanks to Wes Turner for the patch. | ||||
* | BUG: Fix for issue #7470. Allow spaces in the path names of installed files ↵ | David Cole | 2009-01-20 | 1 | -11/+16 |
| | | | | with the NSIS CPack generator and component-based installs. Add an installed file to the CPackComponents test: it failed before the fix; now it passes. | ||||
* | ENH: allow startup command to be optional | Bill Hoffman | 2008-12-04 | 1 | -27/+22 |
| | |||||
* | BUG: Use the DESTDIR prefix when creating the directory in CPack when ↵ | David Cole | 2008-10-15 | 1 | -8/+24 |
| | | | | CPACK_SET_DESTDIR is ON. Thanks to Petri Hodju for reporting this regression to the CMake mailing list: http://www.cmake.org/pipermail/cmake/2008-October/024563.html. | ||||
* | BUG: Fix issue #7800. Enable CPack to find the NSIS installer on Windows 2000. | David Cole | 2008-10-10 | 1 | -7/+11 |
| | |||||
* | STYLE: fix line length issues | Bill Hoffman | 2008-10-02 | 2 | -8/+12 |
| | |||||
* | STYLE: fix line length stuff for KWStyle | Bill Hoffman | 2008-10-01 | 6 | -40/+78 |
| | |||||
* | ENH: missed one | Bill Hoffman | 2008-09-24 | 1 | -1/+1 |
| | |||||
* | STYLE: fix compiler warning | Bill Hoffman | 2008-09-24 | 2 | -3/+2 |
| | |||||
* | STYLE: fix warning and rename method | Bill Hoffman | 2008-09-23 | 2 | -3/+3 |
| | |||||
* | BUG: fix 7669, cpack did not work with symlinks | Bill Hoffman | 2008-09-22 | 1 | -154/+18 |
| | |||||
* | ENH: add installed size to deb package | Bill Hoffman | 2008-09-11 | 1 | -0/+11 |
| | |||||
* | BUG: Fix issue #7414 - do not crash when given components with circular ↵ | David Cole | 2008-07-30 | 2 | -7/+27 |
| | | | | dependencies. Thanks to Doug Gregor for the patch. | ||||
* | ENH: Improvements to the bundle cpack generator from second patch attached ↵ | David Cole | 2008-07-18 | 1 | -100/+138 |
| | | | | to feature request #7170. Thanks to Tim Shead. | ||||
* | COMP: Fix HP continuous. Pull stl headers into CMake header files using ↵ | David Cole | 2008-07-09 | 1 | -3/+1 |
| | | | | cmStandardIncludes.h | ||||
* | ENH: One more patch from Doug Gregor including PackageMaker functionality ↵ | David Cole | 2008-07-09 | 4 | -99/+254 |
| | | | | for componentized-for-the-end-user and download-some-bit-on-demand installers. | ||||
* | ENH: Further refinement of the CPack components functionality from Doug Gregor. | David Cole | 2008-07-08 | 5 | -26/+298 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Details: ========== - New cpack_add_component, cpack_add_component_group, and cpack_add_install_type "commands" defined as macros in the CPack module. - Documentation for all of the variables and commands in the CPack module. - Added get_cmake_property(... COMPONENTS) to CMake to ask for the names of all components. Used in the CPack module to automatically build component-based installers. (Set CPACK_MONOLITHIC_INSTALL to turn off component-based installation). - A group can declare its PARENT_GROUP, to build an arbitrary hierarchy of groups. - New CPack command cpack_configure_downloads, which creates an installer that downloads only the selected components on-the-fly. Those components marked DOWNLOADED will be separate packages downloaded on-the-fly (or, all packages can be marked as such with the ALL option to cpack_configure_downloads). Individual components are compressed with ZIP at installer-creation time and downloaded/uncompressed by the installer as needed. This feature is only available on Windows with NSIS at the moment. - NSIS installers can install themselves and enable the "Change" button in Add/Remove programs, allowing users to go back and install or remove components. This can be disabled through cpack_configure_downloads, because it's only really useful is most of the application's functionality is in downloaded components. - Bug fix: automatically install everything whose COMPONENT was not specified (it's a hidden, required group) - Bug fix: fixed removal of components when re-running the NSIS installer and unchecking components - Bug fix: NSIS installers now only install/remove the minimal number of files when re-run to update the installation (or by clicking "Change" in Add/Remove programs) | ||||
* | COMP: Eliminate unreferenced variable warning | David Cole | 2008-06-19 | 1 | -0/+2 |
| | |||||
* | COMP: Eliminate compiler warning on 64-bit build. | David Cole | 2008-06-18 | 1 | -1/+2 |
| | |||||
* | BUG: Always look for the NSIS reg value in the 32-bit hive even in 64-bit ↵ | David Cole | 2008-06-18 | 1 | -1/+2 |
| | | | | builds of CPack. | ||||
* | ENH: Apply patch for feature request #7170. Thanks to Tim Shead for ↵ | David Cole | 2008-06-18 | 3 | -0/+371 |
| | | | | contributing... | ||||
* | BUG: Workaround PackageMaker 3.0 issue for new CPack components feature. ↵ | David Cole | 2008-06-18 | 2 | -50/+92 |
| | | | | Thanks again to Doug Gregor for the patch. | ||||
* | COMP: Use cmOStringStream instead of std::ostringstream for the HP compiler. | David Cole | 2008-06-17 | 1 | -3/+3 |
| | |||||
* | COMP: Fix errors and warnings from continuous dashboards running different ↵ | David Cole | 2008-06-17 | 2 | -1/+4 |
| | | | | compilers... | ||||
* | COMP: Include full class definitions of classes used in std::map data members. | David Cole | 2008-06-17 | 1 | -3/+4 |
| | |||||
* | ENH: Add patch for feature request #6847 - CPack components for NSIS and ↵ | David Cole | 2008-06-17 | 7 | -142/+1327 |
| | | | | PackageMaker installers. Thanks to Doug Gregor for all the hard work involved with implementing this patch! Also added new test CPackComponents that is conditionally executed only when NSIS or PackageMaker installer builders are available. | ||||
* | COMP: auto_ptr will not compile without including memory on some platforms | David Cole | 2008-04-18 | 1 | -0/+1 |
| | |||||
* | BUG: Fix mem leak. Thanks, Mathieu. | David Cole | 2008-04-17 | 1 | -1/+1 |
| | |||||
* | ENH: add CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA variable | Bill Hoffman | 2008-04-01 | 1 | -0/+24 |
| | |||||
* | BUG: fix packaging of files installed to absolute paths, works only when | Alexander Neundorf | 2008-03-29 | 1 | -1/+21 |
| | | | | | | used with SET(CPACK_SET_DESTDIR "ON") Alex | ||||
* | ENH: fix crash in cpack when CPACK_CYGWIN_PATCH_NUMBER not specified | Bill Hoffman | 2008-03-13 | 3 | -4/+26 |
| | |||||
* | ENH: fix crash in cygwin package stuff | Bill Hoffman | 2008-03-07 | 2 | -8/+43 |
| | |||||
* | ENH: install working with symlink qt tool | Bill Hoffman | 2008-02-19 | 2 | -8/+63 |
| | |||||
* | ENH: have cpack work with DESTDIR install and ingest qt framework libs into ↵ | Bill Hoffman | 2008-02-18 | 1 | -1/+1 |
| | | | | cmake-gui | ||||
* | ENH: fix DESTDIR install | Bill Hoffman | 2008-02-16 | 1 | -3/+2 |
| | |||||
* | BUG: fix for bug 6294, correct url for nsis | Bill Hoffman | 2008-02-15 | 1 | -1/+1 |
| | |||||
* | COMP: Add include of <limits.h> to get USHRT_MAX constant. | Brad King | 2008-01-24 | 1 | -0/+2 |
| | |||||
* | ENH: try to fix dashboard | Bill Hoffman | 2007-12-17 | 1 | -1/+17 |
| | |||||
* | BUG: fix for 6086 uninstall icon not set right | Bill Hoffman | 2007-12-14 | 1 | -1/+1 |
| | |||||
* | ENH: Centralized and globalized computation of CMake program locations. ↵ | Brad King | 2007-12-13 | 1 | -1/+2 |
| | | | | This eliminates startup paths that failed to produce this information. |