1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-05 12:21:48 +02:00
nix/src/libutil
Sergei Zimmerman 161c5dbf39
libexpr: Remove unused field from SymbolTable::symbols and emplace into the ChunkedVector
Remove outdated and no longer relevant TODO. It's more confusing
now, since symbol table must now be addressed by uint32_t indices
in order to keep Attr size down to 16 bytes on 64 bit machines.
2025-05-02 20:42:47 +00:00
..
include/nix/util libexpr: Remove unused field from SymbolTable::symbols and emplace into the ChunkedVector 2025-05-02 20:42:47 +00:00
linux replace all instances of std::filesystem::directory_iterator with DirectoryIterator 2025-05-01 11:54:26 +02:00
signature Expose the nix component in header include paths 2025-04-01 11:40:42 -04:00
unix Drop fs alias in favour of std::filesystem 2025-05-01 14:24:34 +02:00
widecharwidth try to calculate character width 2024-12-28 12:01:32 +01:00
windows Drop fs alias in favour of std::filesystem 2025-05-01 14:24:34 +02:00
.version Build nix-util with Meson 2024-06-12 18:31:02 -04:00
archive.cc Add -Wundef to make #if FOO an error if not defined 2025-04-05 00:45:19 +02:00
args.cc Move alias support from NixArgs to MultiCommand 2025-04-10 19:48:55 +02:00
canon-path.cc Expose the nix component in header include paths 2025-04-01 11:40:42 -04:00
compression.cc Expose the nix component in header include paths 2025-04-01 11:40:42 -04:00
compute-levels.cc Expose the nix component in header include paths 2025-04-01 11:40:42 -04:00
config-global.cc Expose the nix component in header include paths 2025-04-01 11:40:42 -04:00
configuration.cc Expose the nix component in header include paths 2025-04-01 11:40:42 -04:00
current-process.cc Fix signedness error on FreeBSD 2025-04-23 17:41:35 +02:00
english.cc Expose the nix component in header include paths 2025-04-01 11:40:42 -04:00
environment-variables.cc Expose the nix component in header include paths 2025-04-01 11:40:42 -04:00
error.cc Expose the nix component in header include paths 2025-04-01 11:40:42 -04:00
executable-path.cc Drop fs alias in favour of std::filesystem 2025-05-01 14:24:34 +02:00
exit.cc Expose the nix component in header include paths 2025-04-01 11:40:42 -04:00
experimental-features.cc Expose the nix component in header include paths 2025-04-01 11:40:42 -04:00
file-content-address.cc libutil: Add missing format arguments to UsageError ctor 2025-04-25 13:35:16 +03:00
file-descriptor.cc Fix more -Wundef, in darwin context 2025-04-05 01:04:58 +02:00
file-system.cc Drop fs alias in favour of std::filesystem 2025-05-01 14:24:34 +02:00
fs-sink.cc Add -Wundef to make #if FOO an error if not defined 2025-04-05 00:45:19 +02:00
git.cc libutil: Use correct argument to Error format ctor 2025-04-24 22:27:03 +00:00
hash.cc Expose the nix component in header include paths 2025-04-01 11:40:42 -04:00
hilite.cc Expose the nix component in header include paths 2025-04-01 11:40:42 -04:00
json-utils.cc bugfix in getInteger(const nlohmann::json &) and add bounds checks 2025-04-30 01:38:48 +02:00
logging.cc Expose the nix component in header include paths 2025-04-01 11:40:42 -04:00
memory-source-accessor.cc Expose the nix component in header include paths 2025-04-01 11:40:42 -04:00
meson.build Store::getFSAccessor: Do not include the store dir 2025-04-09 17:34:18 -04:00
meson.options Build nix-util with Meson 2024-06-12 18:31:02 -04:00
mounted-source-accessor.cc Expose the nix component in header include paths 2025-04-01 11:40:42 -04:00
nix-meson-build-support rename: build-utils-meson -> nix-meson-build-support 2024-12-09 16:54:42 +01:00
package.nix Expose the nix component in header include paths 2025-04-01 11:40:42 -04:00
pos-table.cc Expose the nix component in header include paths 2025-04-01 11:40:42 -04:00
position.cc Expose the nix component in header include paths 2025-04-01 11:40:42 -04:00
posix-source-accessor.cc replace all instances of std::filesystem::directory_iterator with DirectoryIterator 2025-05-01 11:54:26 +02:00
references.cc Expose the nix component in header include paths 2025-04-01 11:40:42 -04:00
serialise.cc Expose the nix component in header include paths 2025-04-01 11:40:42 -04:00
source-accessor.cc Store::getFSAccessor: Do not include the store dir 2025-04-09 17:34:18 -04:00
source-path.cc Expose the nix component in header include paths 2025-04-01 11:40:42 -04:00
strings.cc Expose the nix component in header include paths 2025-04-01 11:40:42 -04:00
subdir-source-accessor.cc Store::getFSAccessor: Do not include the store dir 2025-04-09 17:34:18 -04:00
suggestions.cc Expose the nix component in header include paths 2025-04-01 11:40:42 -04:00
tarfile.cc Drop fs alias in favour of std::filesystem 2025-05-01 14:24:34 +02:00
terminal.cc libutil: amend OSC 8 escape stripping for xterm-style separator 2025-04-29 16:12:18 +01:00
thread-pool.cc Expose the nix component in header include paths 2025-04-01 11:40:42 -04:00
union-source-accessor.cc Expose the nix component in header include paths 2025-04-01 11:40:42 -04:00
unix-domain-socket.cc Expose the nix component in header include paths 2025-04-01 11:40:42 -04:00
url.cc Expose the nix component in header include paths 2025-04-01 11:40:42 -04:00
users.cc Expose the nix component in header include paths 2025-04-01 11:40:42 -04:00
util.cc Rename shellEscape -> escapeShellArgAlways 2025-04-23 22:56:07 +02:00
xml-writer.cc Expose the nix component in header include paths 2025-04-01 11:40:42 -04:00