summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackInnoSetupGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Source: Avoid comparing pointers to nullptrVitaly Stakhovsky2024-08-271-4/+4
* CPack: Enable Inno Setup generator on non-Windows hostsAndreas Oetken2024-04-151-9/+13
* Source: Use cmValue::IsOn and IsOffVitaly Stakhovsky2024-03-171-2/+2
* Remove unused variableChristoph GrĂ¼ninger2024-02-141-2/+0
* 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