Merge branch 'master' into python-tests
[jackhill/guix/guix.git] / guix / graph.scm
2017-01-13 Leo FamulariMerge branch 'master' into python-tests
2016-12-14 Ricardo Wurmusgraph: Add d3js backend.
2016-12-14 Ricardo Wurmusgraph: Add "list-backend" and "backend" options.
2016-12-14 Ricardo Wurmusgraph: Backend must have name and description.
2016-06-07 Ludovic CourtèsMerge branch 'master' into core-updates
2016-05-23 Ludovic Courtèsgraph: Add 'node-reachable-count'.
2016-05-23 Ludovic Courtèsgraph: Expose 'traverse/depth-first'.
2016-05-23 Ludovic CourtèsMerge branch 'master' into core-updates
2016-05-20 Ludovic Courtèsgraph: Allow store file names for 'derivation' and...
2016-04-06 Ludovic CourtèsMerge branch 'master' into core-updates
2016-04-02 Ludovic Courtèsgraph: Edges are colored based on their source node.
2015-12-12 Ludovic CourtèsMerge branch 'master' into core-updates
2015-11-21 Ludovic Courtèsgraph: Add procedures to query a node's edges.
2015-11-21 Ludovic CourtèsAdd (guix graph).