summaryrefslogtreecommitdiffstats
path: root/Source/CPack
Commit message (Collapse)AuthorAgeFilesLines
* ENH: better error messages from the debian package generatorAlexander Neundorf2007-08-032-5/+11
| | | | | | | -don't display the cpack help if a generator failed with some problem -check for cmSystemTools::GetErrorOccuredFlag() Alex
* ENH: use gnu tar for cygwinBill Hoffman2007-07-312-7/+21
|
* STYLE: fix line lengthAlexander Neundorf2007-07-271-1/+2
| | | | Alex
* STYLE: fix some kwstyle errorsBill Hoffman2007-07-275-6/+36
|
* ENH: deb generator can now generate deb packagesAlexander Neundorf2007-07-272-21/+20
| | | | | | | | | | -remove the unscriptable commands also from the cpack cmake -use CPACK_PACKAGE_CONTACT in CMakeCPack.cmake, it's used in the nsis and the deb generator -make set_properties() scriptable -use a non-const char array for adding the python modules Alex
* STYLE: fix line lengthsAlexander Neundorf2007-07-263-4/+8
| | | | Alex
* ENH: apply patch from Mathieu which creates a deb file (not finishsed yet)Alexander Neundorf2007-07-252-9/+110
| | | | Alex
* COMP: silence warningsAlexander Neundorf2007-07-251-0/+5
| | | | Alex
* ENH: add an empty debian package generator, Mathieu volunteered to fill itAlexander Neundorf2007-07-253-0/+120
| | | | | | :-) Alex
* ENH: add ReadListFile() to cmCPackGenericGenerator, so cmMakefile can beAlexander Neundorf2007-07-244-136/+58
| | | | | | | | 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-243-87/+103
| | | | | | | | | | | 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
* STYLE: fix some typos, nicer debug outputAlexander Neundorf2007-07-191-1/+1
| | | | Alex
* ENH: NSIS exists also for Linux, not only Windows, so enable it there tooAlexander Neundorf2007-06-182-6/+12
| | | | | | patch by Michal Čihař <michal (AT) cihar.com> Alex
* STYLE: fix typoAlexander Neundorf2007-06-141-1/+1
| | | | Alex
* ENH: support 7zip for creating zip files (not 7z files)Alexander Neundorf2007-06-142-1/+28
| | | | Alex
* ENH: 2nd try to move stripping out of cpack and to install time, now ifAlexander Neundorf2007-05-182-47/+8
| | | | | | | 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
* COMP: force a recompile on VS71Alexander Neundorf2007-05-181-1/+0
| | | | Alex
* BUG: fix coverity error, null check after usage fixBill Hoffman2007-03-201-2/+5
|
* STYLE: fix someones line lengthKen Martin2007-02-221-3/+5
|
* STYLE: fix line length issuesBill Hoffman2007-02-171-2/+3
|
* ENH: More work on the packaging. Add Applicaitons, add icons, etcAndy Cedilnik2007-02-132-2/+48
|
* STYLE: fix warningsBill Hoffman2007-02-022-2/+0
|
* ENH: add support for cygwin source and binary packagingBill Hoffman2007-02-0218-64/+95
|
* ENH: commit cygwin source generator files, not used yetBill Hoffman2007-01-312-0/+235
|
* COMP: Use new APIAndy Cedilnik2007-01-311-38/+12
|
* STYLE: Fix kwstyleAndy Cedilnik2007-01-151-1/+2
|
* STYLE: Fix kwstyle issuesAndy Cedilnik2007-01-112-2/+4
|
* ENH: fix warning and code styleBill Hoffman2007-01-111-3/+5
|
* ENH: First pass at CPack generator for OSX X11 applications. This are ↵Andy Cedilnik2007-01-106-8/+452
| | | | applications that require X11 to work. This is not really installed but a bundle packager
* STYLE: fix a long lineKen Martin2006-11-171-2/+6
|
* ENH: Expand commentAndy Cedilnik2006-11-141-1/+1
|
* ENH: make sure null const char* is not put into ossttringstream to avoid seg ↵Bill Hoffman2006-10-305-21/+35
| | | | faults
* ENH: Add options to build with system utility libraries. Organize inclusion ↵Brad King2006-10-191-3/+4
| | | | of third party libraries into a single header per library. This addresses bug#3653.
* STYLE: Fixed line-too-long.Brad King2006-10-171-1/+2
|
* STYLE: Fix kwstyleAndy Cedilnik2006-10-151-2/+4
|
* ENH: Add NSIS compressionAndy Cedilnik2006-10-121-0/+1
|
* ENH: Several CPack fixes. First, allow user to set CMAKE_MODULE_PATH for ↵Andy Cedilnik2006-10-123-1/+60
| | | | 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
* BUG: Attempt to fix winzip problemsAndy Cedilnik2006-09-231-1/+1
|
* ENH: Handle zip (command line was too long)Andy Cedilnik2006-09-211-7/+16
|
* COMP: Need to use cmsys_stl when in CMake code, not kwsys_stl.Brad King2006-08-271-1/+1
|
* COMP: Remove warningsAndy Cedilnik2006-08-221-7/+5
|
* ENH: Implement TarCompress generator using compress libraryAndy Cedilnik2006-08-212-97/+175
|
* ENH: fix line lengthsKen Martin2006-07-311-2/+4
|
* BUG: Bail out on generator initialization failureAndy Cedilnik2006-07-281-29/+32
|
* BUG: Fix executing and helpAndy Cedilnik2006-07-271-113/+116
|
* BUG: Prevent crash when no input file or generator specifiedAndy Cedilnik2006-07-271-1/+1
|
* ENH: remove uncompiled headerBill Hoffman2006-07-251-3/+0
|
* COMP: Remove warnings and style problemsAndy Cedilnik2006-07-101-28/+40
|
* STYLE: Fix some style errorsAndy Cedilnik2006-07-101-6/+10
|
* ENH: Several cleanups and support for multiple generatorsAndy Cedilnik2006-07-093-230/+279
|