index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
build
/
entry-points.cc
Age
Commit message (
Expand
)
Author
2024-10-23
libstore: turn Worker::run into a promise
eldritch horrors
2024-10-23
libstore: hide Worker and goals where possible
eldritch horrors
2024-10-23
libstore: return relevant store path in goal result
eldritch horrors
2024-10-22
libstore: move failingExitStatus into worker results
eldritch horrors
2024-10-05
libstore: move Goal::ex to WorkResult
eldritch horrors
2024-10-05
libstore: move Goal::buildResult to WorkResult
eldritch horrors
2024-10-05
libstore: move Goal::exitCode to WorkResult
eldritch horrors
2024-10-05
libstore: return goal results from Worker::run()
eldritch horrors
2024-09-27
libstore: turn Goal::WaitForGoals into a promise
eldritch horrors
2024-09-08
libstore: turn Worker in a kj event loop user
eldritch horrors
2024-08-30
libstore: hide Worker goal factory methods
eldritch horrors
2024-08-28
tree-wide: shuffle headers around for about 30s compile time
Jade Lovelace
2024-08-25
libstore: make Goal::ex a shared_ptr
eldritch horrors
2024-07-30
libstore: move Goal::getBuildResult to BuildResult
eldritch horrors
2024-07-22
libstore: keep Goal errors as unique_ptrs
eldritch horrors
2024-03-09
libexpr: Support structured error classes
eldritch horrors
2024-03-04
Merge pull request #9797 from edolstra/fix-error-message
eldritch horrors
2024-03-04
Merge pull request #9400 from hercules-ci/refactors-from-5e3986f59cb
eldritch horrors
2023-10-02
Revert "Adapt scheduler to work with dynamic derivations"
John Ericson
2023-08-25
Adapt scheduler to work with dynamic derivations
John Ericson
2023-08-25
Use `Worker::makeDerivationGoal` less
John Ericson
2023-08-10
Make the Derived Path family of types inductive for dynamic derivations
John Ericson
2023-06-22
Better document build failure exit codes
John Ericson
2023-05-19
Merge pull request #8215 from obsidiansystems/general-repair-path
Eelco Dolstra
2023-04-15
Make `KeyedBuildResult`, `BuildResult` like before, and fix bug another way
John Ericson
2023-04-15
Introduce `Worker::makeGoal`
John Ericson
2023-04-14
Support `repairPath` on most stores.
John Ericson
2023-01-11
Remove default constructor from `OutputsSpec`
John Ericson
2023-01-11
Split `OutputsSpec` and `ExtendedOutputsSpec`, use the former more
John Ericson
2022-12-07
Trivial changes from the lazy-trees branch
Eelco Dolstra
2022-03-09
BuildResult: Use DerivedPath
Eelco Dolstra
2022-03-08
Add Store::buildPathsWithResults()
Eelco Dolstra
2021-10-29
Merge branch 'master' of https://github.com/alekswn/nix
Eelco Dolstra
2021-10-26
Make experimental-features a proper type
regnat
2021-10-17
Add error reporting to machine spec paser
Alexey Novikov
2021-09-30
`std::visit` by reference
John Ericson
2021-07-22
buildPaths(): Add an evalStore argument
Eelco Dolstra
2021-04-05
Rename Buildable
John Ericson
2021-04-05
"newtype" BuildableReq
John Ericson
2021-04-05
Use `BuildableReq` for `buildPaths` and `ensurePath`
John Ericson
2021-03-01
SubstitutionGoal -> PathSubstitutionGoal
regnat
2021-02-26
Split {,local-}derivation-goal.{cc,hh}
John Ericson
2021-02-26
Simplify the case where the drv is a purely input-addressed one
regnat
2021-02-23
LocalStore: Send back the new realisations
regnat
2020-12-23
Expose schedule entrypoints to all stores
John Ericson