summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-09-13Fix build with gcc/g++Oliver Reiche
2022-09-13Fix arch-specific type mismatchOliver Reiche
2022-09-13Fix wrongful conversions of object to arraysOliver Reiche
2022-09-13Executor: Avoid use of dynamic memoryOliver Reiche
2022-09-12Removed prefix from execution backend hash to fix target cache directory nameSascha Roloff
2022-09-12Adapted Executor to upload known artifacts from local CAS to remote CAS in ca...Sascha Roloff
2022-09-12Adapted TargetCache to download known artifacts from remote CAS to local CASSascha Roloff
2022-09-12Introduced RetrieveToCas function in IExecutionApi to synchronize artifacts b...Sascha Roloff
2022-09-12BazelApi chunk availability check returns provided ArtifactDigestsSascha Roloff
2022-09-12Removed ArtifactDigest is_tree() predicateSascha Roloff
2022-09-12fix the path of the local tree-cas for compatible modeAlberto Sartori
2022-09-12Fixed tree handling in compatible mode and added regression testSascha Roloff
2022-08-31Also track the the dependencies on configured targetsKlaus Aehlig
2022-08-23Track tree references that have to be expandedKlaus Aehlig
2022-08-22Progress percentage: only count actual workKlaus Aehlig
2022-08-19Progress: Print overall build progress in percentOliver Reiche
2022-08-19Rebuild: Support proper progress printingOliver Reiche
2022-08-19Bump verison to 1.0.0~beta2Klaus Aehlig
2022-08-19Add glob reference to source filesKlaus Aehlig
2022-08-19directory_map: correctly resolve module names to directoriesKlaus Aehlig
2022-08-19main: honor configuration for target_file nameKlaus Aehlig
2022-08-09RemoteExecutionClient: print debug stringAlberto Sartori
2022-08-05dump-targets: don't dump source treesKlaus Aehlig
2022-08-05Artifact reporting: repeat the failed artifactsKlaus Aehlig
2022-08-05Move analysis out of main.cppKlaus Aehlig
2022-08-05Make ANSI escape sequences optionalKlaus Aehlig
2022-08-05Version: Bump up to 1.0.0~beta1Oliver Reiche
2022-08-05Describe: Move describe code to separate libraryOliver Reiche
2022-08-05InstallCas: Print warning for empty size in object-idOliver Reiche
2022-08-05InstallCas: Moved install-cas code to separate libraryOliver Reiche
2022-08-05BazelNetwork: Use bytestream for reading unknown size blobsOliver Reiche
2022-08-05Parse git tree objects instead of protobuf messages as action result in nativ...Sascha Roloff
2022-08-05Add more tracing messages to remote execution clientSascha Roloff
2022-08-05Git tree based root digest creationSascha Roloff
2022-08-05BazelResponse: Support collecting output dirs in native modeOliver Reiche
2022-08-05LocalExecution: Use Git tree formatOliver Reiche
2022-08-05LocalCAS: Support storing treesOliver Reiche
2022-08-05CLI: Add flag for dumping raw tree objectsOliver Reiche
2022-08-05BazelMsgFactory: Support dumping Git tree to stringOliver Reiche
2022-08-05BazelMsgFactory: Implement reading object infos from Git treeOliver Reiche
2022-08-05BazelMsgFactory: Implement creating Git tree from fs pathOliver Reiche
2022-08-05ObjectInfo: Support stringify with unknown sizeOliver Reiche
2022-08-05Upload known git trees if not available in CASSascha Roloff
2022-08-05Allow to read git trees from global CAS as well as local workspace rootSascha Roloff
2022-08-05Git tree can return its raw string dataSascha Roloff
2022-08-05Introduced batch availability check for remote execution apiSascha Roloff
2022-08-05Target map makes use of known trees and avoids directory traversalSascha Roloff
2022-08-05Directory entries can detect themselves as known trees and return according d...Sascha Roloff
2022-08-05Git tree can return sizeSascha Roloff
2022-08-05Modified artifact digest to provide wire digest on demandSascha Roloff