Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-13 | TargetCache: Initial implementation | Oliver Reiche | |
2022-06-13 | LocalCAS: Add singleton pattern | Oliver Reiche | |
2022-04-27 | use kebab-case for all cmd line args | Alberto Sartori | |
2022-04-21 | add compatibility with original remote build protocol | Alberto Sartori | |
2022-04-14 | add u+w permission when installing a file | Alberto Sartori | |
... to allow for overwriting | |||
2022-04-04 | Hardlinking: when error is expected, log only at debug level | Klaus Aehlig | |
2022-03-23 | Apply changes suggested by clang-tidy 11 | Oliver Reiche | |
2022-03-23 | Apply changes suggested by clang-format 11 | Oliver Reiche | |
2022-03-16 | Format: Apply compact JSON formatting | Oliver Reiche | |
2022-03-14 | LocalExecution: Create output dirs prior to execution | Oliver Reiche | |
... to be consistent with the remote execution protocol. | |||
2022-03-14 | LocalApi: Fix missing entries in cached trees from tree map | Oliver Reiche | |
... as wrongfully only sub-tree entries were added to locally cached trees, although they should also store entries for files and executables. | |||
2022-03-09 | LocalCAS: Set epoch time for every entry | Oliver Reiche | |
... and refactor static constant to proper format `kFdLess`. | |||
2022-03-09 | FileStorage: Avoid rename for owned files | Oliver Reiche | |
... and therefore split the common `AtomicAdd()` into two functions for adding from bytes or file path. The procedure for adding from bytes remains the same. For adding from file path, we can link the file directly and skip the rename, if the file did not exist and we have ownership. | |||
2022-03-08 | LocalCAS: Prefer hard link over copy for owned files | Oliver Reiche | |
2022-03-08 | LocalCAS: Avoid writable fds when adding executables to CAS | Oliver Reiche | |
2022-03-08 | SystemCommand: Move to new module "src/buildtool/system" | Oliver Reiche | |
2022-02-22 | Initial self-hosting commit | Klaus Aehlig | |
This is the initial version of our tool that is able to build itself. In can be bootstrapped by ./bin/bootstrap.py Co-authored-by: Oliver Reiche <oliver.reiche@huawei.com> Co-authored-by: Victor Moreno <victor.moreno1@huawei.com> |