summaryrefslogtreecommitdiff
path: root/Source/CPack
Commit message (Expand)AuthorAgeFilesLines
* 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
* ENH: Apply patch for feature request #7170. Thanks to Tim Shead for contribut...David Cole2008-06-183-0/+371
* BUG: Workaround PackageMaker 3.0 issue for new CPack components feature. Than...David Cole2008-06-182-50/+92
* COMP: Use cmOStringStream instead of std::ostringstream for the HP compiler.David Cole2008-06-171-3/+3
* COMP: Fix errors and warnings from continuous dashboards running different co...David Cole2008-06-172-1/+4
* 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 Pack...David Cole2008-06-177-142/+1327
* COMP: auto_ptr will not compile without including memory on some platformsDavid Cole2008-04-181-0/+1
* BUG: Fix mem leak. Thanks, Mathieu.David Cole2008-04-171-1/+1
* ENH: add CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA variableBill Hoffman2008-04-011-0/+24
* BUG: fix packaging of files installed to absolute paths, works only whenAlexander Neundorf2008-03-281-1/+21
* ENH: fix crash in cpack when CPACK_CYGWIN_PATCH_NUMBER not specifiedBill Hoffman2008-03-123-4/+26
* ENH: fix crash in cygwin package stuffBill Hoffman2008-03-072-8/+43
* ENH: install working with symlink qt toolBill Hoffman2008-02-192-8/+63
* ENH: have cpack work with DESTDIR install and ingest qt framework libs into c...Bill Hoffman2008-02-181-1/+1
* ENH: fix DESTDIR installBill Hoffman2008-02-161-3/+2
* BUG: fix for bug 6294, correct url for nsisBill Hoffman2008-02-151-1/+1
* COMP: Add include of <limits.h> to get USHRT_MAX constant.Brad King2008-01-241-0/+2
* ENH: try to fix dashboardBill Hoffman2007-12-171-1/+17
* BUG: fix for 6086 uninstall icon not set rightBill Hoffman2007-12-141-1/+1
* ENH: Centralized and globalized computation of CMake program locations. This...Brad King2007-12-131-1/+2
* ENH: change CPACK_CREATE_DESKTOP_LINKS to something that can handle spaces in...Bill Hoffman2007-11-071-4/+30
* ENH: changne ProcessGenertor to DoPackageBill Hoffman2007-11-063-3/+3
* STYLE: fix line length issueBill Hoffman2007-11-061-1/+2
* ENH: change nameBill Hoffman2007-11-0512-71/+71
* ENH: change name of classBill Hoffman2007-11-053-17/+17
* COMP: Fix warnings on 64-bit Mac OS X build. Patch from issue #3697.Brad King2007-11-054-10/+10
* ENH: add CPACK_PROJECT_CONFIG_FILE option to CPackBill Hoffman2007-10-311-1/+9
* ENH: fix line lengthBill Hoffman2007-10-311-1/+2
* ENH: Add CPACK_SET_DESTDIR handling to enable packaging of installed files in...David Cole2007-10-3114-43/+127
* ENH: cpack changes, remove the escape variable stuff as it is not needed if y...Bill Hoffman2007-10-302-26/+20
* ENH: add ability to set installer icons, links to web pages, nsis code in the...Bill Hoffman2007-10-291-6/+25
* BUG: rename DEBIAN_PACKAGE_* variables to CPACK_DEBIAN_PACKAGE_* variablesAlexander Neundorf2007-10-251-11/+17
* ENH: change to make the documentation class more generic, about halfway there...Ken Martin2007-10-221-15/+13
* ENH: fix line length errorBill Hoffman2007-10-191-3/+4
* ENH: add ability to create links on the start menuBill Hoffman2007-10-182-0/+57
* BUG: revert doc changes since VS7 cannot compile them, will implement them in...Ken Martin2007-10-091-14/+14
* ENH: make documentation entries actually store their dataKen Martin2007-10-091-14/+14
* COMP: remove warningsBill Hoffman2007-09-271-2/+3
* STYLE: use %-10lld instead of %-10qd for printing a 64bit int, maybe thisAlexander Neundorf2007-09-211-2/+2
* ENH: allow for desktop link to be created and fix chop of last char in PATH o...Bill Hoffman2007-09-181-0/+14
* BUG: Another space-in-path fix.Brad King2007-08-311-2/+4
* BUG: work if there are spaces in the path to cmakeAlexander Neundorf2007-08-291-4/+6
* STYLE: InitializeInternal() is unusedAlexander Neundorf2007-08-172-8/+1
* ENH: patch from Eric Noulard for an RPM package generatorAlexander Neundorf2007-08-172-6/+25
* COMP: fix warning about comparison signed - unsignedAlexander Neundorf2007-08-151-1/+2
* COMP: fix build on HPUX, snprintf apparently doesn't work thereAlexander Neundorf2007-08-151-7/+6
* STYLE: another patch from Mathieu with some commentsAlexander Neundorf2007-08-141-2/+6