summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackArchiveGenerator.h
Commit message (Collapse)AuthorAgeFilesLines
* CPack fix #11930 and simplifies component packaging optionsEric NOULARD2011-03-231-1/+1
|
* CPackRPM add basic component support to CPackRPMEric NOULARD2010-11-131-2/+2
| | | | | basic means 1 RPM per component and no dependency handling this implies some CPackGenerator refactoring
* Fix KWStyle line length issues.Bill Hoffman2010-09-151-1/+2
|
* CPackArchiveGenerator add component supportsEric NOULARD2010-08-241-3/+29
|
* CPackArchiveGenerator use cmArchiveWrite wrapperEric NOULARD2010-08-241-6/+7
|
* CPack: Refactor API in order to handle multi-file packagesEric NOULARD2010-08-111-2/+1
| | | | | | | | The multi-argument CompressFiles(...) method has been replace by the no-argument PackageFiles() method and 3 more member variables. This will enable implemention of multi-package generators. Now each specific generator (which overloads PackageFiles()) may decide to change the name and/or the number of generated package files.
* Switch to using libarchive from libtar for cpack and cmake -E tarBill Hoffman2009-10-301-0/+47
This allows for a built in bzip and zip capability, so external tools will not be needed for these packagers. The cmake -E tar xf should be able to handle all compression types now as well.