Commit graph

  • 3b41830a96
    docs/external-api: write main page Yorick van Pelt 2023-08-07 17:54:31 +0200
  • e642bbc2a7
    C API: move to src/lib*/c/ Yorick van Pelt 2023-08-07 17:16:58 +0200
  • df9401eb4e
    nix_api_store: add nix_init_plugins Yorick van Pelt 2023-08-07 15:54:46 +0200
  • dc0f7d8f96
    initPlugins: run nix_plugin_entry() on dlopen'd plugins Yorick van Pelt 2023-08-07 15:41:21 +0200
  • 713f10aeaa
    nix_api_value: Add nix_register_primop to add builtins Yorick van Pelt 2023-08-07 15:33:07 +0200
  • e891aac2e4
    nix_api_value: add nix_get_attr_name_byidx get attr names without forcing Yorick van Pelt 2023-08-07 15:10:04 +0200
  • 9cccb8bae0
    nix_api_expr: always force values before giving them to the user Yorick van Pelt 2023-08-07 15:09:50 +0200
  • c48b9b8a83
    nix_api_util: tests Yorick van Pelt 2023-08-04 17:44:56 +0200
  • f0afe7f9b9
    nix_api_util: throw nix::error instead of new nix::Error for null ctx's Yorick van Pelt 2023-08-04 17:44:34 +0200
  • e74d6c1b3d
    nix_api_expr: document nix_value_force Yorick van Pelt 2023-08-03 15:45:39 +0200
  • e58a9384c6
    nix_api_expr, nix_api_util: slightly improve documentation Yorick van Pelt 2023-07-31 09:02:28 +0200
  • f41a7e326b
    nix_err_code: do not fail Yorick van Pelt 2023-07-30 16:46:20 +0200
  • b0741f7128
    external-api-doc: introduce and improve documentation Yorick van Pelt 2023-07-30 16:36:51 +0200
  • 866558af34
    nix_api_expr: add error handling to incref, decref Yorick van Pelt 2023-07-28 16:21:29 +0200
  • ada2af4f88
    nix_api_expr: add nix_gc_now() Yorick van Pelt 2023-07-28 13:47:54 +0200
  • ded0ef6f6c
    nix_api_expr: switch to refcounting Yorick van Pelt 2023-07-28 10:49:21 +0200
  • bebee700ea
    nix_api_external: own return strings on the nix side Yorick van Pelt 2023-07-28 10:03:08 +0200
  • 022b918db1
    nix_api_expr: remove bindingsbuilder refcounting Yorick van Pelt 2023-07-27 15:58:18 +0200
  • aa85f7d917
    nix_api_expr: merge nix_parse_expr and nix_expr_eval, remove Expr Yorick van Pelt 2023-07-27 15:57:48 +0200
  • 1777e4a5bb
    nix_api_store: add userdata param to nix_store_build Yorick van Pelt 2023-07-27 14:51:23 +0200
  • 1e583c4ebd
    nix_api_value: nix_{get,set}_double -> nix_{get,set}_float Yorick van Pelt 2023-07-27 13:14:40 +0200
  • efcddcdd2f
    nix_api_external: fix missing void* self param Yorick van Pelt 2023-07-27 13:11:25 +0200
  • c3b5b8eb62
    nix_api_expr, store: fix minor documentation issues Yorick van Pelt 2023-07-27 13:10:17 +0200
  • 4a4936136b
    nix_api_value: fix documentation for get_attr_byname Yorick van Pelt 2023-07-27 12:59:09 +0200
  • 748b322ddd
    nix_api_value: fix primop arity Puck Meerburg 2023-07-23 11:32:17 +0000
  • e76652a5d3
    libexpr: add C bindings Yorick van Pelt 2023-07-14 15:53:30 +0200
  • 1d41600498
    libstore: add C bindings Yorick van Pelt 2023-07-14 15:53:01 +0200
  • 4702317506
    libutil: add C bindings Yorick van Pelt 2023-07-14 15:52:12 +0200
  • c39afb28db
    Clarify stringLength is counting bytes Yang, Bo 2024-03-27 16:46:50 -0700
  • c0b6907ccd
    doc/local.mk: Add manual-html-open phony target for auto-opening the browser (#10308) Robert Hensing 2024-03-27 22:28:05 +0100
  • 37f8edce99
    docs: add cacert in macos multi-user upgrade (#10237) vac (Brendan) 2024-03-28 05:26:50 +0800
  • 1b71a4270a
    Merge pull request #10329 from obsidiansystems/mingw-devops Eelco Dolstra 2024-03-27 22:17:11 +0100
  • 52359ca00a move test to correct file Tharun T 2024-03-28 02:20:33 +0530
  • c0dd111af1 Fix flake evaluation in chroot stores Eelco Dolstra 2024-03-27 20:47:51 +0100
  • 77205b2042 Allow for ergnomically putting Unix-only files in subdirs by creating INLCUDE_$(pkg) vars John Ericson 2023-09-02 17:10:28 -0400
  • 4a61827d2d Hack to make sure the DLL linking job works with the check output John Ericson 2023-11-14 17:18:58 -0500
  • ae2b2849c9 Disable GC on windows John Ericson 2024-01-12 20:21:33 -0500
  • 7205a6bbc9
    enable persistent WAL mode for sqlite db annalee 2024-03-23 06:41:33 +0000
  • d4fa0a84a5 refact: TraceKind -> TracePrint Robert Hensing 2024-03-27 16:27:06 +0100
  • bed541b04e error.cc: Make printTrace static Robert Hensing 2024-03-24 00:16:16 +0100
  • 981c309057 Remove trace item: while calling the 'addErrorContext' builtin Robert Hensing 2024-03-24 00:04:30 +0100
  • bebacc475c Always print addErrorContext traces Robert Hensing 2024-03-23 23:56:05 +0100
  • 189e40214e
    Merge pull request #10339 from edolstra/gha-vm-tests Robert Hensing 2024-03-27 16:13:41 +0100
  • 9f7b2b93ce
    fixup! add flakes.sh test for shebang supported types of comments Cyclic4179 2024-03-27 15:03:54 +0100
  • 6227cd06bd
    add flakes.sh test for shebang supported types of comments Cyclic4179 2024-03-27 14:55:02 +0100
  • 6f3972498b Run some VM tests on GitHub Eelco Dolstra 2024-03-27 12:59:41 +0100
  • a2c3333b97
    fix #10336 Cyclic4179 2024-03-27 07:47:36 +0100
  • 6c10cc0eda
    Merge pull request #10312 from hercules-ci/add-build-dir Théophane Hufschmitt 2024-03-26 13:51:50 +0100
  • 0bf01917ef
    Merge pull request #10325 from K900/ooformatting Théophane Hufschmitt 2024-03-26 11:45:32 +0100
  • 1394d4e9c5
    Merge pull request #10306 from hercules-ci/baseNameOf Théophane Hufschmitt 2024-03-26 09:59:27 +0100
  • 2d4edb945b build-remote: fix format string shenanigans K900 2024-03-26 10:55:15 +0300
  • 8b16cced18 Add build-dir setting Robert Hensing 2024-03-24 15:07:00 +0100
  • b1fe388d33 Remove uncalled for message Robert Hensing 2024-03-24 15:08:29 +0100
  • 6221770c9d tests/functional: Add count() Robert Hensing 2024-03-24 15:04:06 +0100
  • c82623a6cc Remove value clearing since it no longer has an effect Eelco Dolstra 2024-03-25 18:35:36 +0100
  • 8c0590fa32 Never update values after setting the type Eelco Dolstra 2024-03-25 18:20:18 +0100
  • 06eac000db fix search test Max 2024-03-25 18:46:03 +0100
  • ee50c7d033 adjust test output for eval-fail-function-apply-dollar Max 2024-03-25 18:33:38 +0100
  • 290072ca1e
    Merge pull request #10321 from Ericson2314/libstore-codeowner Théophane Hufschmitt 2024-03-25 18:27:20 +0100
  • 478c800896 Merge remote-tracking branch 'privatevoid/master' Max 2024-03-25 18:23:04 +0100
  • 00ca8e9bd8 fix derivation names Max 2024-03-25 18:08:37 +0100
  • 2b1349ac18 fix build Max 2024-03-25 18:07:26 +0100
  • fd78c9b000 Merge remote-tracking branch 'nixos/master' Max 2024-03-25 17:43:50 +0100
  • bead1a1cde Add @Ericson2314 as libstore codeowner John Ericson 2024-03-25 11:26:13 -0400
  • 6d90287f5a
    Merge pull request #10303 from hercules-ci/fix-empty-TMPDIR Eelco Dolstra 2024-03-25 12:49:10 +0100
  • 45001c332d
    Remove accidental duplicate Théophane Hufschmitt 2024-03-25 10:48:22 +0100
  • f78161bb8e
    Adress feedback from the PR Théophane Hufschmitt 2024-03-25 10:47:19 +0100
  • 53c15336b0 derivation output selection test Tharun T 2024-03-25 07:43:31 +0530
  • 641b0bd746
    Merge pull request #10310 from obsidiansystems/fix-simple-git-hashing-test Robert Hensing 2024-03-24 17:31:49 +0100
  • 513ba1977c
    Merge pull request #10307 from hercules-ci/doc-language-nix-dev John Ericson 2024-03-24 09:17:32 -0400
  • 2a44b11f55 Fix git-hashing/simple.sh John Ericson 2024-03-23 22:01:30 -0400
  • f891673460
    Merge pull request #10293 from NixOS/fix-missing-format-arg Robert Hensing 2024-03-24 02:28:05 +0100
  • fbf493758c doc/language: Link to nix.dev introduction Robert Hensing 2024-03-24 02:08:28 +0100
  • 9884018dfa baseNameOf(): Remove all trailing slashes Robert Hensing 2024-03-24 01:38:22 +0100
  • 754a15e2db builtins.baseNameOf: Fork Robert Hensing 2024-03-24 01:37:58 +0100
  • 175afc7106 Test and document builtins.baseNameOf Robert Hensing 2024-03-24 01:26:12 +0100
  • 3b7f2bf997 git/dumpTree: Assert name not empty before back() Robert Hensing 2024-03-24 00:54:44 +0100
  • 850c9a6caf HttpBinaryCacheStore: Remove *all* trailing slashes Robert Hensing 2024-03-24 00:46:15 +0100
  • dd26f41379 local-derivation-goal.cc: Remove *all* trailing slashes Robert Hensing 2024-03-24 00:45:57 +0100
  • fd31945742 local-derivation-goal.cc: Reuse defaultTempDir() Robert Hensing 2024-03-24 00:45:15 +0100
  • b9e7f5aa2d fix: Treat empty XDG_RUNTIME_DIR as unset Robert Hensing 2024-03-24 00:34:21 +0100
  • c3fb2aa1f9 fix: Treat empty TMPDIR as unset Robert Hensing 2024-03-22 22:41:50 +0100
  • 50885b81c9 fix: correct remove-repl-flake.md detroyejr 2024-03-23 06:31:49 -0400
  • 38ba96d7b0
    Merge pull request #10296 from picnoir/pic/doc-lsp Théophane Hufschmitt 2024-03-23 08:46:13 +0100
  • b11dd58fe4 flakes: test to ensure we get an error if --file isn't used detroyejr 2024-03-22 21:56:19 -0400
  • c625b45357 flakes: add remove-repl-flake.md note detroyejr 2024-03-22 21:39:48 -0400
  • 717391731c flakes: remove experimental repl-flake detroyejr 2024-03-22 19:30:03 -0400
  • cc29d85d06 Doc: explicitly specify which shell to use to get clangd Picnoir 2024-03-22 22:31:41 +0100
  • 4ec2a7d3bf
    Merge pull request #10292 from dottharun/docBuildOutput Théophane Hufschmitt 2024-03-22 21:45:20 +0100
  • bfd36402ac EvalCache: Fix missing format string argument Eelco Dolstra 2024-03-22 18:11:24 +0100
  • 4e2f11b692 doc build output correction Tharun T 2024-03-22 18:34:55 +0530
  • c13a31f639 Update the release cycle Théophane Hufschmitt 2024-03-22 11:40:29 +0100
  • a223280664
    Merge pull request #10286 from hercules-ci/various Robert Hensing 2024-03-22 11:19:58 +0100
  • 57d9d0d6e4
    Merge pull request #10269 from andreabedini/make-compile-commands Théophane Hufschmitt 2024-03-21 17:22:35 +0100
  • d0824f661e Document the new compile_commands.json target Théophane Hufschmitt 2024-03-21 16:54:28 +0100
  • f666eda94d
    Merge pull request #10274 from tweag/warn-on-untrusted-setting Théophane Hufschmitt 2024-03-21 16:40:24 +0100
  • 039b3fbdfe
    Merge pull request #10271 from jonringer/document-flake-multiple-outputs Théophane Hufschmitt 2024-03-21 15:58:32 +0100
  • 83fc988bec Create compile-commands.json with Make Andrea Bedini 2024-03-18 23:57:15 +0800
  • 1fcdd1640e functionArgs: Allocate bools only once Robert Hensing 2024-03-20 23:11:54 +0100
  • 8c6e0df45f value.hh: Fix warning about {struct/class} Value Robert Hensing 2024-03-20 23:07:00 +0100