summaryrefslogtreecommitdiff
path: root/src/buildtool/build_engine/target_map
AgeCommit message (Expand)Author
2022-11-16Make "config" accept a computed targetKlaus Aehlig
2022-10-18TargetResult: Serialise inner TargetResults flatOliver Reiche
2022-10-14Recursively scan provided results for known artifactsSascha Roloff
2022-10-14Remove default value of ArtifactDigest::Create template parameterSascha Roloff
2022-10-12Add copyright and license notice to all source and header filesKlaus Aehlig
2022-10-11Scan provides map of target-cache entries for known artifactsSascha Roloff
2022-10-11configure builtin: Fix segfault on evaluation errorOliver Reiche
2022-10-05built-ins: Add new built-in rule 'configure'Oliver Reiche
2022-10-05AnalysedTarget: Make shared pointer's content immutableOliver Reiche
2022-09-16Also log dumping of the action graphKlaus Aehlig
2022-09-13Fix build with gcc/g++Oliver Reiche
2022-09-13Fix wrongful conversions of object to arraysOliver Reiche
2022-09-12Removed prefix from execution backend hash to fix target cache directory nameSascha Roloff
2022-09-12Adapted TargetCache to download known artifacts from remote CAS to local CASSascha 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-19Add glob reference to source filesKlaus Aehlig
2022-08-05Target map makes use of known trees and avoids directory traversalSascha Roloff
2022-08-05Modified artifact digest to provide wire digest on demandSascha Roloff
2022-07-05ResultMapTargetMap: support looking up an action by identifierKlaus Aehlig
2022-07-04Improve move semantics with smart pointersOliver Reiche
2022-06-28Generic: add support for out_dirsAlberto Sartori
2022-06-28sort and deduplicate outputs before creating the actionAlberto Sartori
2022-06-28improve error message when outpus are not disjointAlberto Sartori
2022-06-20Crypto: Refactor hash computationOliver Reiche
2022-06-20Crypto: Add and use set of globally used hash functionsOliver Reiche
2022-06-13Fix target cache key: Use repository-local target nameOliver Reiche
2022-06-13ExportRule: Compute target cache key use target cacheOliver Reiche
2022-06-13ResultMap: Keep track of targets to cacheOliver Reiche
2022-06-13TargetCache: Initial implementationOliver Reiche
2022-06-09Disallow upwards-facing inputs in actions and tree constructorsKlaus Aehlig
2022-06-09fix typosAlberto Sartori
2022-05-12Ensure we also correctly handle tree conflicts between filesKlaus Aehlig
2022-05-09Verify conflict-freeness in inputs, artifacts, and runfilesKlaus Aehlig
2022-05-09Move path normalisation to a separate libraryKlaus Aehlig
2022-05-04install: normalize dir pathsOliver Reiche
2022-04-25Progress reporting: include origins of running actionsKlaus Aehlig
2022-04-19Conflict checking: use normalized pathsKlaus Aehlig
2022-04-07implement new built-in target TREEAlberto Sartori
2022-03-29refactor EntityNameAlberto Sartori
2022-03-23Apply changes suggested by clang-tidy 11Oliver Reiche
2022-03-23Apply changes suggested by clang-format 11Oliver Reiche
2022-03-16Format: Apply compact JSON formattingOliver Reiche
2022-03-01Add a message after consolidating the analysis resultKlaus Aehlig
2022-03-01Pass actions and trees in analysis result as shared pointerKlaus Aehlig
2022-02-25Format: Apply alphabetical include orderOliver Reiche
2022-02-22Initial self-hosting commitKlaus Aehlig