1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00
nix/src
Tim Engler 383afab9ad Modified MakeBinOp to no longer produce its name using concatenation and "##".
Doing so prevents emacs tags from working, as well as makes the code extremely
confusing for a newbie.

In the prior state, if someone wants to find the definition of "ExprApp" for
example, a grep through the code reveals nothing. Since the definition could be
hiding in numerous ".h" files, it's really difficult to find. This personally
took me several hours to figure out.
2018-03-09 03:16:33 +00:00
..
boost Shut up some warnings 2017-04-14 14:42:20 +02:00
build-remote Merge branch 'plugins' of https://github.com/shlevy/nix 2018-02-13 12:15:27 +01:00
buildenv Fix error message 2018-03-02 14:32:00 +01:00
libexpr Modified MakeBinOp to no longer produce its name using concatenation and "##". 2018-03-09 03:16:33 +00:00
libmain Set backup MANPATH in case man path isn’t set correctly. 2018-02-15 10:20:02 -06:00
libstore Fix #1957 2018-03-07 11:40:50 +01:00
libutil logging: Don't throw from Activity destructor 2018-03-06 10:42:58 -06:00
linenoise linenoise.cpp: allow completions from empty input 2017-12-19 12:52:10 -06:00
nix Merge branch 'improve-search-algorithm' of git://github.com/Ma27/nix 2018-03-02 11:41:08 -05:00
nix-build Add plugins to make Nix more extensible. 2018-02-08 12:44:37 -05:00
nix-channel Add plugins to make Nix more extensible. 2018-02-08 12:44:37 -05:00
nix-collect-garbage Add plugins to make Nix more extensible. 2018-02-08 12:44:37 -05:00
nix-copy-closure Add plugins to make Nix more extensible. 2018-02-08 12:44:37 -05:00
nix-daemon Add plugins to make Nix more extensible. 2018-02-08 12:44:37 -05:00
nix-env Add plugins to make Nix more extensible. 2018-02-08 12:44:37 -05:00
nix-instantiate Add plugins to make Nix more extensible. 2018-02-08 12:44:37 -05:00
nix-prefetch-url Add plugins to make Nix more extensible. 2018-02-08 12:44:37 -05:00
nix-store Merge branch 'write-failure-fixes' of git://github.com/lheckemann/nix 2018-03-02 10:59:59 -05:00
nlohmann nlohmann-json: 2.1.1 -> 3.0.1 2018-01-22 12:19:50 -06:00
resolve-system-dependencies Replace Unicode quotes in user-facing strings by ASCII 2017-07-30 12:32:45 +01:00