1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-11 21:16:02 +01:00
nix/src/libexpr
Sergei Zimmerman a80a5c4dba
libexpr: Use recursive lambda instead of std::function
There's no reason to use a std::function for recursive lambdas
since there are polymorphic lambdas.
2025-08-12 14:55:29 +03:00
..
include/nix/expr Merge pull request #13490 from Mic92/clang-tidy-simple-warnings 2025-08-11 18:21:46 +02:00
pch libexpr: Speed up builds by using precompiled headers 2025-07-20 22:01:56 +03:00
primops libexpr: Use recursive lambda instead of std::function 2025-08-12 14:55:29 +03:00
value Apply clang-format universally. 2025-07-18 12:47:27 -04:00
.version Meson build for libexpr and libflake 2024-07-02 09:23:24 -04:00
attr-path.cc Apply clang-format universally. 2025-07-18 12:47:27 -04:00
attr-set.cc Apply clang-format universally. 2025-07-18 12:47:27 -04:00
eval-cache.cc Apply clang-format universally. 2025-07-18 12:47:27 -04:00
eval-error.cc Apply clang-format universally. 2025-07-18 12:47:27 -04:00
eval-gc.cc Revert "Merge pull request #13709 from NixOS/boehm-coroutines-sp" 2025-08-11 19:18:04 +02:00
eval-profiler-settings.cc libutil: Include necessary headers in config-impl.hh 2025-08-11 20:44:27 +03:00
eval-profiler.cc Apply clang-format universally. 2025-07-18 12:47:27 -04:00
eval-settings.cc Apply clang-format universally. 2025-07-18 12:47:27 -04:00
eval.cc Fix documentation link 2025-07-25 10:18:11 +02:00
fetchurl.nix Format .nix files 2025-01-24 17:04:02 +01:00
function-trace.cc Apply clang-format universally. 2025-07-18 12:47:27 -04:00
get-drvs.cc Apply clang-format universally. 2025-07-18 12:47:27 -04:00
imported-drv-to-derivation.nix Format .nix files 2025-01-24 17:04:02 +01:00
json-to-value.cc Apply clang-format universally. 2025-07-18 12:47:27 -04:00
lexer-helpers.cc Make lexer-helpers.hh internal to fix a clang-tidy error 2025-04-07 18:21:08 +02:00
lexer-helpers.hh Apply clang-format universally. 2025-07-18 12:47:27 -04:00
lexer.l libexpr: Improve lexer performance by using full scanner tables (-Cf) 2025-05-01 23:10:04 +00:00
meson.build Move setting GC_THREADS into eval-gc.hh 2025-08-07 11:44:20 +02:00
meson.options meson: Apply formatting universally 2025-08-07 02:58:29 +03:00
nix-meson-build-support rename: build-utils-meson -> nix-meson-build-support 2024-12-09 16:54:42 +01:00
nixexpr.cc Apply clang-format universally. 2025-07-18 12:47:27 -04:00
package.nix Expose the nix component in header include paths 2025-04-01 11:40:42 -04:00
parser.y Add warn-short-path-literals setting 2025-07-29 15:47:58 +02:00
paths.cc Apply clang-format universally. 2025-07-18 12:47:27 -04:00
primops.cc Store StructuredAttrs directly in Derivation 2025-07-29 17:28:16 -04:00
print-ambiguous.cc Apply clang-format universally. 2025-07-18 12:47:27 -04:00
print.cc Apply clang-format universally. 2025-07-18 12:47:27 -04:00
search-path.cc Apply clang-format universally. 2025-07-18 12:47:27 -04:00
value-to-json.cc Apply clang-format universally. 2025-07-18 12:47:27 -04:00
value-to-xml.cc Apply clang-format universally. 2025-07-18 12:47:27 -04:00