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