Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-09-22 | Add ‘deepSeq’ primop | Eelco Dolstra | 4 | -0/+14 | |
Note that unlike ‘lib.deepSeq’ in Nixpkgs, this handles cycles. | |||||
2014-09-22 | Make forceValueDeep work on values with cycles | Eelco Dolstra | 1 | -9/+20 | |
2014-09-22 | Rename strictForceValue -> forceValueDeep | Eelco Dolstra | 3 | -5/+5 | |
2014-09-22 | Handle cycles when printing a value | Eelco Dolstra | 1 | -5/+23 | |
So this no longer crashes with a stack overflow: nix-instantiate -E --eval 'let as = { x = as; }; in as' Instead it prints: { x = { x = <CYCLE>; }; } | |||||
2014-09-22 | Add ‘seq’ primop | Eelco Dolstra | 4 | -0/+15 | |
2014-09-22 | Add a function ‘valueSize’ | Eelco Dolstra | 4 | -2/+99 | |
It returns the size of value, including all other values and environments reachable from it. It is intended for debugging memory consumption issues. | |||||
2014-09-22 | configure: Force regeneration of Makefile.config | Eelco Dolstra | 1 | -0/+2 | |
2014-09-19 | attrNames: Don't allocate duplicates of the symbols | Eelco Dolstra | 1 | -6/+4 | |
2014-09-19 | Fix off-by-one | Eelco Dolstra | 1 | -1/+1 | |
2014-09-19 | Inline Bindings::find() | Eelco Dolstra | 2 | -10/+8 | |
2014-09-19 | Store Attrs inside Bindings | Eelco Dolstra | 9 | -60/+101 | |
This prevents a double allocation per attribute set. | |||||
2014-09-19 | Remove bogus comment | Eelco Dolstra | 1 | -1/+0 | |
2014-09-18 | Remove debug statement | Eelco Dolstra | 1 | -1/+0 | |
2014-09-18 | Store.so: Add dependency on libnixutil | Eelco Dolstra | 1 | -1/+1 | |
Issue #346. | |||||
2014-09-18 | Update spec file | Eelco Dolstra | 4 | -3/+4 | |
http://hydra.nixos.org/build/14344391 | |||||
2014-09-18 | Install some pkgconfig files | Eelco Dolstra | 7 | -0/+35 | |
2014-09-17 | Remove unused w3m dependency | Eelco Dolstra | 3 | -3/+1 | |
2014-09-17 | On Linux, disable address space randomization | Eelco Dolstra | 2 | -10/+9 | |
2014-09-17 | Add Make flag to disable optimization | Eelco Dolstra | 2 | -3/+10 | |
2014-09-17 | Add some instrumentation for debugging GC leaks | Eelco Dolstra | 4 | -0/+59 | |
2014-09-17 | Settings: Add bool get() | Eelco Dolstra | 4 | -3/+13 | |
2014-09-17 | Derive Emacs nix-mode from prog-mode. | Robert Helgesson | 1 | -1/+1 | |
Emacs 24.1 introduced the notion of "basic major modes" and among these is prog-mode, see section "23.2.5 Basic Major Modes" in the Emacs manual. The prog-mode basic major mode is recommended as a base for derived major modes that are intended for editing source code. | |||||
2014-09-16 | Remove unhelpful suggestion | Eelco Dolstra | 1 | -6/+1 | |
2014-09-16 | Delete bugs.xml | Eelco Dolstra | 2 | -40/+0 | |
2014-09-16 | Make troubleshooting an appendix | Eelco Dolstra | 3 | -14/+12 | |
2014-09-16 | Style tweak | Eelco Dolstra | 2 | -1/+7 | |
2014-09-16 | Fix parallel make of manpages | Eelco Dolstra | 1 | -2/+4 | |
2014-09-16 | Fix references to version.txt | Eelco Dolstra | 15 | -16/+16 | |
2014-09-16 | Drop separate release notes | Eelco Dolstra | 2 | -30/+0 | |
2014-09-16 | Undocument NIX_OTHER_STORES | Eelco Dolstra | 3 | -49/+2 | |
2014-09-16 | Tweak some chapter titles | Eelco Dolstra | 2 | -2/+2 | |
2014-09-16 | Drop "service deployment" bla bla | Eelco Dolstra | 1 | -29/+1 | |
2014-09-16 | Drop reference to FreeBSD | Eelco Dolstra | 1 | -3/+3 | |
2014-09-16 | Remove pointless "license" section | Eelco Dolstra | 2 | -25/+0 | |
2014-09-16 | Release notes: Use a section per version | Eelco Dolstra | 29 | -58/+60 | |
2014-09-16 | Nicer file names for the release notes | Eelco Dolstra | 29 | -29/+27 | |
2014-09-16 | Manual build fixes | Eelco Dolstra | 4 | -15/+15 | |
2014-09-16 | Merge branch 'master' of github.com:thatdocslady/nix | Eelco Dolstra | 107 | -5751/+6191 | |
Conflicts: doc/manual/release-notes.xml doc/manual/writing-nix-expressions.xml | |||||
2014-09-16 | Add some hyperlinks between NIXPATH and -I | Eelco Dolstra | 3 | -25/+27 | |
2014-09-05 | build-remote.pl: UTF-8-decode errors | Eelco Dolstra | 1 | -1/+2 | |
2014-09-05 | Tweak | Eelco Dolstra | 1 | -2/+2 | |
2014-09-05 | tests/remote-builds.nix: Time out faster | Eelco Dolstra | 1 | -2/+3 | |
2014-09-05 | Fix build-remote.pl | Eelco Dolstra | 1 | -1/+4 | |
Apparently, turning on utf8 encoding on stderr changes its flushing behaviour, causing sendReply to not send anything. http://hydra.nixos.org/build/13944384 | |||||
2014-09-04 | Fix dependency ordering | Eelco Dolstra | 1 | -4/+2 | |
2014-09-02 | Fix boost::too_many_args error | Eelco Dolstra | 1 | -1/+1 | |
Fixes #333. | |||||
2014-09-01 | Add an 'optimiseStore' remote procedure call. | Ludovic Courtès | 8 | -20/+42 | |
2014-08-29 | Shut up "Wide character" warnings in Perl scripts | Eelco Dolstra | 10 | -0/+25 | |
2014-08-28 | Add disallowedReferences / disallowedRequisites | Eelco Dolstra | 5 | -28/+64 | |
For the "stdenv accidentally referring to bootstrap-tools", it seems easier to specify the path that we don't want to depend on, e.g. disallowedRequisites = [ bootstrapTools ]; | |||||
2014-08-28 | allowedRequisites: Drop stdenv mention | Eelco Dolstra | 2 | -8/+3 | |
I don't think it's a good idea to use allowedRequisites for stdenv, so don't mention it here. | |||||
2014-08-28 | Fix manual build | Eelco Dolstra | 1 | -1/+2 | |