summaryrefslogtreecommitdiff
path: root/guix/grafts.scm
AgeCommit message (Expand)Author
2018-12-04grafts: Mark as non substitutable....Ludovic Courtès
2018-11-28grafts: Record metadata as derivation properties....Ludovic Courtès
2018-11-12store: Add a functional object cache and use it in 'lower-object'....Ludovic Courtès
2018-08-24grafts: Add (guix build debug-link) and use it....Ludovic Courtès
2018-08-24grafts: Add high-level 'graft' procedure on the build side....Ludovic Courtès
2017-06-12derivations: Introduce 'read-derivation-from-file'....Ludovic Courtès
2017-01-25grafts: Do not pull derivation outputs not depended on....Ludovic Courtès
2017-01-24grafts: Shallow grafting can be performed on a subset of the outputs....Ludovic Courtès
2017-01-16grafts: Preserve the cache across recursive calls....Ludovic Courtès
2017-01-16grafts: Actually cache grafts during the derivation DAG traversal....Ludovic Courtès
2017-01-04grafts: Move caching to a new 'with-cache' macro....Ludovic Courtès
2016-10-17grafts: Apply the right grafts in the presence of multiple outputs....Ludovic Courtès
2016-10-15grafts: Remove unused variables and confusing monad use....Ludovic Courtès
2016-10-14grafts: 'graft-derivation' does now introduce grafts that shadow other grafts....Ludovic Courtès
2016-05-25grafts: Create only one grafted variant of each derivation....Ludovic Courtès
2016-03-14grafts: Update the narinfo cache before building a derivation....Ludovic Courtès
2016-03-05grafts: Memoize intermediate results in 'cumulative-grafts'....Ludovic Courtès
2016-03-05grafts: Use dependency information from substitutes when possible....Ludovic Courtès
2016-03-01grafts: Graft recursively....Ludovic Courtès
2016-02-27grafts: Consider all the outputs in the graft mapping....Ludovic Courtès
2016-02-27grafts: Slight simplification....Ludovic Courtès
2016-02-26grafts: Add record type printer....Ludovic Courtès
2016-02-22grafts: 'name' parameter of 'graft-derivation' is now optional....Ludovic Courtès
2016-02-22derivations: Move grafts to (guix grafts)....Ludovic Courtès