index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
derivations.cc
Age
Commit message (
Expand
)
Author
2020-08-06
Merge branch 'drv-outputs-map-allow-missing-namespace' of github.com:obsidian...
Carlo Nucera
2020-08-05
Merge remote-tracking branch 'obsidian/drv-outputs-map-allow-missing' into te...
John Ericson
2020-08-05
Merge remote-tracking branch 'obsidian/misc-ca' into derivation-primop-floati...
John Ericson
2020-08-05
Sed some names to perhaps avoid conflicts
John Ericson
2020-08-05
Make names more consistent
John Ericson
2020-08-05
Merge remote-tracking branch 'upstream/master' into misc-ca
John Ericson
2020-08-04
WIP systematize more of the worker protocol
John Ericson
2020-07-28
Merge branch 'ca-drv' of github.com:Ericson2314/nix into misc-ca
John Ericson
2020-07-28
Use assert(false) instead of abort()
Carlo Nucera
2020-07-28
Merge branch 'master' of github.com:NixOS/nix into ca-drv
Carlo Nucera
2020-07-27
Require `ca-derivations` everywhere we create a CA derivation
John Ericson
2020-07-27
Merge branch 'hash-always-has-type' of github.com:obsidiansystems/nix into be...
John Ericson
2020-07-27
Merge branch 'ca-derivation-data-types' of github.com:obsidiansystems/nix int...
John Ericson
2020-07-27
Merge branch 'optional-derivation-output-storepath' into ca-derivation-data-t...
John Ericson
2020-07-27
Merge remote-tracking branch 'upstream/master' into optional-derivation-outpu...
John Ericson
2020-07-23
Merge remote-tracking branch 'upstream/master' into misc-ca
John Ericson
2020-07-23
Get rid of `basicDerivation::findOutput`
John Ericson
2020-07-17
Add `DerivationType::CAFloating`
John Ericson
2020-07-17
Revert "Don't anticipate hash algo without hash in derivation for now"
Carlo Nucera
2020-07-17
Merge branch 'ca-drv' of github.com:Ericson2314/nix into misc-ca
Carlo Nucera
2020-07-17
Merge branch 'multi-output-hashDerivationModulo' of github.com:Ericson2314/ni...
Carlo Nucera
2020-07-16
Merge branch 'optional-derivation-output-storepath' of github.com:obsidiansys...
Carlo Nucera
2020-07-16
Merge branch 'master' of github.com:NixOS/nix into optional-derivation-output...
Carlo Nucera
2020-07-16
Merge branch 'hash-always-has-type' of github.com:obsidiansystems/nix into be...
John Ericson
2020-07-13
Remove istringstream_nocopy
Eelco Dolstra
2020-07-12
Change types to prepare the way for CA derivations
John Ericson
2020-07-12
Use more std::visit to prepare for new variant
John Ericson
2020-07-12
Move C++17 "pattern matching" boilerplat to utils.hh
John Ericson
2020-07-12
DerivationOutputExtensional -> DerivationOutputInputAddressed
John Ericson
2020-07-12
Undo erroneous indentation change
John Ericson
2020-07-12
String .drv suffix to create derivation name
John Ericson
2020-07-12
std::string_view for new derivation name parameters
John Ericson
2020-07-12
BasicDerivation::findOutput cannot return reference anymore
John Ericson
2020-07-09
Fix DerivationOutputExtensional name
Matthew Bauer
2020-07-08
Only store hash of fixed derivation output
Matthew Bauer
2020-07-08
Add name to BasicDerivation
Matthew Bauer
2020-07-02
Tighten parsing for drv files and pathinfo
Carlo Nucera
2020-07-01
Rename two hash constructors to proper functions
Carlo Nucera
2020-06-25
Fix empty std::optional dereference in writeDerivation()
Eelco Dolstra
2020-06-24
Merge remote-tracking branch 'upstream/master' into ca-drv
John Ericson
2020-06-21
Merge remote-tracking branch 'upstream/master' into ca-drv
John Ericson
2020-06-21
Don't anticipate hash algo without hash in derivation for now
John Ericson
2020-06-21
Tweak declaration
John Ericson
2020-06-21
Merge remote-tracking branch 'upstream/master' into multi-output-hashDerivati...
John Ericson
2020-06-19
Merge remote-tracking branch 'upstream/master' into no-hash-type-unknown
John Ericson
2020-06-19
Merge remote-tracking branch 'me/no-stringly-typed-derivation-output' into va...
John Ericson
2020-06-19
Use designated initializers for `DerivationOutputHash`
John Ericson
2020-06-19
FileSystemHash -> DerivationOutputHash
John Ericson
2020-06-19
Remove some `Base::` that crept in
John Ericson
2020-06-18
Merge branch 'validPathInfo-temp' into validPathInfo-ca-proper-datatype
John Ericson
[next]