aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/get-drvs.hh
AgeCommit message (Expand)Author
2024-08-01libexpr: DrvInfo: remove unused bad-citizen constructorQyriad
2024-08-01cleanup and slightly refactor DrvInfo::queryOutputsQyriad
2024-07-20libexpr: refactor gc-agnostic helpers into one placeQyriad
2024-07-08libexpr: stop lying about DrvInfo's constnessQyriad
2023-04-07Finish converting existing comments for internal API docs (#8146)John Ericson
2023-03-31Ensure all headers have `#pragma once` and are in API docsJohn Ericson
2022-05-26Remove pre-C++11 hackinessEelco Dolstra
2022-03-16nix-env: always print output names in JSON and XMLNaïm Favier
2022-03-02Add EvalState::coerceToStorePath() helperEelco Dolstra
2022-02-25Remove std::string alias (for real this time)Eelco Dolstra
2022-02-21Remove std::list aliasEelco Dolstra
2020-08-07Squashed get CA derivations buildingJohn Ericson
2019-03-14experimental/optional -> optionalEelco Dolstra
2018-10-31Fix typo in commentsJan Path
2017-11-24nix-shell/nix-build: Support .drv files againEelco Dolstra
2017-07-20nix-shell: Use bashInteractive from <nixpkgs>Eelco Dolstra
2017-07-20Add "nix search" commandEelco 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
2014-03-29Drop pointless #includeEelco Dolstra
2013-11-19Check meta values and warn about bad onesEelco Dolstra
2013-11-19Generalise meta attributesEelco 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-07-26Merge branch 'master' into no-manifestsEelco Dolstra
2012-07-18Use "#pragma once" to prevent repeated header file inclusionEelco Dolstra
2012-07-11nix-env: Determine which paths have substitutes in parallelEelco Dolstra
2010-11-25* DrvInfo contains pointers to expressions, so DrvInfos should beEelco Dolstra
2010-10-22* Store Value nodes outside of attribute sets. I.e., Attr now storesEelco 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 inEelco 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 isEelco Dolstra
2007-05-01* nix-env -i: instead of breaking package ties by version, break themEelco Dolstra
2007-02-02* nix-env now maintains meta info (from the `meta' derivationEelco Dolstra
2006-09-04* Use a proper namespace.Eelco Dolstra
2006-07-28* `nix-instantiate ... --arg NAME VALUE': allow arguments to be passedEelco 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 atEelco Dolstra
2006-05-02* Huge reduction in memory use (2/3 or so on large nix-env -qasEelco Dolstra
2006-03-10* `nix-env -qa --description' shows human-readable descriptions ofEelco Dolstra
2006-02-10* In nix-instantiate, allow us to specify a "path" to theEelco Dolstra
2006-02-08* Refactoring: move derivation evaluation to libexpr.Eelco Dolstra