| Commit message (Expand) | Author | Age | Files | Lines |
* | Reduce allocation of temporary values on heap. | Pavel Solodovnikov | 2018-01-26 | 6 | -12/+12 |
|
|
* | Merge topic 'cpack_trace' | Brad King | 2018-01-24 | 3 | -0/+34 |
|\ |
|
| * | CPack: accept --trace and --trace-expand | Isaiah Norton | 2018-01-23 | 3 | -0/+34 |
|
|
* | | Extend libuv file translate mode workaround to all executables | Brad King | 2018-01-23 | 1 | -0/+1 |
|
|
* | | cpack: Enable MSVC debug hook earlier | Brad King | 2018-01-23 | 1 | -2/+1 |
|/ |
|
* | Various typo fixes | Luz Paz | 2018-01-03 | 1 | -1/+1 |
|
|
* | CPack/IFW: Add option to control deletion of the install directory | Jean-Philippe Lebel | 2017-12-15 | 2 | -0/+17 |
|
|
* | CPack: enable all CMake policies for generator scripts | Domen Vrankar | 2017-12-09 | 1 | -4/+11 |
|
|
* | Merge topic 'cpack-pkg-fix' | Brad King | 2017-12-04 | 1 | -1/+1 |
|\ |
|
| * | CPack: Fix macOS PKG component dependency information | Alexander Wittig | 2017-12-01 | 1 | -1/+1 |
|
|
* | | 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 |
|/ / / |
|