lix/src/nix
Jade Lovelace 61e21b2557 Delete hasPrefix and hasSuffix from the codebase
These now have equivalents in the standard lib in C++20. This change was
performed with a custom clang-tidy check which I will submit later.
Executed like so:

ninja -C build && run-clang-tidy -checks='-*,nix-*' -load=build/libnix-clang-tidy.so -p .. -fix ../tests | tee -a clang-tidy-result

Change-Id: I62679e315ff9e7ce72a40b91b79c3e9fc01b27e9
2024-03-17 20:17:19 -07:00
..
realisation
add-file.md
add-path.md
add-to-store.cc Simplify ContentAddress 2023-07-07 07:30:01 -04:00
app.cc Allow dynamic derivation deps in inputDrvs 2023-09-07 10:39:37 -04:00
build.cc Make the Derived Path family of types inductive for dynamic derivations 2023-08-10 00:08:32 -04:00
build.md Also use long options in src/nix/*.md 2023-05-17 08:10:30 +01:00
bundle.cc Fixing #7479 2023-08-18 11:44:00 -04:00
bundle.md
cat.cc
copy.cc
copy.md Also use long options in src/nix/*.md 2023-05-17 08:10:30 +01:00
daemon.cc util.hh: split out signals stuff 2024-03-11 00:52:09 -07:00
daemon.md Port the flags of nix-daemon to nix daemon (#8788) 2023-08-28 13:43:34 +00:00
derivation-add.cc Create nix derivation add command 2023-04-07 08:34:58 -04:00
derivation-add.md Create nix derivation add command 2023-04-07 08:34:58 -04:00
derivation-show.cc
derivation-show.md Create nix derivation add command 2023-04-07 08:34:58 -04:00
derivation.cc
develop.cc Delete hasPrefix and hasSuffix from the codebase 2024-03-17 20:17:19 -07:00
develop.md docs: make the nix develop --command example unambiguous (#8952) 2023-09-12 17:15:36 +02:00
diff-closures.cc
diff-closures.md
doctor.cc Delete hasPrefix and hasSuffix from the codebase 2024-03-17 20:17:19 -07:00
dump-path.cc
edit.cc
edit.md
eval.cc Merge "Print derivation paths in nix eval" into main 2024-03-10 16:12:32 -06:00
eval.md Also use long options in src/nix/*.md 2023-05-17 08:10:30 +01:00
flake-archive.md
flake-check.md Also use long options in src/nix/*.md 2023-05-17 08:10:30 +01:00
flake-clone.md
flake-init.md
flake-lock.md
flake-metadata.md
flake-new.md
flake-prefetch.md
flake-show.md
flake-update.md
flake.cc Delete hasPrefix and hasSuffix from the codebase 2024-03-17 20:17:19 -07:00
flake.md Document the path flakeref format (#8640) 2023-07-04 08:39:08 +00:00
fmt.cc Merge pull request #9494 from sellout/nix-run-execv 2024-03-04 07:11:25 +01:00
fmt.md
get-env.sh Merge pull request #9032 from Ma27/structured-attrs-env-vars 2024-03-07 10:46:47 +01:00
hash.cc
help-stores.md
help.md
key-convert-secret-to-public.md
key-generate-secret.md
local.mk Dedup some markdown -> C++ big literal stuff in build system 2023-05-15 10:38:11 -04:00
log.cc Make the Derived Path family of types inductive for dynamic derivations 2023-08-10 00:08:32 -04:00
log.md
ls.cc
main.cc Merge pull request #10067 from ramboman/fix-proxy-nix 2024-03-04 09:25:17 +01:00
make-content-addressed.cc
make-content-addressed.md
nar-cat.md
nar-dump-path.md
nar-ls.md Also use long options in src/nix/*.md 2023-05-17 08:10:30 +01:00
nar.cc
nar.md
nix.md Fix some grammar in installables doc (#8682) 2023-07-10 09:33:04 +00:00
optimise-store.cc util.hh: split out signals stuff 2024-03-11 00:52:09 -07:00
optimise-store.md
path-from-hash-part.cc
path-from-hash-part.md
path-info.cc
path-info.md Also use long options in src/nix/*.md 2023-05-17 08:10:30 +01:00
ping-store.cc
ping-store.md
prefetch.cc Delete hasPrefix and hasSuffix from the codebase 2024-03-17 20:17:19 -07:00
print-dev-env.md
profile-diff-closures.md
profile-history.md
profile-install.md
profile-list.md nix profile list: Improve readability of the output 2023-07-02 16:17:09 +02:00
profile-remove.md
profile-rollback.md
profile-upgrade.md
profile-wipe-history.md
profile.cc Simplify ContentAddress 2023-07-07 07:30:01 -04:00
profile.md Dedup some markdown -> C++ big literal stuff in build system 2023-05-15 10:38:11 -04:00
realisation.cc
registry-add.md
registry-list.md
registry-pin.md
registry-remove.md
registry.cc
registry.md
repl.cc Move evaluator settings (type and global) to separate file/header 2023-07-31 10:14:15 -04:00
repl.md
run.cc Merge pull request #9648 from cole-h/nix-shell-ordering 2024-03-04 07:50:55 +01:00
run.hh Merge pull request #9494 from sellout/nix-run-execv 2024-03-04 07:11:25 +01:00
run.md
search.cc Merge pull request #9481 from iFreilicht/disallow-nix-search-without-search-terms 2024-03-04 08:40:12 +01:00
search.md Merge pull request #9481 from iFreilicht/disallow-nix-search-without-search-terms 2024-03-04 08:40:12 +01:00
shell.md fix: nix shell multiple commands example (#8950) 2023-09-07 22:25:32 +00:00
show-config.cc
sigs.cc util.hh: split out signals stuff 2024-03-11 00:52:09 -07:00
store-cat.md
store-copy-log.cc
store-copy-log.md
store-delete.cc
store-delete.md
store-dump-path.md
store-gc.cc
store-gc.md
store-ls.md Also use long options in src/nix/*.md 2023-05-17 08:10:30 +01:00
store-prefetch-file.md
store-repair.cc
store-repair.md
store.cc
upgrade-nix.cc Delete hasPrefix and hasSuffix from the codebase 2024-03-17 20:17:19 -07:00
upgrade-nix.md Also use long options in src/nix/*.md 2023-05-17 08:10:30 +01:00
verify.cc util.hh: split out signals stuff 2024-03-11 00:52:09 -07:00
verify.md Also use long options in src/nix/*.md 2023-05-17 08:10:30 +01:00
why-depends.cc nix/why-depends: fix output of --precise 2023-08-04 23:11:08 +02:00
why-depends.md