summaryrefslogtreecommitdiff
path: root/image/backends/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2023-03-25image: C++2x and Boost.Filesystem fixesA. Wilcox1-0/+1
* Ensure that Boost.Filesystem is still usable. * Don't use a reference to a temporary in loops. Fixes: #333
2020-06-22CMake: Add BUILD_ISO option to toggle ISO generation supportA. Wilcox1-1/+4
2020-05-28image: Put target inside ir_dir, add WIP ISO backendA. Wilcox1-0/+1
ir_dir used to be the target; now the target is inside ir_dir so backends have the choice of making other directories inside ir_dir if needed.
2020-05-07image: Add functional TAR backendA. Wilcox1-0/+4
2020-04-02image: Truly dynamic backend registrationA. Wilcox1-2/+14
This allows one backend to provide multiple types. For example, our TarBackend can provide optional .gz, .bz2, and .xz compression.
2020-04-01image: Initial work on backend supportA. Wilcox1-0/+4