summaryrefslogtreecommitdiffstats
path: root/Source/CPack
Commit message (Collapse)AuthorAgeFilesLines
* ENH: allow startup command to be optionalBill Hoffman2008-12-041-27/+22
|
* BUG: Use the DESTDIR prefix when creating the directory in CPack when ↵David Cole2008-10-151-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 Cole2008-10-101-7/+11
|
* STYLE: fix line length issuesBill Hoffman2008-10-022-8/+12
|
* STYLE: fix line length stuff for KWStyleBill Hoffman2008-10-016-40/+78
|
* ENH: missed oneBill Hoffman2008-09-241-1/+1
|
* STYLE: fix compiler warningBill Hoffman2008-09-242-3/+2
|
* STYLE: fix warning and rename methodBill Hoffman2008-09-232-3/+3
|
* BUG: fix 7669, cpack did not work with symlinksBill Hoffman2008-09-221-154/+18
|
* ENH: add installed size to deb packageBill Hoffman2008-09-111-0/+11
|
* BUG: Fix issue #7414 - do not crash when given components with circular ↵David Cole2008-07-302-7/+27
| | | | dependencies. Thanks to Doug Gregor for the patch.
* ENH: Improvements to the bundle cpack generator from second patch attached ↵David Cole2008-07-181-100/+138
| | | | to feature request #7170. Thanks to Tim Shead.
* COMP: Fix HP continuous. Pull stl headers into CMake header files using ↵David Cole2008-07-091-3/+1
| | | | cmStandardIncludes.h
* ENH: One more patch from Doug Gregor including PackageMaker functionality ↵David Cole2008-07-094-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 Cole2008-07-085-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 warningDavid Cole2008-06-191-0/+2
|
* COMP: Eliminate compiler warning on 64-bit build.David Cole2008-06-181-1/+2
|
* BUG: Always look for the NSIS reg value in the 32-bit hive even in 64-bit ↵David Cole2008-06-181-1/+2
| | | | builds of CPack.
* ENH: Apply patch for feature request #7170. Thanks to Tim Shead for ↵David Cole2008-06-183-0/+371
| | | | contributing...
* BUG: Workaround PackageMaker 3.0 issue for new CPack components feature. ↵David Cole2008-06-182-50/+92
| | | | Thanks again to Doug Gregor for the patch.
* COMP: Use cmOStringStream instead of std::ostringstream for the HP compiler.David Cole2008-06-171-3/+3
|
* COMP: Fix errors and warnings from continuous dashboards running different ↵David Cole2008-06-172-1/+4
| | | | compilers...
* COMP: Include full class definitions of classes used in std::map data members.David Cole2008-06-171-3/+4
|
* ENH: Add patch for feature request #6847 - CPack components for NSIS and ↵David Cole2008-06-177-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 platformsDavid Cole2008-04-181-0/+1
|
* BUG: Fix mem leak. Thanks, Mathieu.David Cole2008-04-171-1/+1
|
* ENH: add CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA variableBill Hoffman2008-04-011-0/+24
|
* BUG: fix packaging of files installed to absolute paths, works only whenAlexander Neundorf2008-03-291-1/+21
| | | | | | used with SET(CPACK_SET_DESTDIR "ON") Alex
* ENH: fix crash in cpack when CPACK_CYGWIN_PATCH_NUMBER not specifiedBill Hoffman2008-03-133-4/+26
|
* ENH: fix crash in cygwin package stuffBill Hoffman2008-03-072-8/+43
|
* ENH: install working with symlink qt toolBill Hoffman2008-02-192-8/+63
|
* ENH: have cpack work with DESTDIR install and ingest qt framework libs into ↵Bill Hoffman2008-02-181-1/+1
| | | | cmake-gui
* ENH: fix DESTDIR installBill Hoffman2008-02-161-3/+2
|
* BUG: fix for bug 6294, correct url for nsisBill Hoffman2008-02-151-1/+1
|
* COMP: Add include of <limits.h> to get USHRT_MAX constant.Brad King2008-01-241-0/+2
|
* ENH: try to fix dashboardBill Hoffman2007-12-171-1/+17
|
* BUG: fix for 6086 uninstall icon not set rightBill Hoffman2007-12-141-1/+1
|
* ENH: Centralized and globalized computation of CMake program locations. ↵Brad King2007-12-131-1/+2
| | | | This eliminates startup paths that failed to produce this information.
* ENH: change CPACK_CREATE_DESKTOP_LINKS to something that can handle spaces ↵Bill Hoffman2007-11-071-4/+30
| | | | in the name of the exectuable
* ENH: changne ProcessGenertor to DoPackageBill Hoffman2007-11-063-3/+3
|
* STYLE: fix line length issueBill Hoffman2007-11-061-1/+2
|
* ENH: change nameBill Hoffman2007-11-0512-71/+71
|
* ENH: change name of classBill Hoffman2007-11-053-17/+17
|
* COMP: Fix warnings on 64-bit Mac OS X build. Patch from issue #3697.Brad King2007-11-054-10/+10
|
* ENH: add CPACK_PROJECT_CONFIG_FILE option to CPackBill Hoffman2007-10-311-1/+9
|
* ENH: fix line lengthBill Hoffman2007-10-311-1/+2
|
* ENH: Add CPACK_SET_DESTDIR handling to enable packaging of installed files ↵David Cole2007-10-3114-43/+127
| | | | 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.
* ENH: cpack changes, remove the escape variable stuff as it is not needed if ↵Bill Hoffman2007-10-312-26/+20
| | | | you provide a config file for cpack
* ENH: add ability to set installer icons, links to web pages, nsis code in ↵Bill Hoffman2007-10-291-6/+25
| | | | the icon section of the template, and ability to escape variables correctly
* BUG: rename DEBIAN_PACKAGE_* variables to CPACK_DEBIAN_PACKAGE_* variablesAlexander Neundorf2007-10-251-11/+17
| | | | | | to make them actually work Alex