index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
/
get-drvs.hh
Age
Commit message (
Expand
)
Author
2024-08-01
libexpr: DrvInfo: remove unused bad-citizen constructor
Qyriad
2024-08-01
cleanup and slightly refactor DrvInfo::queryOutputs
Qyriad
2024-07-20
libexpr: refactor gc-agnostic helpers into one place
Qyriad
2024-07-08
libexpr: stop lying about DrvInfo's constness
Qyriad
2023-04-07
Finish converting existing comments for internal API docs (#8146)
John Ericson
2023-03-31
Ensure all headers have `#pragma once` and are in API docs
John Ericson
2022-05-26
Remove pre-C++11 hackiness
Eelco Dolstra
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::list alias
Eelco Dolstra
2020-08-07
Squashed get CA derivations building
John Ericson
2019-03-14
experimental/optional -> optional
Eelco Dolstra
2018-10-31
Fix typo in comments
Jan Path
2017-11-24
nix-shell/nix-build: Support .drv files again
Eelco Dolstra
2017-07-20
nix-shell: Use bashInteractive from <nixpkgs>
Eelco Dolstra
2017-07-20
Add "nix search" command
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
2014-03-29
Drop pointless #include
Eelco Dolstra
2013-11-19
Check meta values and warn about bad ones
Eelco Dolstra
2013-11-19
Generalise meta attributes
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-07-26
Merge branch 'master' into no-manifests
Eelco Dolstra
2012-07-18
Use "#pragma once" to prevent repeated header file inclusion
Eelco Dolstra
2012-07-11
nix-env: Determine which paths have substitutes in parallel
Eelco Dolstra
2010-11-25
* DrvInfo contains pointers to expressions, so DrvInfos should be
Eelco Dolstra
2010-10-22
* Store Value nodes outside of attribute sets. I.e., Attr now stores
Eelco Dolstra
2010-10-04
* Make sure that config.h is included before the system headers,
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
2010-04-07
* Update autoCallFunction() and findAlongAttrPath().
Eelco Dolstra
2010-03-31
* Implemented derivations.
Eelco Dolstra
2009-06-30
* Support integers and lists of strings in meta fields. This is
Eelco Dolstra
2007-05-01
* nix-env -i: instead of breaking package ties by version, break them
Eelco Dolstra
2007-02-02
* nix-env now maintains meta info (from the `meta' derivation
Eelco Dolstra
2006-09-04
* Use a proper namespace.
Eelco Dolstra
2006-07-28
* `nix-instantiate ... --arg NAME VALUE': allow arguments to be passed
Eelco Dolstra
2006-07-26
* Refactoring: get the selection path stuff out of getDerivations()
Eelco Dolstra
2006-07-25
* Applied rbroek's patch from the branch at
Eelco Dolstra
2006-05-02
* Huge reduction in memory use (2/3 or so on large nix-env -qas
Eelco Dolstra
2006-03-10
* `nix-env -qa --description' shows human-readable descriptions of
Eelco Dolstra
2006-02-10
* In nix-instantiate, allow us to specify a "path" to the
Eelco Dolstra
2006-02-08
* Refactoring: move derivation evaluation to libexpr.
Eelco Dolstra