lix/src
Eelco Dolstra 922697c8b2 * Big speedup (factor > 2.5) in all nix-env operations that do actual
instantiation, e.g. "nix-env -i" and "nix-env -qas" (but not
  "nix-env -qa").  It turns out that many redundant calls to
  addToStore(path) were made, which reads and hashes the entire path.
  For instance, the bash bootstrap binary in Nixpkgs would be read and
  hashed many times.  As a result nix-env would spend around 92% of
  its time in the function sha256_block (according to callgrind).
  Some simple memoization fixes this.
2006-03-09 15:09:18 +00:00
..
bin2c * "Fix expression" -> "Nix expression". 2003-11-18 12:06:07 +00:00
boost * Build dynamic libraries. 2005-07-22 14:52:45 +00:00
bsdiff-4.3 * Print a better error message when writing the patched file (e.g., 2006-02-01 17:28:13 +00:00
libexpr * Big speedup (factor > 2.5) in all nix-env operations that do actual 2006-03-09 15:09:18 +00:00
libmain * Close the database before the destructor runs. 2006-03-01 16:36:35 +00:00
libstore * `nix-env (-i|-u) --dry-run' now shows exactly which missing paths 2006-03-06 11:21:15 +00:00
libutil * Some refactoring of the exception handling code so that we can catch 2006-03-08 14:11:19 +00:00
nix-env * When obtaining derivations from Nix expressions, ignore all 2006-03-08 16:03:58 +00:00
nix-hash * Regularise help text a bit. 2006-03-06 11:04:39 +00:00
nix-instantiate * Regularise help text a bit. 2006-03-06 11:04:39 +00:00
nix-log2xml * Generate valid HTML. 2006-03-01 13:24:47 +00:00
nix-store * `nix-env (-i|-u) --dry-run' now shows exactly which missing paths 2006-03-06 11:21:15 +00:00
aterm-helper.pl * Automatically upgrade <= 0.7 Nix stores to the new schema (so that 2005-02-09 09:50:29 +00:00
Makefile.am * bsdiff updated to 4.3. This makes Nix depend on libbz2. 2006-02-01 16:48:49 +00:00