summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackGenericGenerator.h
Commit message (Collapse)AuthorAgeFilesLines
* ENH: change nameBill Hoffman2007-11-051-137/+0
|
* ENH: Add CPACK_SET_DESTDIR handling to enable packaging of installed files ↵David Cole2007-10-311-7/+5
| | | | 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: add ReadListFile() to cmCPackGenericGenerator, so cmMakefile can beAlexander Neundorf2007-07-241-2/+5
| | | | | | | | private again -convert the ZIP generator to use a cmake script instead of hardcoding everything (CPackZIP.cmake) Alex
* ENH: determine the current system also in cpack, so the search paths areAlexander Neundorf2007-07-241-2/+1
| | | | | | | | | | | loaded Additionally the makefile in cmCPackGenericGenerator is now protected instead of private, so with these two changes the cpack generators should now be able to find their tools and how to call these tools from cmake scripts, instead of hardcoding the search order and command line (as done e.g. in cmCPackZIPGenerator.cxx) Alex
* ENH: add support for cygwin source and binary packagingBill Hoffman2007-02-021-1/+1
|
* STYLE: Fix kwstyle issuesAndy Cedilnik2007-01-111-1/+2
|
* ENH: First pass at CPack generator for OSX X11 applications. This are ↵Andy Cedilnik2007-01-101-1/+2
| | | | applications that require X11 to work. This is not really installed but a bundle packager
* ENH: Several CPack fixes. First, allow user to set CMAKE_MODULE_PATH for ↵Andy Cedilnik2006-10-121-0/+2
| | | | CPack; make SetOptionIfNotSet more robust to handle empty options; do test TGZ, STGZ, and TZ, Add handling (and test) of Install Script; set environment variable CMAKE_INSTALL_PREFIX
* ENH: Several cleanups and support for multiple generatorsAndy Cedilnik2006-07-091-0/+9
|
* ENH: check in partial cygwin generatorBill Hoffman2006-06-091-1/+1
|
* ENH: Display cmake install information when in verbose modeAndy Cedilnik2006-06-021-0/+3
|
* ENH: More cleanups and add stgz header script, so it does not have to be ↵Andy Cedilnik2006-04-181-1/+2
| | | | hard-coded. Also, the user can overwrite it
* ENH: Support for packaging source, several cleanups and more yeehaa...Andy Cedilnik2006-04-151-1/+3
|
* STYLE: Fix style checkerAndy Cedilnik2006-03-131-3/+4
|
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-11/+11
|
* STYLE: Lots of formating to remove style problemsAndy Cedilnik2006-03-081-2/+0
|
* ENH: Start working on CPack input file and cleanupsAndy Cedilnik2006-01-021-7/+1
|
* ENH: More improvements and add loggingAndy Cedilnik2006-01-021-0/+23
|
* COMP: Fix build problemsAndy Cedilnik2006-01-021-1/+0
|
* ENH: Merge from the cpack branchAndy Cedilnik2006-01-021-0/+103