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
2022-04-21
store Symbols in a table as well, like positions
pennae
2022-04-21
replace most Pos objects/ptrs with indexes into a position table
pennae
2022-03-17
Clean up `DerivationOutput`, and headers
John Ericson
2022-03-16
nix-env: always print output names in JSON and XML
Naïm Favier
2022-03-02
Add EvalState::coerceToStorePath() helper
Eelco Dolstra
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2022-02-21
Remove std::set alias
Eelco Dolstra
2022-02-04
Make most calls to determinePos() lazy
Eelco Dolstra
2022-02-04
Merge branch 'issue-3505' of https://github.com/kamadorueda/nix
Eelco Dolstra
2022-01-27
return string_views from forceString*
pennae
2022-01-21
forceAttrs: make pos mandatory
Kevin Amado
2022-01-21
forceValue: make pos mandatory
Kevin Amado
2022-01-04
Ensure that attrsets are sorted
Eelco Dolstra
2021-11-25
Support range-based for loop over list values
Eelco Dolstra
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
[next]