summaryrefslogtreecommitdiff
path: root/src/buildtool/main/archive.cpp
AgeCommit message (Collapse)Author
2025-04-17archive.cpp: eliminate un-needed copies of payloadAlberto Sartori
2025-02-19ApiBundle: Remove HashFunction.Maksim Denisov
And ensure every user obtains HashFunction from corresponding IExecutionApi
2024-11-14main: Implement IWYU suggestionsPaul Cristian Sarbu
2024-10-07Disable misc-no-recursion checkMaksim Denisov
...since we use recursion for trees a lot, but skip this check manually.
2024-10-07Enable bugprone-narrowing-conversions checkMaksim Denisov
2024-09-11Use ArtifactDigestFactory in archiveMaksim Denisov
...to create ArtifactDigests.
2024-08-26install-cas --archive: Fix empty directories not added to archivePaul Cristian Sarbu
Also add empty directory in test script to ensure we don't regress in the future. While there, fix some typos.
2024-06-25Pass IExecutionApi to ServerImpl, Archive by referenceMaksim Denisov
...instead of not_null const ptr.
2024-04-08Consistently guard all POSIX C includesPaul Cristian Sarbu
2024-03-28Add library to generate an archive from a local objectKlaus Aehlig