summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-12-09rules: Refactoring and minor improvementsOliver Reiche
2022-12-07Built-in rules: add a tree ruleKlaus Aehlig
2022-12-07file_gen rule: fix computation of effective configurationKlaus Aehlig
2022-12-07just: Allow multiple log filesPaul Cristian Sarbu
2022-12-07just: Fix typos in command descriptions (--help)Paul Cristian Sarbu
2022-11-28describe: Print rule as ordered JSONOliver Reiche
2022-11-24Add tree id to trace outputSascha Roloff
2022-11-24Fix root directory upload to honor tree invariant.Sascha Roloff
2022-11-21Use the newly-added concept of private-depsKlaus Aehlig
2022-11-16Release 1.0.0~beta6Klaus Aehlig
2022-11-16Fix effective configuration computation in configureKlaus Aehlig
2022-11-16Make "config" accept a computed targetKlaus Aehlig
2022-11-11Support dumping variables of the analysed targetKlaus Aehlig
2022-11-07Silence GCC warnings on missing return statementsOliver Reiche
2022-11-04Remove unwanted native protocol prefixes from user-visible locationsSascha Roloff
2022-10-27main: improve short self-description of justKlaus Aehlig
2022-10-26GitCAS: Disable code that is unused during bootstrapOliver Reiche
2022-10-20just: Take lexicographical first repositoryOliver Reiche
2022-10-19Just suffix bump after introducing the latest incompatible changesSascha Roloff
2022-10-19Apply sharding as used in git to files stored in the just cache directory.Sascha Roloff
2022-10-19Add generation directory as part of the just cache root.Sascha Roloff
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-14Fix missing tree handling in BazelCasClient::ReadSingleBlob functionSascha Roloff
2022-10-12Add copyright and license notice to all source and header filesKlaus Aehlig
2022-10-11Refactor ReadTreeInfos function names and add documentationSascha Roloff
2022-10-11Scan provides map of target-cache entries for known artifactsSascha Roloff
2022-10-11FileSystemMgr: Suppress unsupported object type warningOliver Reiche
2022-10-11configure builtin: Fix segfault on evaluation errorOliver Reiche
2022-10-07Bump suffix after fixing upload of known treesKlaus Aehlig
2022-10-07Fix upload of known source treesOliver Reiche
2022-10-07LocalTreeMap: Drop the use of the map entirelyOliver Reiche
2022-10-07LocalTreeMap: Prevent tree objects from being storedOliver Reiche
2022-10-07BazelNetwork: Fix use of DirectoryMap in native modeOliver Reiche
2022-10-07Increase log level for grpc-related failures to warningKlaus Aehlig
2022-10-07Improve error message on filure to execute a remote actionKlaus Aehlig
2022-10-05built-ins: Add new built-in rule 'configure'Oliver Reiche
2022-10-05Expr: Add 'env' expressionOliver Reiche
2022-10-05LocalAction: Improve error message for stagingOliver Reiche
2022-10-05AnalysedTarget: Make shared pointer's content immutableOliver Reiche
2022-10-04just: Fix version subcommand; Fix just section-1 man pagePaul Cristian Sarbu
2022-09-16Also log dumping of the action graphKlaus Aehlig
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