summaryrefslogtreecommitdiff
path: root/libs/pbd/file_archive.cc
AgeCommit message (Collapse)Author
2020-04-05Extend FileArchive to import archive entries individuallyJohannes Mueller
This is needed primarily for a workaround for #7971. When importing a template that has been exported on Ardour5 on MacOS we need to fix the paths of the archive entries. Later we can use this functionality also to handle imported templates if templates with the same name already exist. This commit only adds methods and members to FileArchive, it does not modify anything to make regressions unlikely. This, however, leads to some duplicated code. Eventually we should consolidate this a bit.
2019-08-03Update core library GPL boilerplate and (C) from git logRobin Gareus
2017-10-03Prepare support for compression levels (archive + flac)Robin Gareus
2016-09-19add API to create [tar.xz] archivesRobin Gareus
2016-09-14implement file-[un]archive progress reportRobin Gareus
2016-09-13Add support for built-in file/url unzip/untarRobin Gareus
This introduces new build-dependency: libarchive (http://www.libarchive.org/)