summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2014-10-16guix lint: add the --checkers option.Cyril Roelandt
2014-10-13utils: Micro-optimize 'bytevector->base16-string'.Ludovic Courtès
2014-10-13derivations: Micro-optimize 'imported-modules'.Ludovic Courtès
2014-10-13derivations: Memoize 'derivation-path->base16-hash'.Ludovic Courtès
2014-10-12derivations: Add #:guile parameter to 'graft-derivation'.Ludovic Courtès
2014-10-12guix package: Add '--switch-generation' option.Alex Kost
2014-10-12profiles: Add 'relative-generation'.Alex Kost
2014-10-12profiles: Add condition types for profiles and generations.Alex Kost
2014-10-10scripts: Add 'environment' command.David Thompson
2014-10-10ui: Move 'show-manifest-transaction' from (guix profiles).Alex Kost
2014-10-09ui: Make sure we use the right domain for &message translation.Ludovic Courtès
2014-10-09Break module cycle involving (guix store) and (guix ui).Ludovic Courtès
2014-10-09substitute-binary: Ignore $GUIX_BINARY_SUBSTITUTE_URL.Ludovic Courtès
2014-10-09daemon: Add '--substitute-urls' option.Ludovic Courtès
2014-10-08monads: Add 'mbegin'.Ludovic Courtès
2014-10-08packages: Gracefully print packages whose 'location' is #f.Ludovic Courtès
2014-10-08gnu: Add the 'glib-or-gtk' build system.Federico Beffa
2014-10-08derivations: Add 'graft-derivation'.Ludovic Courtès
2014-10-08guix lint: make sure synopses do not start with the package name.Cyril Roelandt
2014-10-08guix lint: Make sure a synopsis cannot start with a lower-case article.Cyril Roelandt
2014-10-08guix lint: check whether descriptions and synopses start with an upper-case l...Cyril Roelandt
2014-10-08guix lint: Make sure synopses are not too long.Cyril Roelandt
2014-10-08guix lint: make sure check-patches retrieves patch names.Cyril Roelandt
2014-10-06hydra: Honor 'package-supported-systems'.Ludovic Courtès
2014-10-05build-system/trivial: Preserve the cross-compilation target in bags.Ludovic Courtès
2014-10-05build-system: Bags record their system and target.Ludovic Courtès
2014-10-05build-system: Introduce "bags" as an intermediate representation.Ludovic Courtès
2014-10-05build-system: Remove irrelevant special case.Ludovic Courtès
2014-10-05utils: Add 'strip-keyword-arguments'.Ludovic Courtès
2014-10-05guix package: Export generation procedures.Alex Kost
2014-10-04build-system/cmake: Add #:build-type parameter, default to "RelWithDebInfo".Ludovic Courtès
2014-10-03ui: Recognize the same size units as Coreutils.Ludovic Courtès
2014-10-03download: Allow raw file names or file:// URLs.Ludovic Courtès
2014-09-30pull: Add dependency on Guile-JSON.Ludovic Courtès
2014-09-29import: Add PyPI importer.David Thompson
2014-09-28build: Add ruby build system.David Thompson
2014-09-28gnu: Add ruby.Pjotr Prins
2014-09-24gnupg: Correctly parse current 'SIG_ID' lines.Ludovic Courtès
2014-09-24packages: Allow use of origins as patches.Ludovic Courtès
2014-09-24guix build: Add -L/--load-path as a common option.Ludovic Courtès
2014-09-23Use #:prefix instead of #:renamer with 'symbol-prefix-proc'.Mark H Weaver
2014-09-22Merge branch 'core-updates'Ludovic Courtès
2014-09-22syscalls: Adjust /proc/net/dev parser for old kernels.Ludovic Courtès
2014-09-22download: Use the 'SERVER NAME' TLS extension when possible.Ludovic Courtès
2014-09-22guix package: Use 'profile-generations'.Alex Kost
2014-09-22profiles: Add 'profile-generations'.Alex Kost
2014-09-20offload: Use a total order when sorting available machines.Ludovic Courtès
2014-09-20offload: Try another machine when the "best" machine is overloaded.Ludovic Courtès
2014-09-18syscalls: Add 'swapon' and 'swapoff'.Ludovic Courtès
2014-09-18pull: Rewrite using gexps.Ludovic Courtès