about summary refs log tree commit diff
path: root/src/libstore/derivations.cc (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-28 Move structured attrs handling into a separate classEelco Dolstra1-14/+0
2018-06-13 hashDerivationModulo(): Handle chroot storesEelco Dolstra1-1/+1
2018-02-27 Add build-extra-platforms settingLinus Heckemann1-10/+2
2017-07-30 Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim1-6/+6
2017-07-04 Support base-64 hashesEelco Dolstra1-3/+3
2017-07-03 Replace a few bool flags with enumsEelco Dolstra1-1/+1
2017-03-21 Move istringstream_nocopy to a separate fileEelco Dolstra1-1/+1
2017-03-06 istringstream_nocopy: Implement in a standards-compliant way.Shea Levy1-1/+1
2017-03-01 Handle importing NARs containing files greater than 4 GiBEelco Dolstra1-4/+4
2016-11-10 build-remote: Implement in C++Shea Levy1-3/+0
2016-09-16 armv5tel can be built by armv6l and armv7l (#1063)Eric Litak1-0/+1
2016-09-14 Move some .drv parsing functions out of utilEelco Dolstra1-0/+46
2016-08-17 Add a mechanism for derivation attributes to reference the derivation's outputsEelco Dolstra1-0/+7
2016-07-26 makeFixedOutputPath(): Drop superfluous HashType argumentEelco Dolstra1-2/+2
2016-06-02 Make derivationFromPath work on diverted storesEelco Dolstra1-0/+14
2016-06-01 Make the store directory a member variable of StoreEelco Dolstra1-4/+4
2016-04-20 Cache path info lookups in SQLiteEelco Dolstra1-1/+1
2016-02-04 StoreAPI -> StoreEelco Dolstra1-2/+2
2016-02-04 Eliminate the "store" global variableEelco Dolstra1-20/+61
2015-07-17 OCD: foreach -> C++11 ranged forEelco Dolstra1-19/+19
2015-07-17 Allow remote builds without sending the derivation closureEelco Dolstra1-1/+42
2015-06-10 Export outputPaths functionEelco Dolstra1-0/+9
2014-08-20 Use proper quotes everywhereEelco Dolstra1-3/+3
2014-04-08 If a .drv cannot be parsed, show its pathEelco Dolstra1-3/+13
2012-11-26 Only substitute wanted outputs of a derivationEelco Dolstra1-1/+7
2012-11-26 Make "nix-build -A <derivation>.<output>" do the right thingEelco Dolstra1-0/+17
2012-10-03 Add a ‘--repair’ flag to nix-instantiateEelco Dolstra1-2/+2
2012-07-30 Refactor settings processingEelco Dolstra1-11/+11
2011-09-12 * Ouch. A store upgrade could cause a substituter to be triggered,Eelco Dolstra1-1/+2
2011-08-31 * Eliminate all uses of the global variable ‘store’ from libstore.Eelco Dolstra1-5/+6
2011-07-20 * Fix a huuuuge security hole in the Nix daemon. It didn't check thatEelco Dolstra1-0/+79
2010-04-21 * Don't use an ostringstream in unparseDerivation(), because it'sEelco Dolstra1-38/+39
2010-04-19 * Don't use the ATerm library for parsing/printing .drv files.Eelco Dolstra1-110/+113
2009-04-21 * Use foreach in a lot of places.Eelco Dolstra1-2/+1
2008-08-25 * Strip off the `.nix' suffix from the attribute name for files inEelco Dolstra1-3/+2
2007-01-29 * computeStorePathForText: take the references into account whenEelco Dolstra1-1/+1
2006-12-01 * Replace read-only calls to addTextToStore.Eelco Dolstra1-2/+6
2006-11-30 * Refactoring. There is now an abstract interface class StoreAPIEelco Dolstra1-2/+2
2006-10-16 * Big cleanup of the semantics of paths, strings, contexts, stringEelco Dolstra1-12/+2
2006-09-04 * Remove unnecessary inclusions of aterm2.h.Eelco Dolstra1-0/+1
2006-09-04 * Use a proper namespace.Eelco Dolstra1-1/+6
2006-05-02 * Removed a bunch of ATreverses.Eelco Dolstra1-16/+19
2005-01-25 * Maintain the references/referers relation also for derivations.Eelco Dolstra1-1/+9
2005-01-20 * Terminology fixes.Eelco Dolstra1-1/+1
2005-01-20 * Another change to low-level derivations. The last one this year, IEelco Dolstra1-11/+30
2005-01-19 * Renamed `normalise.cc' -> `build.cc', `storeexprs.cc' ->Eelco Dolstra1-0/+142