lix/src/libexpr
Julian Stecklina 40c023ecfe fetchGit: don't use std::filesystem to filter git repos
Using std::filesystem means also having to link with -lstdc++fs on
some platforms and it's hard to discover for what platforms this is
needed. As all the functionality is already implemented as utilities,
use those instead.
2020-03-30 00:32:42 +02:00
..
primops fetchGit: don't use std::filesystem to filter git repos 2020-03-30 00:32:42 +02:00
attr-path.cc nix edit: Support non-derivation attributes 2020-03-24 14:06:47 +01:00
attr-path.hh nix edit: Support non-derivation attributes 2020-03-24 14:06:47 +01:00
attr-set.cc EvalState::allocAttr(): Add convenience method 2020-03-24 13:26:37 +01:00
attr-set.hh Bindings::get(): std::optional<Attr *> -> Attr * 2020-02-13 17:15:05 +01:00
common-eval-args.cc
common-eval-args.hh
eval-inline.hh
eval.cc Tweak error message 2020-01-13 21:52:03 +01:00
eval.hh Misc changes from the flakes branch 2020-03-24 14:34:47 +01:00
function-trace.cc Fix coverage build 2020-03-24 14:06:47 +01:00
function-trace.hh Hide FunctionCallTrace constructor/destructor 2020-01-05 16:21:34 +01:00
get-drvs.cc nix-store -r: Handle symlinks to store paths 2019-12-16 19:11:47 +01:00
get-drvs.hh
imported-drv-to-derivation.nix Move some corepkgs into the nix binary 2020-03-11 16:57:48 +01:00
json-to-value.cc Fix build 2020-01-13 21:34:54 +01:00
json-to-value.hh
lexer.l
local.mk fetchGit: don't use std::filesystem to filter git repos 2020-03-30 00:32:42 +02:00
names.cc Make the Store API more type-safe 2019-12-10 22:06:05 +01:00
names.hh Make the Store API more type-safe 2019-12-10 22:06:05 +01:00
nix-expr.pc.in
nixexpr.cc
nixexpr.hh
parser.y parseExprFromString(): Use std::string_view 2020-03-11 16:56:29 +01:00
primops.cc Move some corepkgs into the nix binary 2020-03-11 16:57:48 +01:00
primops.hh
symbol-table.hh Make the Store API more type-safe 2019-12-10 22:06:05 +01:00
value-to-json.cc
value-to-json.hh
value-to-xml.cc
value-to-xml.hh
value.hh Remove builtins.valueSize 2019-11-28 13:52:42 +01:00