| Commit message (Expand) | Author | Age | Files | Lines |
* | cmCPackDragNDropGenerator: Improving handling of temporary dmg images | Clinton Stimpson | 2017-02-23 | 1 | -20/+25 |
|
|
* | Merge topic 'iwyu' | Brad King | 2017-02-20 | 1 | -1/+0 |
|\ |
|
| * | fix some include-what-you-use diagnostics | Daniel Pfeifer | 2017-02-17 | 1 | -1/+0 |
|
|
* | | Merge topic 'productbuild_component_plist' | Brad King | 2017-02-20 | 3 | -0/+13 |
|\ \ |
|
| * | | CPack: Add option to specify --component-plist for productbuild | Tim Hutt | 2017-02-17 | 3 | -0/+13 |
| |/ |
|
* | | CPack: Add support for CPACK_PRODUCTBULID_RESOURCES_DIR | Tim Hutt | 2017-02-17 | 1 | -2/+15 |
|/ |
|
* | CPackWIX: Introduce new CPACK_WIX_ROOT_FOLDER_ID variable | Nils Gladitz | 2017-02-06 | 2 | -6/+16 |
|
|
* | CPackProductBuild: Add options to sign packages | Roman Wüger | 2017-02-04 | 1 | -0/+22 |
|
|
* | CPackIFW: Add some options | Konstantin Podsvirov | 2017-01-24 | 2 | -18/+165 |
|
|
* | QtIFW: Added new options to QtIFW cpack generator for modifying wizard style | Alexander Voitenko | 2017-01-17 | 2 | -3/+141 |
|
|
* | CPack/Deb invalid md5sums file fix | Domen Vrankar | 2016-12-23 | 1 | -1/+5 |
|
|
* | clang-tidy: apply misc-suspicious-string-compare fixes | Daniel Pfeifer | 2016-12-12 | 1 | -7/+5 |
|
|
* | clang-tidy: apply modernize-use-bool-literals fixes | Daniel Pfeifer | 2016-12-12 | 5 | -5/+5 |
|
|
* | Merge topic 'utf8pipe' | Brad King | 2016-12-02 | 1 | -0/+2 |
|\ |
|
| * | Windows: Use UTF-8 for pipes in CMake, CTest and CPack | Dāvis Mosāns | 2016-11-29 | 1 | -0/+2 |
|
|
* | | Merge topic 'cpack-ifw-options' | Brad King | 2016-11-30 | 5 | -3/+108 |
|\ \
| |/
|/| |
|
| * | CPackIFW: Add some options | Konstantin Podsvirov | 2016-11-24 | 5 | -3/+108 |
|
|
* | | avoid including cmStandardIncludes.h | Daniel Pfeifer | 2016-11-28 | 2 | -2/+2 |
|
|
* | | iwyu: Fix more findings | Daniel Pfeifer | 2016-11-28 | 10 | -47/+53 |
|
|
* | | iwyu: Fix OSX specific issues | Daniel Pfeifer | 2016-11-22 | 13 | -36/+52 |
|/ |
|
* | Port hash computation to cmCryptoHash | Brad King | 2016-11-10 | 1 | -2/+2 |
|
|
* | Encoding: Remove option to use ANSI code page internally | Clinton Stimpson | 2016-11-02 | 3 | -44/+2 |
|
|
* | Enable Unicode output to Windows consoles | Dāvis Mosāns | 2016-10-26 | 1 | -0/+8 |
|
|
* | Remove cmObject.h and cmTypeMacro.h | Daniel Pfeifer | 2016-10-24 | 17 | -21/+3 |
|
|
* | Make cmCPackGenerator not inherit from cmObject | Daniel Pfeifer | 2016-10-22 | 2 | -5/+6 |
|
|
* | Make cmCPackGeneratorFactory not inherit from cmObject | Daniel Pfeifer | 2016-10-22 | 1 | -4/+2 |
|
|
* | Make cmCPackLog not inherit from cmObject | Daniel Pfeifer | 2016-10-22 | 1 | -4/+2 |
|
|
* | Merge topic 'clang-tidy' | Brad King | 2016-10-20 | 1 | -1/+1 |
|\ |
|
| * | fix more issues reported by clang-tidy | Daniel Pfeifer | 2016-10-20 | 1 | -1/+1 |
|
|
* | | cmListFileCache: Remove cmState header include | Stephen Kelly | 2016-10-19 | 1 | -0/+1 |
|
|
* | | cmState: Port dependents to new cmStateTypes header | Stephen Kelly | 2016-10-19 | 2 | -2/+2 |
|/ |
|
* | CPack/RPM single debuginfo packaging | Domen Vrankar | 2016-10-07 | 1 | -1/+87 |
|
|
* | CPack/RPM learned defining main component | Domen Vrankar | 2016-10-07 | 1 | -28/+131 |
|
|
* | Do not define cout/cerr preprocessor symbols | Brad King | 2016-10-04 | 4 | -24/+0 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 77 | -917/+154 |
|
|
* | CPack/NSIS: Add custom component install directory | Roman Wüger | 2016-09-26 | 2 | -6/+40 |
|
|
* | Merge topic 'cpack.hash_computing' | Brad King | 2016-09-20 | 1 | -1/+32 |
|\ |
|
| * | CPack: Add option to generate a checksum file next to each package file | Petr Orlov | 2016-09-19 | 1 | -1/+32 |
|
|
* | | CPackIFW: Add 'cpack_ifw_add_package_resources' command | Konstantin Podsvirov | 2016-09-19 | 3 | -0/+100 |
|/ |
|
* | CPackIFW: Add USER_INTERFACES option | Pierluigi Taddei | 2016-09-16 | 2 | -0/+33 |
|
|
* | Merge topic 'drop-cygwin-binary' | Brad King | 2016-09-12 | 1 | -69/+0 |
|\ |
|
| * | Utilities/Release: Drop Cygwin binary | Brad King | 2016-09-12 | 1 | -69/+0 |
|
|
* | | CPackWIX: Enabled patching of WIX <Feature> tags | Michael Stürmer | 2016-09-09 | 3 | -8/+15 |
|/ |
|
* | Merge topic 'include-what-you-use' | Brad King | 2016-09-07 | 38 | -82/+230 |
|\ |
|
| * | CPack: include what you use | Daniel Pfeifer | 2016-09-06 | 38 | -82/+230 |
|
|
* | | CPackWIX: Fix incomplete CPACK_WIX_SKIP_PROGRAM_FOLDER implementation | Michael Stürmer | 2016-09-06 | 10 | -38/+79 |
|/ |
|
* | Merge topic 'cpack-deb-long-filenames' | Brad King | 2016-09-06 | 1 | -2/+10 |
|\ |
|
| * | CPack/DEB: Add option to select archive type | Domen Vrankar | 2016-09-05 | 1 | -2/+10 |
|
|
* | | Merge topic 'macro-parenthesis' | Brad King | 2016-09-06 | 1 | -4/+4 |
|\ \ |
|
| * | | surround macro arguments with parentheses | Daniel Pfeifer | 2016-09-05 | 1 | -4/+4 |
| |/ |
|