summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackInnoSetupGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Source: Reduce vector entry allocations and copiesRose2023-10-231-3/+4
* cmCPackInnoSetupGenerator: Reserve space to reduce allocationsRose2023-10-231-0/+1
* strings: use `emplace_back` with `cmStrCat` argumentsBen Boeckel2023-07-281-4/+4
* InnoSetup: Always specify at least one component installation typeJannik Alber2023-07-171-11/+8
* Source: Fix -Wdangling-reference warnings exposed by gcc 13Brad King2023-05-221-1/+1
* CPack: Add Inno Setup generatorJannik Alber2023-04-281-0/+1159