summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackGenericGenerator.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: change nameBill Hoffman2007-11-051-1060/+0
|
* ENH: add CPACK_PROJECT_CONFIG_FILE option to CPackBill Hoffman2007-10-311-1/+9
|
* ENH: Add CPACK_SET_DESTDIR handling to enable packaging of installed files ↵David Cole2007-10-311-26/+97
| | | | 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: better error messages from the debian package generatorAlexander Neundorf2007-08-031-2/+8
| | | | | | | -don't display the cpack help if a generator failed with some problem -check for cmSystemTools::GetErrorOccuredFlag() Alex
* ENH: add ReadListFile() to cmCPackGenericGenerator, so cmMakefile can beAlexander Neundorf2007-07-241-14/+27
| | | | | | | | 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-14/+14
| | | | | | | | | | | 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: 2nd try to move stripping out of cpack and to install time, now ifAlexander Neundorf2007-05-181-46/+7
| | | | | | | CPACK_STRIP_FILES is true (or contains a list of files), everything will be stripped, if it's empty or false they won't be stripped Alex
* ENH: add support for cygwin source and binary packagingBill Hoffman2007-02-021-4/+5
|
* STYLE: Fix kwstyleAndy Cedilnik2007-01-151-1/+2
|
* 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-4/+8
| | | | applications that require X11 to work. This is not really installed but a bundle packager
* ENH: make sure null const char* is not put into ossttringstream to avoid seg ↵Bill Hoffman2006-10-301-12/+20
| | | | faults
* STYLE: Fix kwstyleAndy Cedilnik2006-10-151-2/+4
|
* ENH: Several CPack fixes. First, allow user to set CMAKE_MODULE_PATH for ↵Andy Cedilnik2006-10-121-1/+53
| | | | 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
* COMP: Remove warnings and style problemsAndy Cedilnik2006-07-101-28/+40
|
* ENH: Several cleanups and support for multiple generatorsAndy Cedilnik2006-07-091-119/+140
|
* ENH: remove cerr outputBill Hoffman2006-06-281-7/+0
|
* ENH: check in partial cygwin generatorBill Hoffman2006-06-091-0/+42
|
* COMP: Remove warningAndy Cedilnik2006-06-031-0/+1
|
* ENH: Display cmake install information when in verbose modeAndy Cedilnik2006-06-021-0/+15
|
* BUG: cmGlobalGenerator::Build should not always use the /fast target name ↵Brad King2006-06-011-1/+1
| | | | because dependency checking is often required. It now takes an argument specifying whether to use the /fast target name, and the argument is currently only true for try-compiles.
* STYLE: fix line lengthKen Martin2006-05-121-12/+24
|
* BUG: Fix relative path to config file, fix cmake_install.cmake location problemAndy Cedilnik2006-05-101-0/+1
|
* BUG: fix CPack to use correct pathsKen Martin2006-05-031-1/+5
|
* ENH: Add support for stipping and make more things overwritableAndy Cedilnik2006-05-021-9/+54
|
* ENH: Remove some debuggingAndy Cedilnik2006-04-181-2/+2
|
* ENH: More cleanups and add stgz header script, so it does not have to be ↵Andy Cedilnik2006-04-181-1/+17
| | | | hard-coded. Also, the user can overwrite it
* ENH: Support for packaging source, several cleanups and more yeehaa...Andy Cedilnik2006-04-151-4/+73
|
* ENH: Start adding support for packaging component and to package into a ↵Andy Cedilnik2006-04-141-0/+16
| | | | subdirectory
* ENH: Add support for preinstall for cmake generated projects when packaging themAndy Cedilnik2006-04-101-2/+56
|
* ENH: Deprecate CPACK_BINARY_DIR and add CPACK_INSTALL_CMAKE_PROJECTSAndy Cedilnik2006-04-101-2/+43
|
* ENH: Add ZIP generator and add support for including or excluding the ↵Andy Cedilnik2006-04-021-0/+5
| | | | toplevel directory
* ENH: Allow multiple install directoriesAndy Cedilnik2006-03-151-23/+32
|
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-59/+59
|
* STYLE: Fix style problemsAndy Cedilnik2006-03-091-4/+6
|
* STYLE: Lots of formating to remove style problemsAndy Cedilnik2006-03-081-44/+87
|
* ENH: Several packaging issues. Allow random variables to be passed to cpack ↵Andy Cedilnik2006-02-271-1/+1
| | | | (anything starting with CPACK_, add preinstall to the list of dependencies for package, fix typos
* ENH: Improved support for icons, random directories, etc...Andy Cedilnik2006-02-141-7/+48
|
* ENH: Add a way to specify a custom install commandAndy Cedilnik2006-01-111-43/+58
|
* ENH: Some improvements: specify link, copy msvc libraries, fix install directoryAndy Cedilnik2006-01-111-1/+1
|
* ENH: Use specified output file name, also detect errors during installAndy Cedilnik2006-01-091-3/+9
|
* ENH: Fix test for cpack variables, add support for icon on windowsAndy Cedilnik2006-01-091-0/+5
|
* ENH: More debugging and work on PackageMaker codeAndy Cedilnik2006-01-051-2/+14
|
* ENH: More CPack stuff and fix zlib compressionAndy Cedilnik2006-01-041-13/+15
|
* ENH: Start working on CPack input file and cleanupsAndy Cedilnik2006-01-021-27/+4
|
* ENH: More improvements and add loggingAndy Cedilnik2006-01-021-17/+22
|
* COMP: Remove warningAndy Cedilnik2006-01-021-1/+1
|
* COMP: Fix build problemsAndy Cedilnik2006-01-021-7/+0
|
* ENH: Merge from the cpack branchAndy Cedilnik2006-01-021-0/+475