| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | | Port cmCommand consumers to cmState. | Stephen Kelly | 2015-04-15 | 1 | -1/+1 |
|
|
* | | cmake: Teach "-E tar" command a "--format=" option | Nils Gladitz | 2015-04-10 | 8 | -11/+11 |
|
|
* | | Merge topic 'cpack-one-component-only' | Brad King | 2015-04-06 | 1 | -1/+4 |
|\ \
| |/ |
|
| * | CPack single component packaging | Domen Vrankar | 2015-04-05 | 1 | -1/+4 |
|
|
* | | Merge topic 'test_cpack_symlinks' | Brad King | 2015-04-06 | 1 | -0/+3 |
|\ \
| |/
|/| |
|
| * | cpack: Disable CMake Cygwin legacy warning while packaging | Brad King | 2015-04-01 | 1 | -0/+3 |
|
|
* | | Merge topic 'cpack-deb-format-cast' | Brad King | 2015-04-01 | 1 | -2/+4 |
|\ \ |
|
| * | | cmCPackDebGenerator: Cast file mode to proper type for %o formatter | Brad King | 2015-03-31 | 1 | -2/+4 |
| |/ |
|
* | | CPack: Fix make tool selection during preinstall (#15483) | Brad King | 2015-03-31 | 1 | -15/+8 |
|/ |
|
* | Merge topic 'cpack-archive-prefix' | Brad King | 2015-03-30 | 1 | -0/+8 |
|\ |
|
| * | cpack: Fix CPACK_PACKAGING_INSTALL_PREFIX handling for archives (#14677) | Clinton Stimpson | 2015-03-30 | 1 | -0/+8 |
|
|
* | | Merge topic 'wix-fix-utf8' | Brad King | 2015-03-30 | 3 | -4/+10 |
|\ \ |
|
| * | | CPackWIX: Omit codepage conversion when internal encoding is already UTF-8. | Nils Gladitz | 2015-03-27 | 3 | -4/+10 |
| |/ |
|
* | | Merge topic 'clean-scanbuild-warnings' | Brad King | 2015-03-30 | 1 | -0/+5 |
|\ \ |
|