| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | CPack/DragNDrop: Allow single license for multiple languages | Simon Levermann | 2015-12-02 | 2 | -7/+17 |
|
|
* | CPack/DragNDrop: Use documented CPACK_DMG_SLA_LANGUAGES variable | Simon Levermann | 2015-11-23 | 1 | -7/+7 |
|
|
* | CPack/DragNDrop: Optionally run an AppleScript when making a package | Robert Maynard | 2015-11-13 | 2 | -11/+100 |
|
|
* | CPack/DragNDrop: Place the background image file in a hidden folder | Robert Maynard | 2015-11-13 | 1 | -16/+2 |
|
|
* | CPack/DragNDrop: Use source file extension for background image | Robert Maynard | 2015-11-13 | 1 | -1/+5 |
|
|
* | CPackWIX: Don't allow users to deselect the top-level feature (#15838) | Nils Gladitz | 2015-11-09 | 1 | -0/+1 |
|
|
* | Merge topic 'cpack-dmg-multilanguage-sla' | Brad King | 2015-11-09 | 2 | -39/+333 |
|\ |
|
| * | CPackDMG: Add support for multilingual SLAs | Simon Levermann | 2015-11-06 | 2 | -39/+333 |
|
|
* | | CPackDEB: added config file optional Source field | Raffi Enficiaud | 2015-11-04 | 1 | -0/+7 |
|/ |
|
* | Merge topic 'cpack-deb-fakeroot-removal' | Brad King | 2015-10-26 | 1 | -1/+1 |
|\ |
|
| * | CPackDEB: Use proper compression scheme for control.tar.gz | Raffi Enficiaud | 2015-10-23 | 1 | -1/+1 |
|
|
* | | Merge topic 'wix-text-node' | Brad King | 2015-10-14 | 6 | -19/+118 |
|\ \ |
|
| * | | CPackWIX: Handle text nodes in XML patch content | Nils Gladitz | 2015-10-12 | 6 | -19/+118 |
|
|
* | | | cmState: Initialize default definitions immediately. | Stephen Kelly | 2015-10-13 | 2 | -0/+2 |
|/ / |
|
* | | Merge topic 'cpack-nsis-bitmap' | Brad King | 2015-10-08 | 1 | -0/+22 |
|\ \ |
|
| * | | CPackNSIS: Add options to set the bitmap for NSIS installer left side | Colin Tracey | 2015-10-06 | 1 | -0/+22 |
|
|
* | | | Remove unused cmLocalGenerator include. | Stephen Kelly | 2015-10-05 | 9 | -9/+0 |
|
|
* | | | CPack: Remove needless cmLocalGenerator creation. | Stephen Kelly | 2015-10-05 | 2 | -5/+0 |
|/ / |
|
* | | CPack: allow packaging of empty directories | Domen Vrankar | 2015-09-28 | 2 | -3/+11 |
|
|
* | | CPackDeb: allow empty directories in component packages | Raffi Enficiaud | 2015-09-28 | 1 | -0/+2 |
|
|
* | | Revert topic 'cpack-package-empty-dirs' | Brad King | 2015-09-25 | 2 | -6/+0 |
|
|
* | | CPack: remove accidental changes | Domen Vrankar | 2015-09-23 | 1 | -1/+0 |
|
|
* | | CPack: allow packaging of empty directories | Domen Vrankar | 2015-09-22 | 1 | -0/+5 |
|
|
* | | CPackDeb: allow empty directories in component packages | Raffi Enficiaud | 2015-09-21 | 1 | -0/+2 |
|
|
* | | CPackDeb: preventing md5sum on symlinks | Raffi Enficiaud | 2015-09-18 | 1 | -13/+16 |
|/ |
|
* | CPackDeb: use of libarchive and removal of fakeroot | Raffi Enficiaud | 2015-09-17 | 1 | -113/+186 |
|
|
* | cmLocalGenerator: Create from already-constructed cmMakefile. | Stephen Kelly | 2015-08-28 | 2 | -6/+8 |
|
|
* | cmGlobalGenerator: Remove MakeLocalGenerator method. | Stephen Kelly | 2015-08-28 | 2 | -2/+2 |
|
|
* | cmGlobalGenerator: Require a snapshot to create a local generator. | Stephen Kelly | 2015-08-28 | 2 | -2/+4 |
|
|
* | Replace foo.size() pattern with !foo.empty(). | Stephen Kelly | 2015-08-24 | 5 | -6/+6 |
|
|
* | Replace 'foo.size() == 0' pattern with foo.empty(). | Stephen Kelly | 2015-08-24 | 1 | -2/+2 |
|
|
* | Replace 'foo.size() > 0' pattern with !foo.empty(). | Stephen Kelly | 2015-08-24 | 1 | -1/+1 |
|
|
* | Remove use of include <cmsys/ios/*> and cmsys_ios::* | Brad King | 2015-08-20 | 2 | -7/+7 |
|
|
* | CPackIFW: Load module to set CPACK_IFW_FRAMEWORK_VERSION | Konstantin Podsvirov | 2015-07-08 | 1 | -2/+4 |
|
|
* | cmGlobalGenerator: Require a cmake instance in ctor. | Stephen Kelly | 2015-05-27 | 2 | -4/+2 |
|
|
* | Use cmSystemTools::GetCMakeCommand() to get path to cmake internally | Brad King | 2015-05-20 | 1 | -6/+4 |
|
|
* | Merge topic 'refactor-cmLocalGenerator' | Brad King | 2015-05-19 | 2 | -0/+4 |
|\ |
|
| * | cmState: Compute and store directory components. | Stephen Kelly | 2015-05-16 | 2 | -0/+4 |
|
|
* | | Merge topic 'clean-up-makefile-generators' | Brad King | 2015-05-19 | 2 | -2/+2 |
|\ \ |
|
| * | | cmGlobalGenerator: Add NVI wrapper to create local generator. | Stephen Kelly | 2015-05-16 | 2 | -2/+2 |
| |/ |
|
* | | CPackIFW: Add QtIFW 2.0 support | Konstantin Podsvirov | 2015-05-15 | 6 | -11/+299 |
|/ |
|
* | CPackDeb: Fix lintian md5sum file warning | Raffi Enficiaud | 2015-04-23 | 1 | -0/+6 |
|
|
* | Merge topic 'disable-cmMakefile-copy' | Brad King | 2015-04-21 | 1 | -2/+2 |
|\ |
|
| * | CPack: Don't copy cmMakefile. Just push a scope instead. | Stephen Kelly | 2015-04-20 | 1 | -2/+2 |
|
|
* | | CPackDeb: Refactor package variable lookup by generator | Domen Vrankar | 2015-04-21 | 1 | -39/+36 |
|
|
* | | cmSystemTools: Teach RunSingleCommand to separate stdout and stderr | Brad King | 2015-04-20 | 8 | -23/+28 |
|/ |
|
* | cmMakefile: Remove always-null first parameter to ReadListFile. | Stephen Kelly | 2015-04-18 | 2 | -7/+7 |
|
|
* | CPack: Read the config listfile in the normal way. | Stephen Kelly | 2015-04-18 | 1 | -1/+1 |
|
|
* | Merge topic 'cpack-one-component-only' | Brad King | 2015-04-17 | 1 | -2/+2 |
|\ |
|
| * | CPack: Fix single component packaging | Raffi Enficiaud | 2015-04-16 | 1 | -2/+2 |
|
|