Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-11 | Move downstepping to subobjects to a library | Klaus Aehlig | |
... in order to make that functionality reusable | |||
2023-08-08 | Unlink files before creation on install-cas | Klaus Aehlig | |
If install-cas finds a file in the target location, unlink it before writing (in the same way as install does already). In this way, we avoid changing other file locations in the presence of hard links. | |||
2023-07-27 | Add option -P to just-install-cas | Klaus Aehlig | |
... to allow selecting a sub object of a specified tree. | |||
2023-06-06 | style: Use designated initializers | Paul Cristian Sarbu | |
This feature has been introduced with C++20. | |||
2023-03-24 | just install{,-cas}: add --remember option | Klaus Aehlig | |
... asking just to transfer everyting installed to the local CAS first. | |||
2023-03-23 | just install{,-cas}: offer local CAS as preferred CAS | Klaus Aehlig | |
... to avoid unnecessary downloads and hence speed things up. | |||
2022-10-12 | Add copyright and license notice to all source and header files | Klaus Aehlig | |
Signed-off-by: Goetz Brasche <goetz.brasche@huawei.com> | |||
2022-08-05 | InstallCas: Print warning for empty size in object-id | Oliver Reiche | |
2022-08-05 | InstallCas: Moved install-cas code to separate library | Oliver Reiche | |