| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | strings: use single characters where possible | Ben Boeckel | 2023-07-30 | 3 | -18/+18 |
|
|
* | | string_view: use string_view literals in comparisons | Ben Boeckel | 2023-07-30 | 2 | -2/+8 |
|
|
* | | strings: combine string literals | Ben Boeckel | 2023-07-30 | 2 | -16/+32 |
|
|
* | | cmCPackDragNDropGenerator: use a string instead of a stream for commands | Ben Boeckel | 2023-07-30 | 3 | -65/+70 |
|
|
* | | cmStrCat: use where possible in Apple-specific sources | Ben Boeckel | 2023-07-30 | 3 | -36/+45 |
|
|
* | | cmCPackPKGGenerator: remove unnecessary `.c_str()` calls | Ben Boeckel | 2023-07-30 | 1 | -6/+5 |
|
|
* | | cmCPackDragNDropGenerator: remove unnecessary string construction | Ben Boeckel | 2023-07-30 | 1 | -1/+1 |
|
|
* | | clang-tidy: fix `modernize-loop-convert` lints | Ben Boeckel | 2023-07-30 | 1 | -3/+5 |
|/ |
|
* | Merge topic 'innosetup-component-install' | Brad King | 2023-07-18 | 1 | -11/+8 |
|\ |
|
| * | InnoSetup: Always specify at least one component installation type | Jannik Alber | 2023-07-17 | 1 | -11/+8 |
|
|
* | | cmList: Add container conversion to string | Marc Chevrier | 2023-06-22 | 3 | -9/+9 |
|/ |
|
* | Source: Fix -Wdangling-reference warnings exposed by gcc 13 | Brad King | 2023-05-22 | 1 | -1/+1 |
|
|
* | Merge topic 'CMake-uses-cmList-class' | Brad King | 2023-05-01 | 10 | -46/+42 |
|\ |
|
| * | CMake code rely on cmList class for CMake lists management (part. 2) | Marc Chevrier | 2023-04-29 | 9 | -40/+36 |
|
|
| * | cmList class: various enhancements | Marc Chevrier | 2023-04-29 | 1 | -6/+6 |
|
|
* | | CPack: Add Inno Setup generator | Jannik Alber | 2023-04-28 | 3 | -0/+1280 |
|/ |
|
* | CMake code rely on cmList class for CMake lists management (part. 1) | Marc Chevrier | 2023-04-24 | 11 | -82/+73 |
|
|
* | presets: Improve JSON parser and error messages | Martin Duffy | 2023-03-29 | 1 | -3/+4 |
|
|
* | Source: use C++11 nullptr | scivision | 2023-02-14 | 1 | -2/+2 |
|
|
* | CYGWIN: Drop pre-2.8.4 compatibility mode CMAKE_LEGACY_CYGWIN_WIN32 | Brad King | 2023-01-19 | 1 | -3/+0 |
|
|
* | Revise C++ coding style using clang-format-15 | Kitware Robot | 2023-01-18 | 1 | -2/+8 |
|
|
* | cmValue: Use operator* explicitly to convert to std::string; avoid extra call | Vitaly Stakhovsky | 2023-01-16 | 10 | -62/+65 |
|
|
* | CMake: fix sizeof string literal violations | Kyle Edwards | 2022-11-18 | 1 | -1/+1 |
|
|
* | cpack.cxx: Optimize calls to `std::osteam::operator<<` | Alex Turbov | 2022-11-17 | 1 | -64/+53 |
|
|
* | cpack.cxx: Eliminate redundant `if` | Alex Turbov | 2022-11-17 | 1 | -5/+1 |
|
|
* | cpack.cxx: Deduplicate "Generators" section creation code | Alex Turbov | 2022-11-17 | 1 | -21/+24 |
|
|
* | cmDocumentationEntry: Drop all user provided ctors for C++ >= 14 | Alex Turbov | 2022-11-17 | 1 | -3/+3 |
|
|
* | cmDocumentation: `char*[][2]` → `cmDocumentationEntry[N]` | Alex Turbov | 2022-11-17 | 1 | -13/+6 |
|
|
* | Merge topic 'cpack-trace-argument' | Brad King | 2022-10-27 | 1 | -2/+2 |
|\ |
|
| * | CPack: Require no argument for --trace and --trace-expand | Kyle Edwards | 2022-10-25 | 1 | -2/+2 |
|
|
* | | CPack/NSIS: Add options to set makensis arguments | Johnny Jazeix | 2022-09-26 | 1 | -2/+32 |
|
|
* | | Build: Move `HAVE_CoreServices` to `cmCPackConfigure.h` | Alex Turbov | 2022-09-22 | 2 | -3/+5 |
|
|
* | | Build: Add `ENABLE_BUILD_FREEBSD_PKG` to `cmCPackConfigure.h` | Alex Turbov | 2022-09-22 | 2 | -2/+3 |
|
|
* | | Build: Use imported `LibUUID::LibUUID` target instead of variables | Alex Turbov | 2022-09-22 | 3 | -2/+7 |
|
|
* | | Merge topic 'cpack-archive-custom-extension' | Brad King | 2022-09-07 | 1 | -0/+12 |
|\ \ |
|
| * | | CPack: allow custom file extension in archive generator | Andrey Filipenkov | 2022-09-01 | 1 | -0/+12 |
|
|
* | | | CPack: Add support for presets | Kyle Edwards | 2022-08-31 | 1 | -3/+166 |
|
|
* | | | Help: Short options first, then long, then Windows style | Alex Turbov | 2022-08-14 | 1 | -1/+1 |
|/ / |
|
* | | FreeBSD: follow CPACK_PACKAGE_FILE_NAME, if set | Adriaan de Groot | 2022-07-05 | 1 | -1/+20 |
|
|
* | | FreeBSD: explain the pkg_create() call | Adriaan de Groot | 2022-07-05 | 1 | -0/+8 |
|
|
* | | FreeBSD: drop support for libpkg before 1.17 | Adriaan de Groot | 2022-07-05 | 1 | -28/+1 |
|/ |
|
* | cmSystemTools: Fix 'ErrorOccurred' spelling | FeRD (Frank Dana) | 2022-06-13 | 6 | -10/+10 |
|
|
* | clang-tidy: address `google-readability-casting` lints | Ben Boeckel | 2022-05-24 | 1 | -1/+1 |
|
|
* | clang-tidy: address `modernize-use-default-member-init` lints | Ben Boeckel | 2022-05-24 | 1 | -2/+1 |
|
|
* | style: use `cmStrCat` in some more locations | Ben Boeckel | 2022-05-19 | 1 | -1/+1 |
|
|
* | Merge topic 'cpack-wix-arch' | Brad King | 2022-05-05 | 1 | -1/+12 |
|\ |
|
| * | CPack/WIX: Add CPACK_WIX_ARCHITECTURE to support Windows for ARM installers | jakoblover | 2022-05-05 | 1 | -1/+12 |
|
|
* | | CPack: Remove the deprecated PackageMaker generator | Craig Scott | 2022-05-04 | 3 | -632/+0 |
|
|
* | | Merge topic 'restore-CPACK_PACKAGEMAKER_CHOICES' | Brad King | 2022-05-03 | 1 | -21/+37 |
|\ \
| |/
|/| |
|
| * | productbuild: Restore CPACK_PACKAGEMAKER_CHOICES variable | Craig Scott | 2022-04-29 | 1 | -21/+37 |
|
|