summaryrefslogtreecommitdiffstats
path: root/Source/CPack
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'deb-rpm-all_components_in_one'Brad King2012-11-062-4/+20
|\
| * CPack: Fix RPM/Deb package names to not include "ALL_COMPONENTS_IN_ONE"Clinton Stimpson2012-11-062-4/+20
* | Merge topic 'packagemaker-component-postflight'David Cole2012-10-313-36/+97
|\ \
| * | PackageMaker: Enable postflight script in component mode (#12375)Clinton Stimpson2012-10-313-36/+97
| |/
* | Merge topic 'cpack-rez-error'David Cole2012-10-311-1/+16
|\ \
| * | Fix for possible Rez errors when creating dmg.Clinton Stimpson2012-10-231-1/+16
| |/
* | Merge topic 'fix-9629-add-unicode-nsis-reg-key'David Cole2012-10-311-7/+19
|\ \ | |/ |/|
| * CPack: Add automatic detection of the Unicode makensis (#9629)David Cole2012-10-171-7/+19
* | Merge topic 'CPack-ArchiveGen-andDESTIR_ON'David Cole2012-10-171-1/+1
|\ \
| * | Make CPACK_SET_DESTDIR work with archive generator + component-based packagingEric NOULARD2012-10-141-1/+1
| |/
* | Merge topic 'fix-some-CPackDoc-typos'David Cole2012-10-171-4/+14
|\ \
| * | Document CPACK_COMPONENT_INCLUDE_TOPLEVEL_DIRECTORY and fix some typo.Eric NOULARD2012-10-141-4/+14
| |/
* | CPACK_XX_ON_ABSOLUTE_INSTALL_DESTINATION is now properly checked for ON/OFFEric NOULARD2012-10-141-2/+2
|/
* Enhance DESTDIR documentation. Fixes #0012374.Eric NOULARD2012-08-141-3/+4
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-1321-216/+216
* Merge topic 'DoNotInvokeCPackAtCMakeTime-forCMakeTests'David Cole2012-07-242-1/+7
|\
| * CPack: Use bin subdir when looking for dpkg and rpmbuildDavid Cole2012-07-202-4/+4
| * Find dpkg and rpmbuild in usual Fink and MacPort pathsEric NOULARD2012-07-022-1/+7
* | Merge topic 'CPack-honorCPACK_XXX-valuesInScriptFile'David Cole2012-07-091-3/+16
|\ \
| * | Do not provide defaul value for CPACK_PACKAGE_DIRECTORY if found in config.Eric NOULARD2012-07-041-3/+16
| |/
* | CPack fix regression between 2.8.7 and 2.8.8 when running cpack with no arg.Eric NOULARD2012-07-031-2/+6
|/
* CPack: Fixed incorrect error log for CPACK_NSIS_MENU_LINKS.Fraser Hutchison2012-05-281-2/+2
* Merge topic 'CPack-activateRPM-DEB-onMacOS'David Cole2012-05-244-30/+108
|\
| * Calm down Borland compiler warning about "always true"Eric NOULARD2012-05-211-0/+4
| * CPack allow RPM and DEB generator to be used on OSX.Eric NOULARD2012-05-204-30/+104
* | Merge topic 'CPackNSIS-warnDESTDIRandABSOLUTE'David Cole2012-05-245-1/+143
|\ \
| * | Use CPACK_xxx and CMAKE_xxx in a consistent way.Eric NOULARD2012-05-202-5/+28
| * | CPack add necessary check to detect/warns/error on ABSOLUTE DESTINATIONEric NOULARD2012-05-145-1/+58
| * | CPack add easy possibility to warn about CPACK_SET_DESTDIREric NOULARD2012-05-144-1/+63
* | | CPack - preserve timestamp for CPACK_INSTALLED_DIRECTORIES. fixes: #0013193Eric NOULARD2012-05-091-2/+5
|/ /
* | Use fakeroot for control.tar.gz as wellEric NOULARD2012-04-171-5/+10
|/
* Merge topic 'CPack-fixCPACK_MONOLITHIC_INSTALL-handling'Brad King2012-03-195-3/+23
|\
| * Handle CPACK_MONOLITHIC_INSTALL in some rare use cases.Eric NOULARD2012-03-185-3/+23
* | Merge topic 'CPack-fixSTGZpermission-bug13046'Brad King2012-03-191-7/+18
|\ \
| * | CPack STGZ put execute permission on all packages files (component case)Eric NOULARD2012-03-181-7/+18
| |/
* | Merge topic 'fix-12621-xcode43'Brad King2012-03-192-25/+72
|\ \ | |/ |/|
| * CPack: Use real path to PackageMaker to find its version file (#12621)David Cole2012-03-131-0/+3
| * Xcode: Detect new default locations of Xcode 4.3 bits and pieces (#12621)David Cole2012-03-092-25/+69
* | CPack: Fix retry logic when calls to hdiutil failDavid Cole2012-03-092-5/+9
* | Fix some typos in CPACK_SET_DESTDIR docEric NOULARD2012-03-061-4/+4
|/
* Merge topic 'dragndrop-sla'David Cole2012-03-021-5/+4
|\
| * DragNDrop: Fix problem with relocated files in Xcode 4.3Clinton Stimpson2012-02-291-5/+4
* | Review and update CPack variable documentation.Eric NOULARD2012-02-251-8/+56
|/
* Dynamically add documentation section specified in documented script.Eric NOULARD2012-02-181-2/+1
* Merge topic 'ImproveCPackDoc-reloaded'David Cole2012-02-145-6/+179
|\
| * Avoid discovering system infos for documentation. Adding some path is enough.Eric NOULARD2012-02-141-19/+20
| * Create getDocumentedModulesListInDir which may be used in other context.Eric NOULARD2012-02-141-55/+12
| * Example of builtin variable documentation (i.e. only used in C++ source code).Eric NOULARD2012-02-141-7/+15
| * Make the load of script documentation more efficient and dynamic.Eric NOULARD2012-02-141-13/+47
| * Really avoid compiler warning about unused varsEric NOULARD2012-02-142-6/+2