aboutsummaryrefslogtreecommitdiff
path: root/guix/grafts.scm
Commit message (Expand)AuthorAge
* grafts: Use the right locale package.Ludovic Courtès2023-12-03
* grafts: Fix corner case involving multiple-output derivations.Ludovic Courtès2023-10-28
* grafts: Run with a UTF-8 locale.Ludovic Courtès2022-11-11
* grafts: Rewrite using gexps.Ludovic Courtès2022-10-22
* grafts: Move '%graft?' and related bindings to (guix store).Ludovic Courtès2022-10-22
* Merge branch 'master' into core-updatesMarius Bakke2021-06-19
|\
| * grafts: Cache the derivation/graft mapping for the whole session.Ludovic Courtès2021-06-08
| * grafts: Use SRFI-71 instead of SRFI-11.Ludovic Courtès2021-06-08
| * grafts: Record cache lookups for profiling.Ludovic Courtès2021-06-08
* | grafts: Add 'without-grafting'.Ludovic Courtès2021-03-30
|/
* grafts: Inline 'grafting?' and 'set-grafting'.Ludovic Courtès2021-02-23
* grafts: Improve performance for derivations with many inputs.Ludovic Courtès2020-06-06
* grafts: Simplify access to store item references.Ludovic Courtès2020-04-02
* grafts: Don't rely on substitute info for missing store items.Ludovic Courtès2020-03-29
* grafts: 'references-oracle' now takes a derivation input.Ludovic Courtès2019-07-02
* grafts: Avoid 'query-valid-derivers' RPC.Ludovic Courtès2019-06-19
* store: Rename '&nix-error' to '&store-error'.Ludovic Courtès2019-01-21
* grafts: Mark as non substitutable.Ludovic Courtès2018-12-04
* grafts: Record metadata as derivation properties.Ludovic Courtès2018-11-28
* store: Add a functional object cache and use it in 'lower-object'.Ludovic Courtès2018-11-12
* grafts: Add (guix build debug-link) and use it.Ludovic Courtès2018-08-24
* grafts: Add high-level 'graft' procedure on the build side.Ludovic Courtès2018-08-24
* derivations: Introduce 'read-derivation-from-file'.Ludovic Courtès2017-06-12
* grafts: Do not pull derivation outputs not depended on.Ludovic Courtès2017-01-25
* grafts: Shallow grafting can be performed on a subset of the outputs.Ludovic Courtès2017-01-24
* grafts: Preserve the cache across recursive calls.Ludovic Courtès2017-01-16
* grafts: Actually cache grafts during the derivation DAG traversal.Ludovic Courtès2017-01-16
* grafts: Move caching to a new 'with-cache' macro.Ludovic Courtès2017-01-04
* grafts: Apply the right grafts in the presence of multiple outputs.Ludovic Courtès2016-10-17
* grafts: Remove unused variables and confusing monad use.Ludovic Courtès2016-10-15
* grafts: 'graft-derivation' does now introduce grafts that shadow other grafts.Ludovic Courtès2016-10-14
* grafts: Create only one grafted variant of each derivation.Ludovic Courtès2016-05-25
* grafts: Update the narinfo cache before building a derivation.Ludovic Courtès2016-03-14
* grafts: Memoize intermediate results in 'cumulative-grafts'.Ludovic Courtès2016-03-05
* grafts: Use dependency information from substitutes when possible.Ludovic Courtès2016-03-05
* grafts: Graft recursively.Ludovic Courtès2016-03-01
* grafts: Consider all the outputs in the graft mapping.Ludovic Courtès2016-02-27
* grafts: Slight simplification.Ludovic Courtès2016-02-27
* grafts: Add record type printer.Ludovic Courtès2016-02-26
* grafts: 'name' parameter of 'graft-derivation' is now optional.Ludovic Courtès2016-02-22
* derivations: Move grafts to (guix grafts).Ludovic Courtès2016-02-22