summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackDragNDropGenerator.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix KWStyle warningsEric NOULARD2011-04-011-1/+2
|
* Add component support to DragNDrop generator.Clinton Stimpson2011-03-311-1/+5
|
* CPack: Avoid member shadowing after API refactorBrad King2010-08-111-2/+1
| | | | | After converting method arguments to members we need to avoid use of the same names as local variables and other method arguments.
* 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.
* 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 style line-too-long violations.David Cole2009-02-201-3/+3
|
* BUG: A little bit more refactoring from BundleGenerator to ↵David Cole2009-02-191-0/+2
| | | | DragNDropGenerator. See issue #8556. Thanks for Clinton Stimpson for the patch.
* BUG: Fix issue #8402. Add a drag and drop bundle generator to the Mac build ↵David Cole2009-01-221-0/+47
of CPack. Add a test of it in the CPackComponents test. Thanks to Clinton Stimpson for the patch.