summaryrefslogtreecommitdiff
path: root/src/buildtool/main/archive.hpp
AgeCommit message (Collapse)Author
2025-02-19ApiBundle: Remove HashFunction.Maksim Denisov
And ensure every user obtains HashFunction from corresponding IExecutionApi
2024-09-18Add missing #endif comments in headersMaksim Denisov
2024-09-11Use ArtifactDigestFactory in archiveMaksim Denisov
...to create ArtifactDigests.
2024-06-25Pass IExecutionApi to ServerImpl, Archive by referenceMaksim Denisov
...instead of not_null const ptr.
2024-03-28Add library to generate an archive from a local objectKlaus Aehlig