1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-14 22:42:41 +01:00
nix/src/libutil-tests
Sergei Zimmerman fafaec5ac3 fix(treewide): remove unnecessary copying in range for loops
This gets rid of unnecessary copies in range-based-for loops and
local variables, when they are used solely as `const &`.

Also added a fixme comment about a suspicious move out of const,
which might not be intended.
2024-11-26 00:06:29 +03:00
..
data/git Move unit tests to the location Meson expects them to be 2024-10-17 15:42:16 -04:00
.version Move unit tests to the location Meson expects them to be 2024-10-17 15:42:16 -04:00
args.cc Move unit tests to the location Meson expects them to be 2024-10-17 15:42:16 -04:00
build-utils-meson Move unit tests to the location Meson expects them to be 2024-10-17 15:42:16 -04:00
canon-path.cc Move unit tests to the location Meson expects them to be 2024-10-17 15:42:16 -04:00
checked-arithmetic.cc Move unit tests to the location Meson expects them to be 2024-10-17 15:42:16 -04:00
chunked-vector.cc Move unit tests to the location Meson expects them to be 2024-10-17 15:42:16 -04:00
closure.cc Move unit tests to the location Meson expects them to be 2024-10-17 15:42:16 -04:00
compression.cc Move unit tests to the location Meson expects them to be 2024-10-17 15:42:16 -04:00
config.cc Move unit tests to the location Meson expects them to be 2024-10-17 15:42:16 -04:00
executable-path.cc Move unit tests to the location Meson expects them to be 2024-10-17 15:42:16 -04:00
file-content-address.cc Move unit tests to the location Meson expects them to be 2024-10-17 15:42:16 -04:00
file-system.cc Move unit tests to the location Meson expects them to be 2024-10-17 15:42:16 -04:00
git.cc Move unit tests to the location Meson expects them to be 2024-10-17 15:42:16 -04:00
hash.cc Move unit tests to the location Meson expects them to be 2024-10-17 15:42:16 -04:00
hilite.cc fix(treewide): remove unnecessary copying in range for loops 2024-11-26 00:06:29 +03:00
json-utils.cc Move unit tests to the location Meson expects them to be 2024-10-17 15:42:16 -04:00
logging.cc Move unit tests to the location Meson expects them to be 2024-10-17 15:42:16 -04:00
lru-cache.cc Move unit tests to the location Meson expects them to be 2024-10-17 15:42:16 -04:00
meson.build Merge build-utils-meson/{diagnostics,threads} into build-utils-meson/common 2024-11-21 20:34:54 +01:00
nix_api_util.cc chore: get rid of dead code and unused variables where appropriate 2024-11-22 18:05:53 +03:00
package.nix Move unit tests to the location Meson expects them to be 2024-10-17 15:42:16 -04:00
pool.cc Move unit tests to the location Meson expects them to be 2024-10-17 15:42:16 -04:00
position.cc Move unit tests to the location Meson expects them to be 2024-10-17 15:42:16 -04:00
processes.cc Move unit tests to the location Meson expects them to be 2024-10-17 15:42:16 -04:00
references.cc Move unit tests to the location Meson expects them to be 2024-10-17 15:42:16 -04:00
spawn.cc Move unit tests to the location Meson expects them to be 2024-10-17 15:42:16 -04:00
strings.cc Move unit tests to the location Meson expects them to be 2024-10-17 15:42:16 -04:00
suggestions.cc Move unit tests to the location Meson expects them to be 2024-10-17 15:42:16 -04:00
terminal.cc Filter OSC 8 correctly 2024-11-13 00:49:46 +00:00
url.cc Move unit tests to the location Meson expects them to be 2024-10-17 15:42:16 -04:00
util.cc Move unit tests to the location Meson expects them to be 2024-10-17 15:42:16 -04:00
xml-writer.cc Move unit tests to the location Meson expects them to be 2024-10-17 15:42:16 -04:00