summaryrefslogtreecommitdiff
path: root/guix/build
AgeCommit message (Expand)Author
2017-12-31Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner
2017-12-31build: dub-build-system: Make builds reproducible.Danny Milosavljevic
2017-12-19guix: cmake-build-system: Install libraries to /lib.Efraim Flashner
2017-12-19Merge branch 'master' into core-updatesMarius Bakke
2017-12-15guix: ant-build-system: Do not compress jars.Ricardo Wurmus
2017-12-10utils: Fix cond-expand for Guile 2.0.Eric Bavier
2017-12-07Merge branch 'master' into core-updatesMarius Bakke
2017-12-06syscalls: Define 'input-flags' for 'tcgetattr' and friends.Ludovic Courtès
2017-12-05Merge branch 'master' into core-updatesMarius Bakke
2017-11-30build-system: Add scons-build-system.Arun Isaac
2017-11-21union: Parametrize the symlink procedure .Ludovic Courtès
2017-11-20compile: Put an upper bound on the number of workers.Ludovic Courtès
2017-11-20Add semicolon in commands that set GUIX_PROFILE.Ludovic Courtès
2017-11-19Merge branch 'master' into core-updatesMarius Bakke
2017-11-18build-system: texlive: Only make a union of directories.Ricardo Wurmus
2017-11-17build-system/go: Don't let Go executables refer to the Go compiler.Leo Famulari
2017-11-16download: Improve efficiency of 'write-request' over TLS.Ludovic Courtès
2017-11-14download: Pass the timeout to 'ftp-retr'.Ludovic Courtès
2017-11-14grafts: Clarify the status of the workaround for <http://bugs.gnu.org/24659>.Leo Famulari
2017-11-11download: Work around more bogus HTTP handling in Guile 2.2 <= 2.2.2.Ludovic Courtès
2017-11-10download: Work around bogus HTTP handling in Guile 2.2 <= 2.2.2.Ludovic Courtès
2017-11-08build-system/gnu: Add 'install-license-files' phase.Ludovic Courtès
2017-11-07compile: Fix VPATH builds.Ludovic Courtès
2017-11-01Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner
2017-10-26build-system/go: Fix installation path of executable files.Leo Famulari
2017-10-24Merge branch 'master' into core-updatesMarius Bakke
2017-10-24build-system/go: Parameterize installing the source code.Leo Famulari
2017-10-24build-system/go: Strip the Go binaries with the native tool.Leo Famulari
2017-10-23pull: Hide compilation warnings.Ludovic Courtès
2017-10-23pull: Add (guix build compile) to the mix.Ludovic Courtès
2017-10-22discovery: Move 'file-name->module-name' to (guix modules).Ludovic Courtès
2017-10-22build: Factorize module compilation in (guix build compile).Ludovic Courtès
2017-10-22Merge branch 'master' into core-updatesMarius Bakke
2017-10-19download: Download a nar when a VCS checkout fails.Ludovic Courtès
2017-10-19Add (guix progress).Ludovic Courtès
2017-10-19download: Make 'http-fetch' public.Ludovic Courtès
2017-10-19download: Remove old-Guile leftovers.Ludovic Courtès
2017-10-16Merge 'master' into core-updatesThomas Danckaert
2017-10-15emacs-build-system: Change how patch-el-files substitutes commands.Christopher Baines
2017-10-15emacs-build-system: Handle missing programs when patching.Christopher Baines
2017-10-12build: Add the Go build system.Leo Famulari
2017-10-10Merge branch 'master' into core-updatesMarius Bakke
2017-10-09syscalls: clone: Define syscall-id for aarch64.Eric Bavier
2017-10-07pull: Honor 'parallel-job-count'.Ludovic Courtès
2017-10-03guix: ant-build-system: Add #:test-include and #:test-exclude arguments.Julien Lepiller
2017-10-03guix: ant-build-system: Add main-class support.Julien Lepiller
2017-10-01Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner
2017-09-20download: Don't report the progress too fast.宋文武
2017-09-16build-system: Add 'meson-build-system'.Peter Mikkelsen
2017-09-05Handle the same HTTP redirects everywhere.Tobias Geerinckx-Rice