| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactoring: Third-parties public headers are under cm3p prefix | Marc Chevrier | 2020-05-07 | 3 | -5/+5 |
|
|
* | CPack: Fix newline output in .deb generator | Kyle Edwards | 2020-04-30 | 1 | -11/+15 |
|
|
* | IWYU: mark <cstddef> as needed | Ben Boeckel | 2020-04-29 | 1 | -1/+1 |
|
|
* | Merge topic 'cpack-symlinks' | Brad King | 2020-04-22 | 2 | -0/+5 |
|\ |
|
| * | CPack: Do not recurse through directory symlinks | Brad King | 2020-04-21 | 2 | -0/+5 |
|
|
* | | Refactoring: add cm::contains to <cmext/algorithm> | Marc Chevrier | 2020-04-17 | 2 | -4/+5 |
|
|
* | | Merge topic 'cpack-nsis-dpi-aware' | Brad King | 2020-04-15 | 1 | -0/+5 |
|\ \ |
|
| * | | CPack/NSIS: Add option for setting DPI-aware | Johnny Jazeix | 2020-04-14 | 1 | -0/+5 |
|
|
* | | | clang-tidy: address bugprone-branch-clone lints | Ben Boeckel | 2020-04-13 | 1 | -4/+0 |
|/ / |
|
* | | Merge topic 'parallel-lzma-compression' | Brad King | 2020-04-06 | 3 | -0/+41 |
|\ \ |
|
| * | | cmCPackArchiveGenerator: support multithreaded compression | Ben Boeckel | 2020-04-03 | 1 | -1/+18 |
|
|
| * | | cmCPackArchiveGenerator: support setting archive options | Ben Boeckel | 2020-03-31 | 2 | -0/+14 |
|
|
| * | | cmArchiveWrite: split out opening the file | Ben Boeckel | 2020-03-31 | 2 | -0/+10 |
|
|
* | | | cmWorkingDirectory: Add GetOldDirectory method | Brad King | 2020-04-03 | 1 | -2/+2 |
|
|
* | | | CPack/FreeBSD: Use RAII to save/restore working directory | Brad King | 2020-04-03 | 1 | -3/+2 |
|
|
* | | | Merge topic 'cpack-nsis-version' | Brad King | 2020-04-01 | 1 | -2/+2 |
|\ \ \
| | |/
| |/| |
|
| * | | CPack/NSIS: Document and check requirement of at least NSIS 3.0 | Brad King | 2020-03-31 | 1 | -2/+2 |
|
|
* | | | Merge topic 'string-prefix' | Brad King | 2020-03-26 | 7 | -35/+30 |
|\ \ \ |
|
| * | | | use string_views to avoid memory allocations | Rolf Eike Beer | 2020-03-24 | 3 | -15/+18 |
|
|
| * | | | replace std::string::substr() with operations that do not allocate memory | Rolf Eike Beer | 2020-03-23 | 2 | -2/+2 |
|
|
| * | | | replace "std::string::find(x) == 0" with cmHasPrefix() | Rolf Eike Beer | 2020-03-23 | 1 | -1/+1 |
|
|
| * | | | replace "substr(0, xx) ==" with cmHasPrefix() | Rolf Eike Beer | 2020-03-23 | 2 | -10/+3 |
|
|
| * | | | CPackWIXGenerator: use cmStrCat for more parts | Rolf Eike Beer | 2020-03-23 | 1 | -5/+5 |
|
|
| * | | | remove needless check for std::string::substr() | Rolf Eike Beer | 2020-03-23 | 1 | -2/+1 |
| | |/
| |/| |
|
* | | | CMake compilation: do not use compiler extensions | Marc Chevrier | 2020-03-23 | 1 | -0/+5 |
|/ / |
|
* | | Modernize memory management | Marc Chevrier | 2020-03-08 | 8 | -69/+58 |
|/ |
|
* | CPack: Deprecate OSXX11 generator | Brad King | 2020-01-31 | 1 | -0/+3 |
|
|
* | CPack: Deprecate PackageMaker generator | Brad King | 2020-01-31 | 1 | -0/+3 |
|
|
* | Merge topic 'cpack-dmg-breaklongline' | Brad King | 2020-01-27 | 1 | -2/+3 |
|\ |
|
| * | CPack/DragNDrop: Fix word corruption in BreakLongLines | Koray Kilinc | 2020-01-24 | 1 | -2/+3 |
|
|
* | | CPack/DragNDrop: Support RTF licenses | Andrew Fuller | 2020-01-24 | 1 | -10/+31 |
|/ |
|
* | Merge topic 'cpack-custom-dmg-names' | Craig Scott | 2020-01-17 | 1 | -0/+5 |
|\ |
|
| * | CPack/DragNDrop: Support CPACK_DMG_<component>_FILE_NAME | Andrew Fuller | 2020-01-16 | 1 | -0/+5 |
|
|
* | | Merge topic 'fix-cpack-deb-description-file' | Brad King | 2020-01-13 | 1 | -2/+7 |
|\ \
| |/
|/| |
|
| * | CPack: Fix regression in DEB generator description | Kyle Edwards | 2020-01-10 | 1 | -2/+7 |
|
|
| * | Merge topic 'cpack-custom-templates' into release-3.16 | Brad King | 2019-11-18 | 6 | -9/+18 |
| |\ |
|
* | \ | Merge topic 'nsis-headerimage' | Kyle Edwards | 2020-01-10 | 1 | -4/+9 |
|\ \ \ |
|
| * | | | CPack/NSIS: Add option for setting MUI_HEADERIMAGE_BITMAP | Johnny Jazeix | 2020-01-02 | 1 | -4/+9 |
|
|
* | | | | GlobalGenerator family: modernize memory management | Marc Chevrier | 2020-01-07 | 1 | -2/+2 |
|/ / / |
|
* | | | Merge topic 'win-no-error-popup' | Brad King | 2019-11-18 | 1 | -1/+0 |
|\ \ \ |
|
| * | | | Windows: Restore suppression of error report popups in CI builds | Brad King | 2019-11-15 | 1 | -1/+0 |
|
|
* | | | | Merge topic 'cpack-custom-templates' | Brad King | 2019-11-18 | 6 | -9/+18 |
|\ \ \ \
| |/ / /
|/| | /
| | |/
| |/| |
|
| * | | CPack: Restore support for custom package configuration templates | Brad King | 2019-11-15 | 6 | -9/+18 |
|
|
* | | | Merge topic 'cpack-pkg-background' | Brad King | 2019-11-12 | 4 | -4/+74 |
|\ \ \ |
|
| * | | | CPack: Set background image in macOS installer | Sergey Larin | 2019-11-08 | 4 | -4/+74 |
|
|
* | | | | Merge topic 'remove-CPACK_INSTALL_CMAKE_CONFIGURATIONS' | Craig Scott | 2019-11-12 | 1 | -8/+0 |
|\ \ \ \
| |/ / /
|/| | /
| | |/
| |/| |
|
| * | | CPack: Remove CPACK_INSTALL_CMAKE_CONFIGURATIONS | Alex Turbov | 2019-11-11 | 1 | -8/+0 |
| |/ |
|
* | | Merge topic 'cpack-nsis-welcome-finish-title' | Brad King | 2019-11-06 | 1 | -6/+31 |
|\ \ |
|
| * | | CPack/NSIS: Add options for custom welcome/finish titles + display on 3 lines | Johnny Jazeix | 2019-11-05 | 1 | -6/+31 |
| |/ |
|
* | | CPack: Ensure CPACK_PACKAGE_DIRECTORY is an absolute path | Johnny Jazeix | 2019-11-01 | 1 | -1/+7 |
|/ |
|