lix/src
Carlo Nucera 289b9b8dcf Create a new TeeSink abstraction
This is a bit complex because we want to expose extra functionality the
wrapped class has. Perhaps there is some inheritancy trickery to do this
nicer, but I don't know it, and this is the first thing we tried after a
series of attempts that did build.

This design is kind of like that of Rust's Writer, Reader, or Iter
adapters, which impliment more traits based on what the inner type
implements.
2020-06-17 22:09:32 +00:00
..
build-remote Remove trailing whitespace 2020-06-15 14:12:39 +02:00
cpptoml bump cpptoml to v0.1.1 2019-05-29 17:01:39 +08:00
libexpr Remove StorePath::clone() and related functions 2020-06-16 22:20:18 +02:00
libfetchers StorePath: Rewrite in C++ 2020-06-16 14:28:41 +02:00
libmain Include only the base name of the program in error messages 2020-06-15 19:35:31 +02:00
libstore Eliminate old TeeSink abstraction 2020-06-17 22:07:22 +00:00
libutil Create a new TeeSink abstraction 2020-06-17 22:09:32 +00:00
nix Use ansicolor.hh in nix repl rather than duplicates 2020-06-17 15:13:00 +00:00
nix-build appended ' __attribute__((weak)); ' to 'extern char * * environ ' 2020-06-17 03:25:34 +01:00
nix-channel Merge branch 'master' into errors-phase-2 2020-05-11 14:35:30 -06:00
nix-collect-garbage Remove global -I flags 2020-03-30 15:30:19 +02:00
nix-copy-closure Remove global -I flags 2020-03-30 15:30:19 +02:00
nix-daemon Remove trailing whitespace 2020-06-15 14:12:39 +02:00
nix-env Remove StorePath::clone() and related functions 2020-06-16 22:20:18 +02:00
nix-instantiate remove 'format' from Error constructor calls 2020-04-21 17:07:07 -06:00
nix-prefetch-url Merge remote-tracking branch 'upstream/master' into errors-phase-2 2020-06-11 14:06:35 -06:00
nix-store Remove StorePath::clone() and related functions 2020-06-16 22:20:18 +02:00
resolve-system-dependencies StorePath: Rewrite in C++ 2020-06-16 14:28:41 +02:00