summaryrefslogtreecommitdiffstats
path: root/src/libexpr/get-drvs.cc
AgeCommit message (Expand)Author
2021-01-08string2Int(): Return std::optionalEelco Dolstra
2020-12-17Rename Value::normalType() -> Value::type()Silvan Mosberger
2020-12-12Use Value::normalType on all forced values instead of Value::typeSilvan Mosberger
2020-09-15Rename `Derivation::pathOpt` to `Derivation::path`John Ericson
2020-08-14Merge remote-tracking branch 'upstream/master' into single-ca-drv-buildJohn Ericson
2020-08-07Squashed get CA derivations buildingJohn Ericson
2020-07-08Only store hash of fixed derivation outputMatthew Bauer
2020-06-18Merge branch 'validPathInfo-temp' into validPathInfo-ca-proper-datatypeJohn Ericson
2020-06-18Some backports from the flakes branchEelco Dolstra
2020-03-24Flip dependency so store-api.hh includes derivations.hhJohn Ericson
2019-12-16nix-store -r: Handle symlinks to store pathsEelco Dolstra
2019-12-10Make the Store API more type-safeEelco Dolstra
2019-10-09OCD performance fix: {find,count}+insert => insertEelco Dolstra
2019-03-14experimental/optional -> optionalEelco Dolstra
2017-11-24nix-shell/nix-build: Support .drv files againEelco Dolstra
2017-07-30Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim
2017-07-20nix-shell: Use bashInteractive from <nixpkgs>Eelco Dolstra
2017-07-20Add "nix search" commandEelco Dolstra
2017-05-16Improve progress indicatorEelco Dolstra
2017-04-19getDerivations(): Filter out packages with bad derivation namesEelco Dolstra
2017-01-26Bindings: Add a method for iterating in lexicographically sorted orderEelco Dolstra
2016-11-26Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra
2016-11-25Get rid of unicode quotes (#1140)Guillaume Maudoux
2016-08-29forceBool(): Show position infoEelco Dolstra
2016-04-25Improved logging abstractionEelco Dolstra
2016-02-23nix-env: respect meta.outputsToInstallVladimír Čunát
2016-01-05First hit at providing support for floats in the language.Christian Theune
2015-07-23Optimize small listsEelco Dolstra
2015-07-17OCD: foreach -> C++11 ranged forEelco Dolstra
2014-09-19Store Attrs inside BindingsEelco Dolstra
2014-08-20Use proper quotes everywhereEelco Dolstra
2014-04-04Show position info in string concatenation / addition errorsEelco Dolstra
2014-04-04forceString: Show position infoEelco Dolstra
2014-04-04forceAttrs: Show position infoEelco Dolstra
2014-04-04forceList: Show position infoEelco Dolstra
2013-11-19Check meta values and warn about bad onesEelco Dolstra
2013-11-19Generalise meta attributesEelco Dolstra
2013-10-24Rename "attribute sets" to "sets"Eelco Dolstra
2012-11-28nix-env -q --out-path: Support multiple outputsEelco Dolstra
2012-11-26nix-instantiate: Fix read-only evaluationEelco Dolstra
2012-10-04getDerivation(): Don't always quietly ignore assertion failureEelco Dolstra
2012-02-04* Inline some functions and get rid of the indirection throughEelco 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-blackEelco Dolstra
2010-10-22* Store Value nodes outside of attribute sets. I.e., Attr now storesEelco 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 inEelco Dolstra
2010-04-19* Added parsing of manifests in ATerm format.Eelco Dolstra
2010-04-16* In an nested `with' where the inner with is a variable (`with ...;Eelco Dolstra
2010-04-15* Store lists as lists of pointers to values rather than as lists ofEelco Dolstra