Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-12-22 | release.nix: Use fetchTarball and fetchGit | Eelco Dolstra | 1 | -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.hpp | Eelco Dolstra | 1 | -1/+1 | |
2017-08-21 | Allow builders to create activities | Eelco Dolstra | 1 | -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 warnings | Eelco Dolstra | 1 | -2/+1 | |
2017-02-07 | Add nix-perl package for the perl bindings | Shea Levy | 1 | -1/+1 | |
2017-02-07 | Remove build-remote.pl.in | Eelco Dolstra | 1 | -1/+1 | |
2015-10-15 | Don't depend on git when generating source tarball | John Ericson | 1 | -1/+2 | |
2015-09-18 | Shut up clang warnings | Eelco Dolstra | 1 | -1/+2 | |
2015-06-09 | Install serve-protocol.hh | Eelco Dolstra | 1 | -1/+2 | |
2014-08-20 | Install config.h only once | Eelco Dolstra | 1 | -1/+1 | |
2014-07-30 | make clean: Remove Makefile.config | Eelco Dolstra | 1 | -0/+2 | |
2014-07-23 | Pass -pthread only for programs that need it | Eelco Dolstra | 1 | -1/+0 | |
2014-07-23 | nix-daemon: Use a thread instead of SIGPOLL to catch client disconnects | Eelco Dolstra | 1 | -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 code | Eelco Dolstra | 1 | -1/+1 | |
2014-03-05 | Install missing Boost headers | Eelco Dolstra | 1 | -0/+2 | |
http://hydra.nixos.org/build/9328376 | |||||
2014-02-07 | Install header files | Eelco Dolstra | 1 | -0/+2 | |
2014-02-04 | Add nix.spec to the distribution | Eelco Dolstra | 1 | -1/+1 | |
2014-02-01 | Only run "git ls-files" when doing "make check" | Eelco Dolstra | 1 | -1/+3 | |
2014-02-01 | More "make dist" fixes | Eelco Dolstra | 1 | -1/+3 | |
2014-02-01 | Fix "make dist" | Eelco Dolstra | 1 | -0/+3 | |