Eelco Dolstra
|
fdcaf37361
|
* Made `nix-store -qR --include-outputs' much faster if there are
multiple paths specified on the command line (from O(n * m) to O(n +
m), where n is the number of arguments and m is the size of the
closure).
|
2010-01-25 17:18:44 +00:00 |
|
Eelco Dolstra
|
c4f98941ed
|
* nix-env --dry-run: show the total size of the substituter
downloads.
|
2008-08-04 12:29:04 +00:00 |
|
Eelco Dolstra
|
03427e76f1
|
* querySubstitutablePathInfo: work properly when run via the daemon.
* --dry-run: print the paths that we don't know how to build/substitute.
|
2008-08-04 11:44:50 +00:00 |
|
Eelco Dolstra
|
75068e7d75
|
* Use a proper namespace.
* Optimise header file usage a bit.
* Compile the parser as C++.
|
2006-09-04 21:06:23 +00:00 |
|
Eelco Dolstra
|
c8bfb11b34
|
* `nix-env (-i|-u) --dry-run' now shows exactly which missing paths
will be built or substituted.
|
2006-03-06 11:21:15 +00:00 |
|