summaryrefslogtreecommitdiff
path: root/guix/build
AgeCommit message (Expand)Author
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-updatesLudovic 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-updatesLudovic 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-updatesLudovic 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
2012-12-20build-system/gnu: Report the execution time of each phase.Ludovic Courtès
2012-12-20utils: Add a `progress' parameter to `dump-port'.Ludovic Courtès
2012-12-19build-system/gnu: Change the order of `patch-source-shebangs' and `patch'.Ludovic Courtès
2012-12-17download: Correctly detect "No route to host" conditions.Ludovic Courtès
2012-12-15build-system/gnu: Patch shebangs in executable source files.Ludovic Courtès
2012-12-15build-system/gnu: Make the error port line-buffered.Ludovic Courtès
2012-12-15utils: Make the buffer size of `dump-port' a parameter.Ludovic Courtès
2012-12-15Merge branch 'master' into core-updatesLudovic Courtès
2012-12-14download: Work around (web client) bug <http://bugs.gnu.org/13095>.Ludovic Courtès