index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
/
get-drvs.cc
Age
Commit message (
Expand
)
Author
2021-04-05
Use `BuildableReq` for `buildPaths` and `ensurePath`
John Ericson
2021-04-05
Move `StorePathWithOutput` utilities out of store class
John Ericson
2021-01-08
string2Int(): Return std::optional
Eelco Dolstra
2020-12-17
Rename Value::normalType() -> Value::type()
Silvan Mosberger
2020-12-12
Use Value::normalType on all forced values instead of Value::type
Silvan Mosberger
2020-09-15
Rename `Derivation::pathOpt` to `Derivation::path`
John Ericson
2020-08-14
Merge remote-tracking branch 'upstream/master' into single-ca-drv-build
John Ericson
2020-08-07
Squashed get CA derivations building
John Ericson
2020-07-08
Only store hash of fixed derivation output
Matthew Bauer
2020-06-18
Merge branch 'validPathInfo-temp' into validPathInfo-ca-proper-datatype
John Ericson
2020-06-18
Some backports from the flakes branch
Eelco Dolstra
2020-03-24
Flip dependency so store-api.hh includes derivations.hh
John Ericson
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-10-09
OCD performance fix: {find,count}+insert => insert
Eelco Dolstra
2019-03-14
experimental/optional -> optional
Eelco Dolstra
2017-11-24
nix-shell/nix-build: Support .drv files again
Eelco Dolstra
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
2017-07-20
nix-shell: Use bashInteractive from <nixpkgs>
Eelco Dolstra
2017-07-20
Add "nix search" command
Eelco Dolstra
2017-05-16
Improve progress indicator
Eelco Dolstra
2017-04-19
getDerivations(): Filter out packages with bad derivation names
Eelco Dolstra
2017-01-26
Bindings: Add a method for iterating in lexicographically sorted order
Eelco Dolstra
2016-11-26
Revert "Get rid of unicode quotes (#1140)"
Eelco Dolstra
2016-11-25
Get rid of unicode quotes (#1140)
Guillaume Maudoux
2016-08-29
forceBool(): Show position info
Eelco Dolstra
2016-04-25
Improved logging abstraction
Eelco Dolstra
2016-02-23
nix-env: respect meta.outputsToInstall
Vladimír Čunát
2016-01-05
First hit at providing support for floats in the language.
Christian Theune
2015-07-23
Optimize small lists
Eelco Dolstra
2015-07-17
OCD: foreach -> C++11 ranged for
Eelco Dolstra
2014-09-19
Store Attrs inside Bindings
Eelco Dolstra
2014-08-20
Use proper quotes everywhere
Eelco Dolstra
2014-04-04
Show position info in string concatenation / addition errors
Eelco Dolstra
2014-04-04
forceString: Show position info
Eelco Dolstra
2014-04-04
forceAttrs: Show position info
Eelco Dolstra
2014-04-04
forceList: Show position info
Eelco Dolstra
2013-11-19
Check meta values and warn about bad ones
Eelco Dolstra
2013-11-19
Generalise meta attributes
Eelco Dolstra
2013-10-24
Rename "attribute sets" to "sets"
Eelco Dolstra
2012-11-28
nix-env -q --out-path: Support multiple outputs
Eelco Dolstra
2012-11-26
nix-instantiate: Fix read-only evaluation
Eelco Dolstra
2012-10-04
getDerivation(): Don't always quietly ignore assertion failure
Eelco Dolstra
2012-02-04
* Inline some functions and get rid of the indirection through
Eelco Dolstra
2010-10-24
* Keep attribute sets in sorted order to speed up attribute lookups.
Eelco Dolstra
2010-10-24
* Store attribute sets as a vector instead of a map (i.e. a red-black
Eelco Dolstra
2010-10-22
* Store Value nodes outside of attribute sets. I.e., Attr now stores
Eelco Dolstra
2010-05-07
* Keep track of the source positions of attributes.
Eelco Dolstra
2010-04-21
* Store user environment manifests as a Nix expression in
Eelco Dolstra
2010-04-19
* Added parsing of manifests in ATerm format.
Eelco Dolstra
[next]