summaryrefslogtreecommitdiffstats
path: root/Source/CPack
Commit message (Expand)AuthorAgeFilesLines
...
| * | CPackArchiveGenerator add component supportsEric NOULARD2010-08-243-23/+223
| * | CPackArchiveGenerator use cmArchiveWrite wrapperEric NOULARD2010-08-246-208/+47
| |/
* | CPack Enable better handling of absolute installed filesEric NOULARD2010-08-231-0/+11
* | CPack Backward-compatibly enforce DESTDIR for DEB and RPMEric NOULARD2010-08-233-4/+23
|/
* Merge topic 'CPack-APIredesign'Brad King2010-08-1724-128/+181
|\
| * CPack: Avoid member shadowing after API refactor (part2)Eric NOULARD2010-08-121-1/+1
| * CPack: Avoid member shadowing after API refactorBrad King2010-08-114-11/+9
| * CPack: Refactor API in order to handle multi-file packagesEric NOULARD2010-08-1124-118/+173
* | Merge branch 'system-libarchive-include' into libarchive-wrapperBrad King2010-08-051-3/+1
|\ \ | |/ |/|
| * Include headers from chosen libarchive (#10923)Brad King2010-08-051-3/+1
* | Merge topic 'CPackDEB-auto-dependency-support'Brad King2010-08-031-2/+8
|\ \
| * | CPackDeb optionally generates auto-dependency list part fix of bug 10292Eric NOULARD2010-07-281-2/+8
| |/
* | CPackDEB: merge wrong installed size patch. see bugs 10296 (and 10292)Eric NOULARD2010-07-281-1/+1
|/
* Merge topic 'resolve/doc-spelling/CPackRPM'Brad King2010-07-201-1/+1
|\
| * Merge CPackRPM changes into doc-spellingBrad King2010-07-132-4/+4
| |\
| * | Fix spelling errors reported by Lintian.Kai Wasserbäch2010-07-131-1/+1
* | | Merge branch 'fix-cmake-conversion-warnings'Brad King2010-07-061-1/+1
|\ \ \ | |_|/ |/| |
| * | Fix integer conversions in cpackBrad King2010-06-301-4/+4
| |/
* | Eliminate -Wconversion warnings.David Cole2010-06-272-4/+4
|/
* CPack: Try harder to remove temporary dir (#10793)Brad King2010-06-041-2/+2
* Add missing archive_read_finish calls to fix some of the presently reported v...David Cole2009-12-281-0/+1
* use different tar format to handle longer file namesBill Hoffman2009-11-141-2/+1
* add better error checking and run from correct directory.Bill Hoffman2009-11-091-3/+9
* add better error checking and support for symlinks to cpack's use of libarchiveBill Hoffman2009-11-091-28/+49
* Fix warningBill Hoffman2009-11-031-1/+1
* Fix warnings for unused variablesBill Hoffman2009-11-031-3/+3
* Fix cygwin package stuff to work with libarchiveBill Hoffman2009-11-033-80/+64
* Fix for hpux...Bill Hoffman2009-11-021-1/+1
* Switch to using libarchive from libtar for cpack and cmake -E tarBill Hoffman2009-10-3010-772/+298
* Fix more mismatched new[] / delete[] (eliminate invalid auto_ptr use) to corr...David Cole2009-10-302-8/+7
* Correct one of the valgrind errors from the CPackTestAllGenerators test. Do n...David Cole2009-10-261-3/+6
* Try to avoid cronic random failures on some Macs.Bill Hoffman2009-10-041-2/+13
* Try to avoid cronic random failures on some Macs.Bill Hoffman2009-10-041-2/+15
* remove unused variables, reported by icpcAlexander Neundorf2009-10-031-4/+0
* Fix warnings in CMake source code. Suppress rampant warnings emanating from Q...David Cole2009-10-011-2/+2
* Fix default install prefix on HaikuBrad King2009-09-301-0/+14
* Fix issue #8818 - escape quotes in the license file when using the DragNDrop ...David Cole2009-09-281-0/+7
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-2839-546/+351
* Add parentheses around '&&' between '||' for gccBrad King2009-09-111-4/+5
* BUG: Do not double-initialize local generatorsBrad King2009-07-281-1/+0
* BUG: Fix issue #8759 - add support for setting dmg volume name and compressio...David Cole2009-04-031-2/+78
* STYLE: Fix line length violation.David Cole2009-02-241-1/+2
* ENH: Add license file presentation to the Drag-N-Drop dmg file CPack generato...David Cole2009-02-231-6/+157
* STYLE: Fix style line-too-long violations.David Cole2009-02-202-6/+7
* BUG: A little bit more refactoring from BundleGenerator to DragNDropGenerator...David Cole2009-02-193-172/+56
* ENH: Create cmXMLSafe to help escapes in XMLBrad King2009-02-051-1/+2
* BUG: Forgot to change parent class in cmCPackTypeMacro when I added cmCPackDr...David Cole2009-01-221-1/+1
* BUG: Fix issue #8383. Avoid crashing when using the Bundle CPack generator an...David Cole2009-01-224-0/+28
* BUG: Fix issue #8402. Add a drag and drop bundle generator to the Mac build o...David Cole2009-01-225-89/+305
* BUG: Fix issue #7523: Analyze output of 'hdiutil attach' to get the name of t...David Cole2009-01-212-8/+12