| Commit message (Expand) | Author | Age | Files | Lines |
* | CPack: enable setting default dir creation permissions | Domen Vrankar | 2017-11-08 | 2 | -12/+49 |
|
|
* | Fix trivial typos in text | luzpaz | 2017-11-03 | 2 | -2/+2 |
|
|
* | Merge topic 'cpack-wix-cygwin' | Brad King | 2017-10-16 | 6 | -14/+95 |
|\ |
|
| * | cpack wix: support WiX generator on Cygwin | Stephen Sorley | 2017-10-13 | 6 | -14/+95 |
|
|
* | | cmCPackDragNDropGenerator: Improve error reporting | Clinton Stimpson | 2017-10-12 | 1 | -6/+14 |
|/ |
|
* | CPack: Fix PackageMaker .dmg HFS+ creation on macOS APFS hosts | Brad King | 2017-10-05 | 1 | -2/+2 |
|
|
* | CPack: Fix .dmg HFS+ creation on macOS APFS hosts | Brad King | 2017-10-02 | 2 | -2/+3 |
|
|
* | CPack: put local variable on the stack | Rolf Eike Beer | 2017-09-29 | 1 | -4/+3 |
|
|
* | Merge topic 'clang-tidy' | Brad King | 2017-09-29 | 6 | -30/+32 |
|\ |
|
| * | Fix some occurrences of readability-braces-around-statements | Matthias Maennich | 2017-09-28 | 2 | -2/+4 |
|
|
| * | Convert some leftover loops to C++11 range-based loop | Matthias Maennich | 2017-09-28 | 2 | -15/+14 |
|
|
| * | Fix left-over occurrences of else-after-return | Matthias Maennich | 2017-09-28 | 2 | -8/+8 |
|
|
| * | Fix minor clang-tidy findings | Matthias Maennich | 2017-09-28 | 1 | -1/+1 |
|
|
| * | Clean up some C-Style casts | Matthias Maennich | 2017-09-28 | 1 | -1/+1 |
|
|
| * | Fix some occurrences using string by value rather than by const& | Matthias Maennich | 2017-09-28 | 2 | -3/+4 |
|
|
* | | cpack: Fix compilation on Cygwin after auto_ptr removal | Brad King | 2017-09-27 | 1 | -1/+1 |
|/ |
|
* | Retire std::auto_ptr and its macro CM_AUTO_PTR | Matthias Maennich | 2017-09-25 | 2 | -53/+49 |
|
|
* | Merge topic 'cpackifw-options' | Brad King | 2017-09-25 | 2 | -0/+43 |
|\ |
|
| * | CPackIFW: Add some options | Konstantin Podsvirov | 2017-09-21 | 2 | -0/+43 |
|
|
* | | Merge topic 'string-empty' | Brad King | 2017-09-22 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Replace empty-string comparisons with checking against `empty()`. | Pavel Solodovnikov | 2017-09-21 | 1 | -1/+1 |
|
|
* | | Merge topic 'cpack-different-checksum-file-per-generator' | Brad King | 2017-09-21 | 1 | -2/+1 |
|\ \ |
|
| * | | CPack: use a distinct checksum file for each generator | Domen Vrankar | 2017-09-20 | 1 | -2/+1 |
|
|
* | | | Merge topic 'cpack-check-install-script' | Brad King | 2017-09-21 | 1 | -1/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | CPack: Add missing check for CPACK_INSTALL_SCRIPT variable | Alex Turbov | 2017-09-20 | 1 | -1/+2 |
| |/ |
|
* | | Merge topic 'cxx11-nullptr' | Brad King | 2017-09-20 | 7 | -23/+23 |
|\ \
| |/
|/| |
|
| * | Use C++11 nullptr (cont.) | Matthias Maennich | 2017-09-19 | 7 | -23/+23 |
|
|
* | | Merge topic 'ranged-for' | Brad King | 2017-09-19 | 18 | -389/+246 |
|\ \ |
|
| * | | Meta: modernize old-fashioned loops to range-based `for` (CPack). | Pavel Solodovnikov | 2017-09-19 | 18 | -389/+246 |
|
|
* | | | Merge topic 'string-clear' | Brad King | 2017-09-19 | 5 | -21/+21 |
|\ \ \
| |_|/
|/| | |
|
| * | | Meta: replace empty-string assignments with `clear()`. | Pavel Solodovnikov | 2017-09-15 | 5 | -21/+21 |
| |/ |
|
* | | Use C++11 override instead of CM_OVERRIDE | Brad King | 2017-09-15 | 25 | -100/+100 |
|/ |
|
* | clang-format: format all code as Cpp11 | Daniel Pfeifer | 2017-08-30 | 1 | -3/+2 |
|
|
* | Merge topic 'cpack-dmg-iwyu' | Brad King | 2017-08-30 | 1 | -0/+1 |
|\ |
|
| * | cmCPackDragNDropGenerator: Add missing include | Brad King | 2017-08-29 | 1 | -0/+1 |
|
|
* | | Merge topic 'cpackifw-repositories-directories' | Brad King | 2017-08-28 | 2 | -0/+40 |
|\ \ |
|
| * | | CPackIFW: Add CPACK_IFW_REPOSITORIES_DIRECTORIES variable | Konstantin Podsvirov | 2017-08-17 | 2 | -0/+40 |
|
|
* | | | Merge topic 'iwyu-keep-cmConfigure' | Daniel Pfeifer | 2017-08-27 | 23 | -23/+20 |
|\ \ \ |
|
| * | | | IWYU: Mark cmConfigure.h with pragma: keep | Daniel Pfeifer | 2017-08-26 | 23 | -23/+20 |
|
|
* | | | | cmCPackDebGenerator: Use libarchive to create .deb file | Daniel Pfeifer | 2017-08-25 | 1 | -271/+19 |
|/ / / |
|
* | | | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 14 | -52/+51 |
|/ / |
|
* | | CPackIFW: Add CPACK_IFW_PACKAGE_FILE_EXTENSION variable | Konstantin Podsvirov | 2017-08-09 | 2 | -12/+27 |
|
|
* | | CPack: Pass volume mount name to AppleScript instead of volume name. | Gusts Kaksis | 2017-07-20 | 1 | -1/+3 |
|
|
* | | Change ComputeFileMD5 to ComputeFileHash | André Klitzing | 2017-07-14 | 1 | -5/+4 |
|
|
* | | CPackDeb: Enable the DEB generator on Windows | Nils Gladitz | 2017-06-28 | 2 | -10/+28 |
|
|
* | | cmCPackDragNDropGenerator: Drop unused member | Brad King | 2017-06-14 | 1 | -2/+0 |
|
|
* | | Merge topic 'cpack-freebsd-pkg' | Brad King | 2017-06-12 | 3 | -0/+405 |
|\ \ |
|
| * | | CPack-FreeBSD: add a generator for FreeBSD pkg(8) | Adriaan de Groot | 2017-06-10 | 3 | -0/+405 |
| |/ |
|
* | | Add CM_OVERRIDE to CPack generator destructors | Brad King | 2017-06-08 | 8 | -8/+8 |
|/ |
|
* | Remove second arg: npos in substr usages | Pavel Solodovnikov | 2017-06-01 | 2 | -4/+4 |
|
|