lix/src/libstore
Eelco Dolstra fbc434ee4c * `nix-store -qb' to query derivation environment bindings. Useful
for finding build-time dependencies (possibly after a build).  E.g.,

    $ nix-store -qb aterm $(nix-store -qd $(which strc))
    /nix/store/jw7c7s65n1gwhxpn35j9rgcci6ilzxym-aterm-2.3.1

* Arguments to nix-store can be files within store objects, e.g.,
  /nix/store/jw7c...-aterm-2.3.1/bin/baffle.

* Idem for garbage collector roots.
2005-02-07 14:32:44 +00:00
..
build.cc * Maintain a database table (`derivers') that maps output paths to the 2005-02-07 13:40:40 +00:00
build.hh * Maintain the references/referers relation also for derivations. 2005-01-25 21:28:25 +00:00
db.cc * Allow certain operations to succeed even if we don't have write 2004-10-25 14:38:23 +00:00
db.hh * Allow certain operations to succeed even if we don't have write 2004-10-25 14:38:23 +00:00
derivations-ast.def * Another change to low-level derivations. The last one this year, I 2005-01-20 14:10:19 +00:00
derivations.cc * Maintain the references/referers relation also for derivations. 2005-01-25 21:28:25 +00:00
derivations.hh * Another change to low-level derivations. The last one this year, I 2005-01-20 14:10:19 +00:00
gc.cc * `nix-store -qb' to query derivation environment bindings. Useful 2005-02-07 14:32:44 +00:00
gc.hh * Move root finding from nix-collect-garbage' to nix-store --gc'. 2005-02-01 15:05:32 +00:00
globals.cc * A GC setting `gc-keep-outputs' to specify whether output paths of 2005-02-01 22:07:48 +00:00
globals.hh * A GC setting `gc-keep-outputs' to specify whether output paths of 2005-02-01 22:07:48 +00:00
Makefile.am * Renamed normalise.cc' -> build.cc', `storeexprs.cc' -> 2005-01-19 16:39:47 +00:00
misc.cc * Maintain the references/referers relation also for derivations. 2005-01-25 21:28:25 +00:00
pathlocks.cc * Don't delete active lock files. 2005-01-31 12:19:53 +00:00
pathlocks.hh * Make lock removal safe by signalling to blocked processes that the 2005-01-27 12:19:25 +00:00
references.cc * Shorten SHA-256 hashes used in store path name generation to 160 2005-01-14 16:04:03 +00:00
references.hh * libnix -> libstore. 2003-11-18 10:55:27 +00:00
store.cc * `nix-store -qb' to query derivation environment bindings. Useful 2005-02-07 14:32:44 +00:00
store.hh * `nix-store -qb' to query derivation environment bindings. Useful 2005-02-07 14:32:44 +00:00
test-builder-1.sh * libnix -> libstore. 2003-11-18 10:55:27 +00:00
test-builder-2.sh * libnix -> libstore. 2003-11-18 10:55:27 +00:00