1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-28 22:01:15 +02:00
nix/src/libutil/unix
John Ericson 6c861b9c51 Factor out lookupExecutable and other PATH improvments
This ended up motivating a good deal of other infra improvements in
order to get Windows right:

- `OsString` to complement `std::filesystem::path`

- env var code for working with the underlying `OsString`s

- Rename `PATHNG_LITERAL` to `OS_STR`

- `NativePathTrait` renamed to `OsPathTrait`, given a character template
  parameter until #9205 is complete.

Split `tests.cc` matching split of `util.{cc,hh}` last year.

Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
2024-08-07 18:12:58 -04:00
..
environment-variables.cc Factor out lookupExecutable and other PATH improvments 2024-08-07 18:12:58 -04:00
file-descriptor.cc Merge pull request #10905 from obsidiansystems/platform-namespace 2024-06-14 08:45:31 -04:00
file-path.cc Factor out lookupExecutable and other PATH improvments 2024-08-07 18:12:58 -04:00
file-system.cc Build the local store on Windows 2024-05-10 13:05:23 -04:00
meson.build Factor out lookupExecutable and other PATH improvments 2024-08-07 18:12:58 -04:00
monitor-fd.hh Make abort() call sites log first 2024-07-24 16:52:04 +02:00
muxable-pipe.cc More work on the scheduler for windows 2024-05-28 11:39:49 -04:00
os-string.cc Factor out lookupExecutable and other PATH improvments 2024-08-07 18:12:58 -04:00
processes.cc Make abort() call sites log first 2024-07-24 16:52:04 +02:00
signals-impl.hh Better signals interface 2024-04-05 01:38:28 -04:00
signals.cc Better signals interface 2024-04-05 01:38:28 -04:00
users.cc Start factoring out Unix assumptions 2024-04-02 14:43:38 -04:00