summaryrefslogtreecommitdiff
path: root/guix/build
AgeCommit message (Expand)Author
2013-07-09Merge branch 'core-updates'Ludovic Courtès
2013-07-03build-system/gnu: Write debug files to the "debug" sub-derivation, if any....Ludovic Courtès
2013-07-03utils: Re-export `alist-cons' and `alist-delete'....Ludovic Courtès
2013-06-22utils: `set-path-environment-variable' calls `unsetenv' for empty values....Ludovic Courtès
2013-06-22build-system/gnu: Set #:tests? to #f when cross-compiling....Ludovic Courtès
2013-06-22download: Don't fail when abbreviating `file://' URIs....Ludovic Courtès
2013-06-21build-system/gnu: Save `environment-variables' after each phase....Ludovic Courtès
2013-06-21build-system/gnu: Unify with (guix build-system gnu-cross-build)....Ludovic Courtès
2013-06-20substitute-binary: Report progress while downloading....Ludovic Courtès
2013-05-28python-build-system: add a check phase....Cyril Roelandt
2013-05-24build-system/gnu: Implement cross build....Ludovic Courtès
2013-05-10download: Fix premature socket close on TLS connections....Ludovic Courtès
2013-05-08Add 'python-build-system'....Nikita Karetnikov
2013-05-08Add (guix build rpath)....Ludovic Courtès
2013-04-30utils: Adjust 'wrap-program'....Nikita Karetnikov
2013-04-28build-system/gnu: Fix default name for the "doc" output directory....Ludovic Courtès
2013-03-30packages: Add `native-search-paths' field and honor it....Ludovic Courtès
2013-03-30build-system/gnu: Remove #:path-exclusions parameter....Ludovic Courtès
2013-03-29Merge branch 'master' into core-updates...Ludovic Courtès
2013-03-28Add (guix build-system cmake)....Cyril Roelandt
2013-03-07utils: Add 'wrap-program'....Nikita Karetnikov
2013-03-07Revert "utils: Add 'wrap-program'."...Ludovic Courtès
2013-03-06utils: Add 'wrap-program'....Nikita Karetnikov
2013-03-05utils: Add a #:follow-symlinks? parameter to `copy-recursively'....Ludovic Courtès
2013-03-05utils: Add `delete-file-recursively'....Ludovic Courtès
2013-03-04Merge branch 'master' into core-updates...Ludovic Courtès
2013-03-04guix: build: Add "share/pkgconfig" to PKG_CONFIG_PATH, as used by xorg....Andreas Enge
2013-03-04Add (guix build-system perl)....Ludovic Courtès
2013-02-27download: Adjust to `http-get*' deprecation....Ludovic Courtès
2013-02-23Patch-shebang: Do not add space after interpreter without argument....Andreas Enge
2013-02-23Patch-shebang: Handle "#!/usr/bin/env command"...Andreas Enge
2013-02-20download: Adjust to `http-get*' deprecation....Ludovic Courtès
2013-02-06union: Don't warn when colliding leaves point to the same file....Ludovic Courtès
2013-02-06union: Delete duplicates when passed the same input several times....Ludovic Courtès
2013-01-25download: Follow HTTP redirection upon 301 "moved permanently"....Ludovic Courtès
2013-01-20download: Add HTTPS support....Ludovic Courtès
2013-01-11Merge branch 'core-updates'...Ludovic Courtès
2013-01-11download: Abbreviate URLs when displaying the progress report....Ludovic Courtès
2013-01-10build-system/gnu: Improve support for "lib" outputs; support "doc" outputs....Ludovic Courtès
2013-01-09union: Detect collisions, and delete duplicate leaves....Ludovic Courtès
2013-01-06download: Report the progress of HTTP downloads....Ludovic Courtès
2013-01-06download: Report the progress of FTP downloads....Ludovic Courtès
2013-01-06Merge branch 'master' into core-updates...Ludovic Courtès
2013-01-05Update license headers of builder-side code....Ludovic Courtès
2013-01-05utils: Add `which'....Ludovic Courtès
2013-01-01utils: Use binary I/O primitives for `remove-store-references'....Ludovic Courtès
2013-01-01build-system/gnu: Add support for the "bin" output....Ludovic Courtès
2012-12-31utils: Restore the mtime/atime of patched files....Ludovic Courtès
2012-12-21build-system/gnu: Patch shebangs in all the source; patch SHELL in makefiles....Ludovic Courtès
2012-12-20build-system/gnu: Patch shebangs after `configure'....Ludovic Courtès