summaryrefslogtreecommitdiffstats
path: root/Source/CPack
Commit message (Expand)AuthorAgeFilesLines
* 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
* BUG: Fix issue #7833: Add file extension handling to CPack generated installe...David Cole2009-01-212-0/+9
* BUG: Fix for issue #7470. Allow spaces in the path names of installed files w...David Cole2009-01-201-11/+16
* ENH: allow startup command to be optionalBill Hoffman2008-12-041-27/+22
* BUG: Use the DESTDIR prefix when creating the directory in CPack when CPACK_S...David Cole2008-10-151-8/+24
* BUG: Fix issue #7800. Enable CPack to find the NSIS installer on Windows 2000.David Cole2008-10-101-7/+11
* STYLE: fix line length issuesBill Hoffman2008-10-022-8/+12
* STYLE: fix line length stuff for KWStyleBill Hoffman2008-10-016-40/+78
* ENH: missed oneBill Hoffman2008-09-241-1/+1
* STYLE: fix compiler warningBill Hoffman2008-09-242-3/+2
* STYLE: fix warning and rename methodBill Hoffman2008-09-232-3/+3
* BUG: fix 7669, cpack did not work with symlinksBill Hoffman2008-09-221-154/+18
* ENH: add installed size to deb packageBill Hoffman2008-09-111-0/+11
* BUG: Fix issue #7414 - do not crash when given components with circular depen...David Cole2008-07-302-7/+27
* ENH: Improvements to the bundle cpack generator from second patch attached to...David Cole2008-07-181-100/+138
* COMP: Fix HP continuous. Pull stl headers into CMake header files using cmSta...David Cole2008-07-091-3/+1
* ENH: One more patch from Doug Gregor including PackageMaker functionality for...David Cole2008-07-094-99/+254
* ENH: Further refinement of the CPack components functionality from Doug Gregor.David Cole2008-07-085-26/+298
* COMP: Eliminate unreferenced variable warningDavid Cole2008-06-191-0/+2
* COMP: Eliminate compiler warning on 64-bit build.David Cole2008-06-181-1/+2
* BUG: Always look for the NSIS reg value in the 32-bit hive even in 64-bit bui...David Cole2008-06-181-1/+2