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-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-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-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
2020-06-18
Merge branch 'no-hash-type-unknown' into validPathInfo-temp
John Ericson
2020-06-18
Revert the `enum struct` change
John Ericson
2020-06-18
Merge branch 'enum-class' into no-hash-type-unknown
John Ericson
2020-06-18
Merge remote-tracking branch 'upstream/master' into enum-class
John Ericson
2020-06-17
Merge remote-tracking branch 'upstream/master' into no-stringly-typed-derivat...
John Ericson
2020-06-16
Remove StorePath::clone() and related functions
Eelco Dolstra
2020-06-15
Merge branch 'errors-phase-2' of https://github.com/bburdette/nix
Eelco Dolstra
2020-06-12
Add Store::readDerivation() convenience function
Eelco Dolstra
2020-06-12
Remove Store::queryDerivationOutputNames()
Eelco Dolstra
2020-06-03
Merge remote-tracking branch 'obsidian/no-hash-type-unknown' into validPathIn...
John Ericson
2020-06-02
Remove `HashType::Unknown`
John Ericson
2020-06-01
Create new file-hash files
Carlo Nucera
2020-06-01
Merge branch 'no-stringly-typed-derivation-output' of github.com:Ericson2314/...
Carlo Nucera
2020-05-29
Merge remote-tracking branch 'upstream/master' into errors-phase-2
Ben Burdette
2020-05-28
Merge branch 'master' of github.com:NixOS/nix into enum-class
Carlo Nucera
2020-05-26
Merge remote-tracking branch 'john-ericson/enum-FileIngestionMethod' into no-...
Carlo Nucera
2020-05-26
Merge remote-tracking branch 'origin/master' into enum-FileIngestionMethod
Carlo Nucera
2020-05-11
Merge branch 'master' into errors-phase-2
Ben Burdette
2020-04-21
remove 'format' from Error constructor calls
Ben Burdette
2020-04-07
Backport libfetchers from the flakes branch
Eelco Dolstra
2020-03-30
Store parsed hashes in `DerivationOutput`
John Ericson
2020-03-29
Replace some `bool recursive` with a new `FileIngestionMethod` enum
John Ericson
2020-03-29
Use `enum struct` and drop prefixes
John Ericson
2020-03-24
Use std::string_view
Eelco Dolstra
2020-03-04
Optimise Derivation::unparse()
Eelco Dolstra
2020-01-21
Fix derivation computation with __structuredAttrs and multiple outputs
Eelco Dolstra
2019-12-16
nix-store -r: Handle symlinks to store paths
Eelco Dolstra
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-09-03
Support allowSubstitutes attribute in structured attribute derivations
Eelco Dolstra
2018-09-28
Move structured attrs handling into a separate class
Eelco Dolstra
2018-06-13
hashDerivationModulo(): Handle chroot stores
Eelco Dolstra
2018-02-27
Add build-extra-platforms setting
Linus Heckemann
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
2017-07-04
Support base-64 hashes
Eelco Dolstra
2017-07-03
Replace a few bool flags with enums
Eelco Dolstra
2017-03-21
Move istringstream_nocopy to a separate file
Eelco Dolstra
2017-03-06
istringstream_nocopy: Implement in a standards-compliant way.
Shea Levy
2017-03-01
Handle importing NARs containing files greater than 4 GiB
Eelco Dolstra
2016-11-10
build-remote: Implement in C++
Shea Levy
2016-09-16
armv5tel can be built by armv6l and armv7l (#1063)
Eric Litak
[next]