about summary refs log tree commit diff
path: root/src/nix-env/user-env.cc (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-26 Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra1-1/+1
2016-11-25 Get rid of unicode quotes (#1140)Guillaume Maudoux1-1/+1
2016-09-21 printMsg(lvlError, ...) -> printError(...) etc.Eelco Dolstra1-1/+1
2016-06-02 Allow setting the state directory as a store parameterEelco Dolstra1-10/+14
2016-05-04 Cleanup: Remove singleton()Eelco Dolstra1-2/+2
2016-02-23 nix-env: respect meta.outputsToInstallVladimír Čunát1-2/+2
2016-02-04 Eliminate the "store" global variableEelco Dolstra1-6/+6
2015-07-23 Optimize small listsEelco Dolstra1-2/+2
2015-07-17 OCD: foreach -> C++11 ranged forEelco Dolstra1-22/+22
2014-09-19 Store Attrs inside BindingsEelco Dolstra1-1/+1
2014-08-20 Use proper quotes everywhereEelco Dolstra1-1/+1
2014-04-04 Show position info in string concatenation / addition errorsEelco Dolstra1-2/+4
2014-03-11 Fix passing meta attribute to buildenv.nixEelco Dolstra1-0/+1
2014-02-18 Add a flag ‘--check’ to verify build determinismEelco Dolstra1-2/+2
2013-11-22 Add missing #includeEelco Dolstra1-1/+1
2013-11-19 Check meta values and warn about bad onesEelco Dolstra1-1/+1
2013-11-19 Generalise meta attributesEelco Dolstra1-33/+19
2013-11-19 Drop support for user environment manifests in ATerm formatEelco Dolstra1-112/+1
2012-12-04 nix-env: Install all outputs of a derivationEelco Dolstra1-10/+25
2012-12-03 WhitespaceEelco Dolstra1-11/+10
2012-10-04 getDerivation(): Don't always quietly ignore assertion failureEelco Dolstra1-2/+2
2012-10-03 nix-env: Support ‘--repair’ flagEelco Dolstra1-2/+2
2012-06-27 nix-store -r: do substitutions in parallelEelco Dolstra1-2/+2
2012-04-14 Remove unnecessary "system" argumentEelco Dolstra1-1/+0
2012-01-03 * Refactoring: Get rid of a few subdirectories in corepkgs/, and someEelco Dolstra1-1/+1
2011-08-06 * Refactoring: move parseExprFromFile() and parseExprFromString() intoEelco Dolstra1-3/+2
2010-10-24 * When allocating an attribute set, reserve enough space for allEelco Dolstra1-3/+3
2010-10-24 * Keep attribute sets in sorted order to speed up attribute lookups.Eelco Dolstra1-5/+10
2010-10-23 * Remove allocValues().Eelco Dolstra1-2/+2
2010-10-22 * Store Value nodes outside of attribute sets. I.e., Attr now storesEelco Dolstra1-11/+12
2010-05-30 * Remove an accidentally committed debug statement.Eelco Dolstra1-2/+0
2010-05-07 * Keep track of the source positions of attributes.Eelco Dolstra1-10/+10
2010-04-21 * Store user environment manifests as a Nix expression inEelco Dolstra1-5/+132
2010-04-19 * Don't use the ATerm library for parsing/printing .drv files.Eelco Dolstra1-41/+0
2010-04-19 * Added parsing of manifests in ATerm format.Eelco Dolstra1-7/+150
2010-04-19 * Refactoring: move the user environment stuff into its own module.Eelco Dolstra1-0/+28