about summary refs log tree commit diff
path: root/local.mk (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-12-22 release.nix: Use fetchTarball and fetchGitEelco Dolstra1-2/+1
In particular, using fetchGit means we don't need hackery to clean the source tree when building from an unclean tree.
2017-12-04 Simplify build by including nlohmann/json.hppEelco Dolstra1-1/+1
2017-08-21 Allow builders to create activitiesEelco Dolstra1-1/+1
Actually, currently they can only create download activities. Thus, downloads by builtins.fetchurl show up in the progress bar.
2017-04-14 Shut up some warningsEelco Dolstra1-2/+1
2017-02-07 Add nix-perl package for the perl bindingsShea Levy1-1/+1
2017-02-07 Remove build-remote.pl.inEelco Dolstra1-1/+1
2015-10-15 Don't depend on git when generating source tarballJohn Ericson1-1/+2
2015-09-18 Shut up clang warningsEelco Dolstra1-1/+2
2015-06-09 Install serve-protocol.hhEelco Dolstra1-1/+2
2014-08-20 Install config.h only onceEelco Dolstra1-1/+1
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