summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackGenerator.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix KWStyle warningsEric NOULARD2011-04-041-2/+4
|
* Combine component packaging methods into an enum.Clinton Stimpson2011-03-311-7/+19
| | | | | Also allow generators to override the default packaging method. Add a ONE_PER_GROUP option so that method can be specified by the user without relying on defaults.
* CPack fix #11930 and simplifies component packaging optionsEric NOULARD2011-03-231-5/+0
|
* CPack Authorize DISPLAY_NAME usage in component packageEric NOULARD2011-02-221-0/+13
| | | | Second (last) part fix of feature request #11814
* CPackRPM honors all the different ways of packaging componentsEric NOULARD2011-02-061-0/+13
| | | | | | | RPM cannot easily 'merge' differents directory into a single RPM with shared prefix. So more flexibility has been added to generic CPackGenerator in order to let the specific generator chose the local installation directory for each component.
* CPack use IsOn when it's better than IsSetEric NOULARD2010-12-121-1/+2
| | | | | | | | This authorize more control because one can set CPACK_ARCHIVE_COMPONENT_INSTALL to ON globally and then set it selectively to OFF inside a CPack project config file. Sidenote: GetOption ought to be a 'const' method.
* CPackRPM add basic component support to CPackRPMEric NOULARD2010-11-131-0/+25
| | | | | basic means 1 RPM per component and no dependency handling this implies some CPackGenerator refactoring
* CPack: Refactor API in order to handle multi-file packagesEric NOULARD2010-08-111-5/+64
| | | | | | | | 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.
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
| | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range.
* STYLE: fix line length stuff for KWStyleBill Hoffman2008-10-011-3/+6
|
* STYLE: fix compiler warningBill Hoffman2008-09-241-1/+1
|
* STYLE: fix warning and rename methodBill Hoffman2008-09-231-1/+1
|
* 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-171-0/+14
| | | | 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.
* ENH: changne ProcessGenertor to DoPackageBill Hoffman2007-11-061-1/+1
|
* ENH: change nameBill Hoffman2007-11-051-0/+137