aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/build-result.hh
AgeCommit message (Expand)Author
2024-10-08Fix gcc warning -Wmissing-field-initializersLulu
2024-07-30libstore: move Goal::getBuildResult to BuildResulteldritch horrors
2024-03-04Merge pull request #9094 from obsidiansystems/test-protoeldritch horrors
2023-04-15Introduce `SingleDrvOutputs`John Ericson
2023-04-15Make `KeyedBuildResult`, `BuildResult` like before, and fix bug another wayJohn Ericson
2023-04-07Finish converting existing comments for internal API docs (#8146)John Ericson
2023-04-03Fix BuildResult.toString() for NoSubstitutersRobert Hensing
2023-03-31Ensure all headers have `#pragma once` and are in API docsJohn Ericson
2022-11-18Get CPU stats from the cgroupEelco Dolstra
2022-04-08Remove duplicate "error:"Eelco Dolstra
2022-04-04Add missing #includeEelco Dolstra
2022-03-09BuildResult: Remove unused drvPath fieldEelco Dolstra
2022-03-09BuildResult: Use DerivedPathEelco Dolstra
2022-03-08Add Store::buildPathsWithResults()Eelco Dolstra
2022-03-01Move `BuildResult` defintion to its own headerJohn Ericson