summaryrefslogtreecommitdiffstats
path: root/Source/CPack
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: fix `modernize-use-equals-default` lintsBen Boeckel2023-07-311-3/+1
* clang-tidy: fix `readability-container-size-empty` lintsBen Boeckel2023-07-311-1/+1
* clang-tidy: fix `modernize-raw-string-literal` lintsBen Boeckel2023-07-312-2/+2
* clang-tidy: fix `readability-else-after-return` lintsBen Boeckel2023-07-282-9/+10
* clang-tidy: fix `modernize-use-auto` lintsBen Boeckel2023-07-283-3/+3
* clang-tidy: fix `modernize-use-nullptr` lintsBen Boeckel2023-07-282-4/+5
* clang-tidy: fix `readability-braces-around-statements` lintsBen Boeckel2023-07-283-8/+16
* cmLocalVisualStudio10Generator: remove unnecessary `.c_str()`Ben Boeckel2023-07-282-5/+4
* strings: use `emplace_back` with `cmStrCat` argumentsBen Boeckel2023-07-281-4/+4
* strings: use character literals where possibleBen Boeckel2023-07-288-42/+42
* cmStrCat: use in Windows-specific sourcesBen Boeckel2023-07-283-29/+36
* strings: simplify streaming sequencesBen Boeckel2023-07-271-6/+5
* strings: combine string literals where possibleBen Boeckel2023-07-271-5/+8
* strings: compare to static `string_view` instances in Windows-only codeBen Boeckel2023-07-273-14/+18
* Merge topic 'innosetup-component-install'Brad King2023-07-181-11/+8
|\
| * InnoSetup: Always specify at least one component installation typeJannik Alber2023-07-171-11/+8
* | cmList: Add container conversion to stringMarc Chevrier2023-06-223-9/+9
|/
* Source: Fix -Wdangling-reference warnings exposed by gcc 13Brad King2023-05-221-1/+1
* Merge topic 'CMake-uses-cmList-class'Brad King2023-05-0110-46/+42
|\
| * CMake code rely on cmList class for CMake lists management (part. 2)Marc Chevrier2023-04-299-40/+36
| * cmList class: various enhancementsMarc Chevrier2023-04-291-6/+6
* | CPack: Add Inno Setup generatorJannik Alber2023-04-283-0/+1280
|/
* CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-2411-82/+73
* presets: Improve JSON parser and error messagesMartin Duffy2023-03-291-3/+4
* Source: use C++11 nullptrscivision2023-02-141-2/+2
* CYGWIN: Drop pre-2.8.4 compatibility mode CMAKE_LEGACY_CYGWIN_WIN32Brad King2023-01-191-3/+0
* Revise C++ coding style using clang-format-15Kitware Robot2023-01-181-2/+8
* cmValue: Use operator* explicitly to convert to std::string; avoid extra callVitaly Stakhovsky2023-01-1610-62/+65
* CMake: fix sizeof string literal violationsKyle Edwards2022-11-181-1/+1
* cpack.cxx: Optimize calls to `std::osteam::operator<<`Alex Turbov2022-11-171-64/+53
* cpack.cxx: Eliminate redundant `if`Alex Turbov2022-11-171-5/+1
* cpack.cxx: Deduplicate "Generators" section creation codeAlex Turbov2022-11-171-21/+24
* cmDocumentationEntry: Drop all user provided ctors for C++ >= 14Alex Turbov2022-11-171-3/+3
* cmDocumentation: `char*[][2]` → `cmDocumentationEntry[N]`Alex Turbov2022-11-171-13/+6
* Merge topic 'cpack-trace-argument'Brad King2022-10-271-2/+2
|\
| * CPack: Require no argument for --trace and --trace-expandKyle Edwards2022-10-251-2/+2
* | CPack/NSIS: Add options to set makensis argumentsJohnny Jazeix2022-09-261-2/+32
* | Build: Move `HAVE_CoreServices` to `cmCPackConfigure.h`Alex Turbov2022-09-222-3/+5
* | Build: Add `ENABLE_BUILD_FREEBSD_PKG` to `cmCPackConfigure.h`Alex Turbov2022-09-222-2/+3
* | Build: Use imported `LibUUID::LibUUID` target instead of variablesAlex Turbov2022-09-223-2/+7
* | Merge topic 'cpack-archive-custom-extension'Brad King2022-09-071-0/+12
|\ \
| * | CPack: allow custom file extension in archive generatorAndrey Filipenkov2022-09-011-0/+12
* | | CPack: Add support for presetsKyle Edwards2022-08-311-3/+166
* | | Help: Short options first, then long, then Windows styleAlex Turbov2022-08-141-1/+1
|/ /
* | FreeBSD: follow CPACK_PACKAGE_FILE_NAME, if setAdriaan de Groot2022-07-051-1/+20
* | FreeBSD: explain the pkg_create() callAdriaan de Groot2022-07-051-0/+8
* | FreeBSD: drop support for libpkg before 1.17Adriaan de Groot2022-07-051-28/+1
|/
* cmSystemTools: Fix 'ErrorOccurred' spellingFeRD (Frank Dana)2022-06-136-10/+10
* clang-tidy: address `google-readability-casting` lintsBen Boeckel2022-05-241-1/+1
* clang-tidy: address `modernize-use-default-member-init` lintsBen Boeckel2022-05-241-2/+1