summaryrefslogtreecommitdiff
path: root/guix/build
AgeCommit message (Expand)Author
2017-07-12syscalls: Add network-interface-running?Danny Milosavljevic
2017-07-10syscalls: Adjust 'dirent64' struct for GNU/Hurd.Ludovic Courtès
2017-07-09build-system: texlive: Build union in configure phase.Ricardo Wurmus
2017-07-09build-system: texlive: Only build packages in the current directory.Ricardo Wurmus
2017-06-30vm: Estimate the disk size by default.Ludovic Courtès
2017-06-18syscalls: 'opendir*' error message shows the file name.Ludovic Courtès
2017-06-16syscalls: Add 'scandir*'.Ludovic Courtès
2017-06-15build-system: Add 'texlive-build-system'.Ricardo Wurmus
2017-06-08build-system: emacs: Factorize include/exclude default arguments.Maxim Cournoyer
2017-06-02syscalls: Provide 'free-disk-space'.Ludovic Courtès
2017-05-31build: font: Support font collection files.Alex Griffin
2017-05-30download: Work around GnuTLS bug with UTF-8 certificate file names.Ludovic Courtès
2017-05-28syscalls: Add 'thread-name' and 'set-thread-name'.Ludovic Courtès
2017-05-28build-system: Add 'font-build-system'.Arun Isaac
2017-05-25pull: Catch '&missing-dependency-error' raised by 'source-module-closure'.Ludovic Courtès
2017-05-23build-system: emacs: Install only a subset of files.Arun Isaac
2017-05-23build: emacs: Fix `store-file->elisp-source-file'.Arun Isaac
2017-05-18union: Gracefully handle dangling symlinks in the input.Ludovic Courtès
2017-05-16build-system/asdf: Handle tests defined in external systems.Andy Patterson
2017-05-16build-system/asdf: Retain references to source files for binary outputs.Andy Patterson
2017-05-16build-system/asdf: Simplify the use of lisp-eval-program.Andy Patterson
2017-05-16build-system/asdf: Handle unusually-named systems.Andy Patterson
2017-05-16build-system/asdf: Always pre-load the system's definition file.Andy Patterson
2017-05-16build-system/asdf: Pass the system name as an argument to the builder.Andy Patterson
2017-05-16build-system/asdf: Parameterize the lisp type and implementation globally.Andy Patterson
2017-05-16build-system/asdf: Make #:lisp a package argument.Andy Patterson
2017-05-16build-system/asdf: Keep ecl's generated archive files.Andy Patterson
2017-05-16build-system/asdf: Use asdf to determine dependencies.Andy Patterson
2017-05-16build-system/asdf: Make it possible to use "lib" as the build output.Andy Patterson
2017-05-16build-system/asdf: Rename %install-prefix to %source-install-prefix.Andy Patterson
2017-05-13bournish: 'ls' adjusts the column width depending on the entries.Ludovic Courtès
2017-05-13bournish: 'ls' lists directory contents.Ludovic Courtès
2017-05-10guix: Add java-utils.Hartmut Goebel
2017-05-10ant-build-system: Add default "check" target.Ricardo Wurmus
2017-05-10ant-build-system: Allow specifying source directory.Hartmut Goebel
2017-05-09pull: Build package modules without optimizations on Guile 2.2.Ludovic Courtès
2017-05-09pull: Build with the matching Guile major version.Ludovic Courtès
2017-05-02download: Continue handshake upon TLS warning alerts.Ludovic Courtès
2017-04-22cache: Work around 'time-monotonic' bug in Guile 2.2.2.Ludovic Courtès
2017-04-22download: Work around Guile 2.2 bug with 'time-monotonic' objects.Ludovic Courtès
2017-04-14build-system/cargo: Remove store reference.Mathieu Othacehe
2017-04-11syscalls: Add load-linux-module.Mathieu Othacehe
2017-04-11syscalls: Use define-as-needed for network-interface syscalls.Mathieu Othacehe
2017-04-11syscalls: Use define-as-needed for mount and umount.Mathieu Othacehe
2017-04-11syscalls: Add reboot.Mathieu Othacehe
2017-04-07syscalls: Allow mount and umount use from static Guile.Mathieu Othacehe
2017-04-07profiles: Slightly improve the instructions in 'etc/profile'.Ludovic Courtès
2017-03-30Merge branch 'master' into core-updatesMarius Bakke
2017-03-28download: Properly parse ftp:// URLs that lack user info.Ludovic Courtès
2017-03-27Merge branch 'master' into core-updatesLeo Famulari