lix/src
jade 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
..
build-remote Merge pull request #9925 from 9999years/fmt-cleanup 2024-03-09 07:00:13 -07:00
libcmd Delete hasPrefix and hasSuffix from the codebase 2024-03-17 20:17:19 -07:00
libexpr Delete hasPrefix and hasSuffix from the codebase 2024-03-17 20:17:19 -07:00
libfetchers Delete hasPrefix and hasSuffix from the codebase 2024-03-17 20:17:19 -07:00
libmain Delete hasPrefix and hasSuffix from the codebase 2024-03-17 20:17:19 -07:00
libstore Delete hasPrefix and hasSuffix from the codebase 2024-03-17 20:17:19 -07:00
libutil Delete hasPrefix and hasSuffix from the codebase 2024-03-17 20:17:19 -07:00
nix Delete hasPrefix and hasSuffix from the codebase 2024-03-17 20:17:19 -07:00
nix-build Delete hasPrefix and hasSuffix from the codebase 2024-03-17 20:17:19 -07:00
nix-channel Delete hasPrefix and hasSuffix from the codebase 2024-03-17 20:17:19 -07:00
nix-collect-garbage util.hh: split out signals stuff 2024-03-11 00:52:09 -07:00
nix-copy-closure Merge pull request #9277 from keszybz/file-permissions 2024-03-04 05:26:17 +01:00
nix-env Delete hasPrefix and hasSuffix from the codebase 2024-03-17 20:17:19 -07:00
nix-instantiate Unify and refactor value printing 2024-03-09 03:50:06 +01:00
nix-store libexpr: Support structured error classes 2024-03-09 04:47:05 -07:00
resolve-system-dependencies Delete hasPrefix and hasSuffix from the codebase 2024-03-17 20:17:19 -07:00
toml11 Replace cpptoml with toml11 2021-12-17 22:03:33 +01:00