Nix/src/nix
Eelco Dolstra 759947bf72 StorePath: Rewrite in C++
On nix-env -qa -f '<nixpkgs>', this reduces maximum RSS by 20970 KiB
and runtime by 0.8%. This is mostly because we're not parsing the hash
part as a hash anymore (just validating that it consists of base-32
characters).

Also, replace storePathToHash() by StorePath::hashPart().
2020-06-16 14:28:41 +02:00
..
add-to-store.cc Remove addToStore variant as requested by FIXME 2020-05-29 17:02:32 -04:00
build.cc Flag: Use designated initializers 2020-05-04 22:40:19 +02:00
cat.cc Merge branch 'master' into errors-phase-2 2020-05-11 14:35:30 -06:00
command.cc Don’t use FileIngestionMethod for StorePathsCommand 2020-05-27 13:21:11 -05:00
command.hh Don’t use FileIngestionMethod for StorePathsCommand 2020-05-27 13:21:11 -05:00
copy.cc Don’t use FileIngestionMethod for StorePathsCommand 2020-05-27 13:21:11 -05:00
develop.cc Rename 'nix dev-shell' to 'nix develop' 2020-06-04 10:57:40 +02:00
doctor.cc nix doctor: Consistency 2020-05-05 15:27:47 +02:00
dump-path.cc nix --help: Group commands 2020-05-05 15:18:23 +02:00
edit.cc nix --help: Group commands 2020-05-05 15:18:23 +02:00
eval.cc nix --help: Group commands 2020-05-05 15:18:23 +02:00
get-env.sh nix dev-shell: Support structured attrs 2020-04-30 14:47:47 +02:00
hash.cc Merge remote-tracking branch 'upstream/master' into errors-phase-2 2020-05-29 09:51:37 -06:00
installables.cc Flag: Use designated initializers 2020-05-04 22:40:19 +02:00
installables.hh Backport 'nix dev-shell' from the flakes branch 2020-03-30 19:16:45 +02:00
legacy.cc Start of new Nix command-line interface 2016-02-09 21:28:29 +01:00
legacy.hh Fix Darwin build 2016-03-15 12:11:27 +01:00
local.mk StorePath: Rewrite in C++ 2020-06-16 14:28:41 +02:00
log.cc nix --help: Group commands 2020-05-05 15:18:23 +02:00
ls.cc Merge branch 'master' into errors-phase-2 2020-05-11 14:35:30 -06:00
main.cc Make the logger customisable 2020-06-08 09:31:15 +02:00
make-content-addressable.cc StorePath: Rewrite in C++ 2020-06-16 14:28:41 +02:00
optimise-store.cc nix --help: Group commands 2020-05-05 15:18:23 +02:00
path-info.cc nix --help: Group commands 2020-05-05 15:18:23 +02:00
ping-store.cc nix --help: Group commands 2020-05-05 15:18:23 +02:00
repl.cc Merge branch 'master' into errors-phase-2 2020-05-11 14:35:30 -06:00
run.cc Merge branch 'master' into errors-phase-2 2020-05-11 14:35:30 -06:00
search.cc nix/search: no error for empty search results if json is enabled 2020-05-06 14:43:54 +01:00
show-config.cc nix --help: Group commands 2020-05-05 15:18:23 +02:00
show-derivation.cc Add Store::readDerivation() convenience function 2020-06-12 13:04:52 +02:00
sigs.cc nix --help: Group commands 2020-05-05 15:18:23 +02:00
upgrade-nix.cc Get rid of explicit ErrorInfo constructors 2020-06-15 14:06:58 +02:00
verify.cc StorePath: Rewrite in C++ 2020-06-16 14:28:41 +02:00
why-depends.cc StorePath: Rewrite in C++ 2020-06-16 14:28:41 +02:00