aboutsummaryrefslogtreecommitdiff
path: root/guix
Commit message (Expand)AuthorAge
* lint: Report patches that cannot be found.Ludovic Courtès2015-04-10
* lint: Rename 'check-patches' to 'check-patch-file-names'.Ludovic Courtès2015-04-10
* Merge branch 'master' into core-updatesLudovic Courtès2015-04-09
|\
| * http-client: Add workaround for HTTP pipelining on Guile <= 2.0.9.Ludovic Courtès2015-04-08
| * profiles: Generate GHC's package database cache.Federico Beffa2015-04-08
| * build-system/haskell: Update configure flags, 'haddock' and %standard-phases.Federico Beffa2015-04-08
| * import: Add hackage importer.Federico Beffa2015-04-08
| * import: Add hackage importer.Federico Beffa2015-04-08
* | Merge branch 'master' into core-updates宋文武2015-04-08
|\|
| * guix package: Avoid 'exit' calls in 'delete-matching-generations'.Ludovic Courtès2015-04-06
| * guix package: Never remove the current generation and warn about it.Ludovic Courtès2015-04-06
| * guix package: Move generation deletion to its own procedure.Ludovic Courtès2015-04-06
| * scripts: Add 'publish' command.David Thompson2015-04-04
| * store: Add query-path-info operation.David Thompson2015-04-04
| * build-system: Add haskell-build-system.Federico Beffa2015-04-04
| * build-system/glib-or-gtk: Wrap libexec programs.Andy Wingo2015-04-03
| * ui: Recognize 'guix help'.Ludovic Courtès2015-04-03
* | gnu: Emit a warning when a package module cannot be loaded.Ludovic Courtès2015-04-07
* | ui: Add 'report-load-error'.Ludovic Courtès2015-04-07
* | utils: 'find-files' does not follow symlinks by default.Ludovic Courtès2015-04-06
* | build-system/gnu: Add docstring to 'delete-info-dir-file'.Federico Beffa2015-04-06
* | build-system/gnu: Add 'delete-info-dir-file' phase.Federico Beffa2015-04-06
* | gremlin: Ignore non-store file names in RUNPATH and warn about them.Ludovic Courtès2015-04-05
* | build-system/gnu: Add 'validate-runpath' phase.Ludovic Courtès2015-04-01
* | utils: Make the second 'find-files' argument optional.Ludovic Courtès2015-04-01
* | build-system: Factorize the list of modules imported on the build side.Ludovic Courtès2015-04-01
* | gremlin: Guard against invalid ELF segments.Ludovic Courtès2015-04-01
* | gremlin: Add libnsl to libc's library list.Ludovic Courtès2015-04-01
* | utils: 'find-files' takes an arbitrary predicate as its second argument.Ludovic Courtès2015-03-31
* | utils: 'modify-phases' no longer introduces quotes.Ludovic Courtès2015-03-31
* | Merge branch 'master' into core-updatesLudovic Courtès2015-03-31
|\|
| * Add (guix build gremlin).Ludovic Courtès2015-03-31
| * elf: Add missing argument in 'elf-segment'.Ludovic Courtès2015-03-30
| * gexp: Slightly simplify 'lower-inputs'.Ludovic Courtès2015-03-29
| * gexp: Add 'local-file'.Ludovic Courtès2015-03-29
* | Merge branch 'master' into core-updatesLudovic Courtès2015-03-25
|\|
| * substitute: Rename cache directory from "substitute-binary" to "substitute".Ludovic Courtès2015-03-25
| * Rename 'guix substitute-binary' to 'guix substitute'.Ludovic Courtès2015-03-25
| * derivations: 'substitution-oracle' now ignores sub-trees that are valid.Ludovic Courtès2015-03-25
| * derivations: Add a 'cut?' parameter to 'derivation-prerequisites'.Ludovic Courtès2015-03-25
| * derivations: Don't invoke the substituter when an item is already in store.Ludovic Courtès2015-03-24
| * substitute-binary: Remove thread-safe 'regexp-exec' wrapper.Ludovic Courtès2015-03-23
| * substitute-binary: Pipeline HTTP requests instead of using threads.Ludovic Courtès2015-03-23
| * substitute-binary: Allow callers to specify the size of a narinfo.Ludovic Courtès2015-03-23
| * store: Default to a non-empty list of substituters.Ludovic Courtès2015-03-22
| * gexp: Fix handling of nativeness in nested gexps.Ludovic Courtès2015-03-22
| * gexp: Ignore nested gexps in macro expansion.Ludovic Courtès2015-03-22
| * gexp: Allow <gexp-input> objects in #:allowed-references.Ludovic Courtès2015-03-22
| * gexp: Add identity compiler for derivations.Ludovic Courtès2015-03-22
| * guix package: '-s' sorts packages by name, then by version.Ludovic Courtès2015-03-20