lix/src
Andreas Rammhold a9cb1ca32c libstore: use set instead of list for waiter list
This replaces the O(n) search complexity in our insert code with a
lookup of O(log n). It also makes removing waitees easier as we can use
the extract method provided by the set class.
2021-08-08 14:05:38 +02:00
..
build-remote copyPaths: Pass store by reference 2021-07-22 09:59:51 +02:00
cpptoml Revert the enum struct change 2020-06-18 22:11:26 +00:00
libcmd Merge pull request #5042 from alyssais/pthread 2021-07-28 12:31:01 +02:00
libexpr Merge pull request #5042 from alyssais/pthread 2021-07-28 12:31:01 +02:00
libfetchers Enable pthreads for new libraries 2021-07-24 09:15:01 +00:00
libmain Fix --no-gc-warning 2021-07-25 16:06:55 +02:00
libstore libstore: use set instead of list for waiter list 2021-08-08 14:05:38 +02:00
libutil libutil: use uniform initialization in _deletePath 2021-07-24 09:19:48 +00:00
nix nix develop: Support chroot stores 2021-07-27 14:24:03 +02:00
nix-build buildPaths(): Add an evalStore argument 2021-07-22 09:59:51 +02:00
nix-channel Initialize plugins after handling initial command line flags 2021-02-24 08:22:17 -05:00
nix-collect-garbage Initialize plugins after handling initial command line flags 2021-02-24 08:22:17 -05:00
nix-copy-closure copyPaths: Pass store by reference 2021-07-22 09:59:51 +02:00
nix-env Rename Buildable 2021-04-05 09:52:25 -04:00
nix-instantiate nix-instantiate: Fix --eval-store 2021-07-27 11:16:47 +02:00
nix-store Rename Buildable 2021-04-05 09:52:25 -04:00
nlohmann nlohmann_json: Update to 3.9.1, fix use of internal copy 2021-07-15 12:25:53 +02:00
resolve-system-dependencies Apply OS checks to host platform, not build 2021-06-23 15:00:36 +00:00