summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackFreeBSDGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Source: Avoid using CollapseFullPath just to get parent directoryBrad King2024-02-271-2/+1
* CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-241-15/+12
* Source: use C++11 nullptrscivision2023-02-141-2/+2
* 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-131-1/+1
* FreeBSD: tidy upAdriaan de Groot2021-12-211-8/+14
* FreeBSD: handle new package-file-suffixAdriaan de Groot2021-12-211-11/+31
* FreeBSD: fix up the package nameAdriaan de Groot2021-12-211-6/+35
* FreeBSD: migrate to newer pkg_create(3) APIAdriaan de Groot2021-12-211-3/+69
* Source: Cleanup and simplify some codeRose2021-11-041-1/+1
* Rename cmProp in cmValueMarc Chevrier2021-09-211-1/+1
* cmCPackGenerator::GetOption returns cmPropMarc Chevrier2021-09-131-2/+2
* CPack/FreeBSD: Use RAII to save/restore working directoryBrad King2020-04-031-3/+2
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-5/+5
* CPack/FreeBSD: Cleanup include-what-you-use diagnosticsBrad King2019-09-051-2/+2
* Merge topic 'cpack-zstd'Brad King2019-09-051-11/+5
|\
| * cmCPackArchiveGenerator: Code cleanupRegina Pfeifer2019-09-041-11/+5
* | clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-031-1/+1
|/
* Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-6/+6
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-6/+4
* tidy: Fix modernize-raw-string-literal in FreeBSD CPack generatorBrad King2019-04-051-1/+1
* Replace use of CollapseCombinedPath with CollapseFullPathBrad King2019-03-191-2/+1
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-4/+2
* clang-tidy: Pass by valueRegina Pfeifer2019-01-221-4/+5
* clang-tidy: Simplify boolean expressionsRegina Pfeifer2019-01-151-7/+2
* cmCPackFreeBSDGenerator: fix clang-tidy issuesRegina Pfeifer2018-12-061-26/+19
* CPack: Move internal implementation modules into Internal/CPack directoryKyle Edwards2018-06-211-1/+1
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-3/+3
* CPack-FreeBSD: add a generator for FreeBSD pkg(8)Adriaan de Groot2017-06-101-0/+359