summaryrefslogtreecommitdiff
path: root/guix
Commit message (Expand)AuthorAge
* build-system/python: Add #:test-target parameter.Ludovic Courtès2013-11-20
* packages: 'package-field-location' returns a relative file name.Ludovic Courtès2013-11-18
* guix build: '-e' can be passed a monadic thunk.Ludovic Courtès2013-11-18
* substitute-binary: Adjust timeout handling for Guile > 2.0.9.Ludovic Courtès2013-11-14
* derivations: Allow 'map-derivations' to replace sources.Ludovic Courtès2013-11-13
* packages: Suitably cope with indirect store paths as package sources.Ludovic Courtès2013-11-13
* store: Make 'direct-store-path?' public.Ludovic Courtès2013-11-13
* derivations: Add 'map-derivation'.Ludovic Courtès2013-11-13
* utils: Add 'string-replace-substring'.Ludovic Courtès2013-11-13
* guix build: Add '--log-file'.Ludovic Courtès2013-11-12
* store: Add 'log-file' procedure.Ludovic Courtès2013-11-12
* substitute-binary: Increase lookup concurrency to reduce latency.Ludovic Courtès2013-11-08
* packages: Add a 'snippet' field to <origin>.Ludovic Courtès2013-11-07
* ui: Make '--version' output GCS-compliant.Ludovic Courtès2013-11-03
* guix package: Show the output name of what's being removed.Ludovic Courtès2013-11-01
* guix package: Fix indentation of "will be removed" messages.Ludovic Courtès2013-11-01
* guix package: Allow removal of a specific package output.Ludovic Courtès2013-11-01
* guix package: Separate '--remove' option processing.Ludovic Courtès2013-11-01
* ui: Factorize package specification parsing.Ludovic Courtès2013-11-01
* Add (guix profiles).Ludovic Courtès2013-11-01
* union: Do not warn when identical files collide.Ludovic Courtès2013-10-31
* guix package: Factorize generation file name computation.Ludovic Courtès2013-10-30
* guix package: Specify inputs for each manifest entry.Ludovic Courtès2013-10-30
* union: Make the log port a parameter.Ludovic Courtès2013-10-30
* derivations: 'derivation-path->output-path' honors the 'output' parameter.Ludovic Courtès2013-10-30
* guix package: Always use the term "profile", not "user environment".Ludovic Courtès2013-10-30
* guix package: Introduce <manifest> and <manifest-entry> types.Ludovic Courtès2013-10-30
* guix package: Better separate option processing.Ludovic Courtès2013-10-30
* guix package: Declutter the entry point.Ludovic Courtès2013-10-29
* build-system/{cmake,perl}: Don't use (guix build gnu-build-system).Ludovic Courtès2013-10-29
* records: define-record-type*: Field bindings are bound with 'let*'.Ludovic Courtès2013-10-15
* guix package: '--search' matches against package names.Ludovic Courtès2013-10-15
* pull: Compile modules correctly regardless of the compilation order.Ludovic Courtès2013-10-13
* guix: Make cmake build system aware of usual paths.Andreas Enge2013-10-13
* pull: Simplify the builder.Ludovic Courtès2013-10-13
* build-system/perl: Lazily resolve (gnu packages perl).Ludovic Courtès2013-10-12
* pull: Add '--url' option.Ludovic Courtès2013-10-12
* download: Support 'file://' URLs.Ludovic Courtès2013-10-12
* guix: Add missing call to 'bindtextdomain'.Ludovic Courtès2013-10-12
* gnu-maintenance: Adjust URL of package description file.Ludovic Courtès2013-10-11
* snix: Prefer descriptions from the Womb rather than from Nixpkgs.Ludovic Courtès2013-10-09
* gnu-maintenance: Get descriptions from 'gnumaint/pkgdescr.txt'.Ludovic Courtès2013-10-09
* packages: Add 'patches' and related fields to <origin>.Ludovic Courtès2013-10-09
* download: Add Debian mirrors.Ludovic Courtès2013-10-05
* monads: Allow resolution of a monad's bind/return at expansion time.Ludovic Courtès2013-10-03
* Add (guix monads).Ludovic Courtès2013-10-03
* Merge branch 'core-updates'Ludovic Courtès2013-09-27
|\
| * Merge branch 'master' into core-updatesLudovic Courtès2013-09-26
| |\
| * \ Merge branch 'master' into core-updatesLudovic Courtès2013-09-23
| |\ \
| * | | utils: 'find-files' returns a sorted list.Ludovic Courtès2013-09-15