about summary refs log tree commit diff
path: root/local.mk (follow)
AgeCommit message (Collapse)AuthorFilesLines
2014-07-30 make clean: Remove Makefile.configEelco Dolstra1-0/+2
2014-07-23 Pass -pthread only for programs that need itEelco Dolstra1-1/+0
2014-07-23 nix-daemon: Use a thread instead of SIGPOLL to catch client disconnectsEelco Dolstra1-0/+1
The thread calls poll() to wait until a HUP (or other error event) happens on the client connection. If so, it sends SIGINT to the main thread, which is then cleaned up normally. This is much nicer than messing around with SIGPOLL.
2014-05-14 Remove redundant codeEelco Dolstra1-1/+1
2014-03-05 Install missing Boost headersEelco Dolstra1-0/+2
http://hydra.nixos.org/build/9328376
2014-02-07 Install header filesEelco Dolstra1-0/+2
2014-02-04 Add nix.spec to the distributionEelco Dolstra1-1/+1
2014-02-01 Only run "git ls-files" when doing "make check"Eelco Dolstra1-1/+3
2014-02-01 More "make dist" fixesEelco Dolstra1-1/+3
2014-02-01 Fix "make dist"Eelco Dolstra1-0/+3