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-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-05-29
Merge remote-tracking branch 'upstream/master' into errors-phase-2
Ben Burdette
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-29
Replace some `bool recursive` with a new `FileIngestionMethod` enum
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
2016-09-14
Move some .drv parsing functions out of util
Eelco Dolstra
2016-08-17
Add a mechanism for derivation attributes to reference the derivation's outputs
Eelco Dolstra
2016-07-26
makeFixedOutputPath(): Drop superfluous HashType argument
Eelco Dolstra
2016-06-02
Make derivationFromPath work on diverted stores
Eelco Dolstra
2016-06-01
Make the store directory a member variable of Store
Eelco Dolstra
2016-04-20
Cache path info lookups in SQLite
Eelco Dolstra
2016-02-04
StoreAPI -> Store
Eelco Dolstra
2016-02-04
Eliminate the "store" global variable
Eelco Dolstra
2015-07-17
OCD: foreach -> C++11 ranged for
Eelco Dolstra
2015-07-17
Allow remote builds without sending the derivation closure
Eelco Dolstra
2015-06-10
Export outputPaths function
Eelco Dolstra
2014-08-20
Use proper quotes everywhere
Eelco Dolstra
2014-04-08
If a .drv cannot be parsed, show its path
Eelco Dolstra
2012-11-26
Only substitute wanted outputs of a derivation
Eelco Dolstra
2012-11-26
Make "nix-build -A <derivation>.<output>" do the right thing
Eelco Dolstra
2012-10-03
Add a ‘--repair’ flag to nix-instantiate
Eelco Dolstra
2012-07-30
Refactor settings processing
Eelco Dolstra
2011-09-12
* Ouch. A store upgrade could cause a substituter to be triggered,
Eelco Dolstra
2011-08-31
* Eliminate all uses of the global variable ‘store’ from libstore.
Eelco Dolstra
2011-07-20
* Fix a huuuuge security hole in the Nix daemon. It didn't check that
Eelco Dolstra
2010-04-21
* Don't use an ostringstream in unparseDerivation(), because it's
Eelco Dolstra
2010-04-19
* Don't use the ATerm library for parsing/printing .drv files.
Eelco Dolstra
2009-04-21
* Use foreach in a lot of places.
Eelco Dolstra
[next]