summaryrefslogtreecommitdiff
path: root/guix/build
Commit message (Expand)AuthorAge
* syscalls: Use #:return-errno? when it is available.Ludovic Courtès2016-09-06
* file-systems: Always use (guix build syscalls).Ludovic Courtès2016-09-05
* guix: ant-build-system: Fix pattern for collecting jar files.Hartmut Goebel2016-09-03
* build: Add wrap-qt-program.David Craven2016-08-30
* guix: ruby-build-system: Add replace-git-ls-files.Ben Woodcroft2016-08-30
* guix: ruby-build-system: Build compiled gems reproducibly.Ben Woodcroft2016-08-30
* grafts: Make grafting faster.Mark H Weaver2016-08-09
* download: Pass the raw file name to content-addressed mirrors.Ludovic Courtès2016-07-31
* Merge branch 'master' into core-updatesLeo Famulari2016-07-22
|\
| * pull: Install (guix config) module to override the user's one.Ludovic Courtès2016-07-20
| * download: Prepare to support the 'guix publish' /file URLs.Ludovic Courtès2016-07-20
* | Merge branch 'master' into core-updatesLudovic Courtès2016-07-20
|\|
| * guix: Support authentication when fetching from SVN.Ricardo Wurmus2016-07-03
| * download: Use basic authentication when userinfo is present in URI.David Thompson2016-06-29
| * bournish: Add 'wc' command.Efraim Flashner2016-06-23
| * build: emacs: Search for elisp in "share/emacs/site-lisp".Alex Kost2016-06-22
* | Merge branch 'master' into core-updatesLudovic Courtès2016-06-27
* | Merge branch 'master' into core-updatesLudovic Courtès2016-06-17
|\|
| * guix: Add downloader for Mercurial repositories.Ricardo Wurmus2016-06-15
| * syscalls: Use 'syscall->procedure' everywhere.Ludovic Courtès2016-06-13
| * utils: 'with-atomic-file-output' calls 'fdatasync'.Ludovic Courtès2016-06-13
* | Merge branch 'master' into core-updatesLudovic Courtès2016-06-07
|\|
| * bournish: Allow compilation of multiple expressions.Ludovic Courtès2016-06-06
| * bournish: Handle EOF in the reader.Ludovic Courtès2016-06-06
| * build: emacs: Handle sources that are a single elisp file.David Thompson2016-05-30
| * download: Default to a 10s connection establishment timeout.Ludovic Courtès2016-05-27
| * download: Use URI objects for content-addressed mirrors.Ludovic Courtès2016-05-27
| * guix: ruby-build-system: Extract gemspec during 'extract-gemspec'.Ben Woodcroft2016-05-25
| * graft: Fail when one of the threads raises an exception.Ludovic Courtès2016-05-24
| * union: Compare inode numbers in 'file=?'.Ludovic Courtès2016-05-23
* | Merge branch 'master' into core-updatesLudovic Courtès2016-05-23
|\|
| * grafts: Rename files whose name matches a graft.Ludovic Courtès2016-05-21
| * grafts: Preserve empty directories when grafting.Ludovic Courtès2016-05-21
| * ant-build-system: Add unpack phase.Ricardo Wurmus2016-05-20
| * build: Accept dates with space-padded hour field.Ricardo Wurmus2016-05-16
| * download: Support content-addressed mirrors.Ludovic Courtès2016-05-14
* | Merge branch 'master' into core-updatesLeo Famulari2016-05-13
|\|
| * syscalls: Use 'define-c-struct' for 'fcntl-flock'.Ludovic Courtès2016-05-06
| * utils: Move 'fcntl-flock' to (guix build syscalls).Ludovic Courtès2016-05-06
| * syscalls: Wrap TCSA* constants in 'tcsetattr-action' macro.Ludovic Courtès2016-05-03
* | Merge branch 'master' into core-updatesMathieu Lirzin2016-05-02
|\|
| * syscalls: Add 'tcgetattr' and 'tcsetattr' bindings.Ludovic Courtès2016-05-02
| * syscalls: Implement arrays in 'define-c-struct' and use it.Ludovic Courtès2016-05-02
| * syscalls: 'statfs' explicitly binds 'statfs64'.Ludovic Courtès2016-04-30
| * syscalls: statfs: Add missing 'mount-flags' field of 'struct statfs'.Ludovic Courtès2016-04-30
| * syscalls: 'terminal-columns' catches EINVAL on the TIOCGWINSZ ioctl.Ludovic Courtès2016-04-25
| * syscalls: Add 'statfs'.Ludovic Courtès2016-04-25
| * syscalls: 'define-c-struct' computes the struct size.Ludovic Courtès2016-04-25
| * syscalls: Second argument of packed-struct read is now optional.Ludovic Courtès2016-04-25
| * syscalls: Move code around [NFC].Ludovic Courtès2016-04-25