summaryrefslogtreecommitdiff
path: root/guix/build
AgeCommit message (Expand)Author
2015-10-17syscalls: Fix ABI mismatch for 'clone'.Ludovic Courtès
2015-10-07Merge branch 'master' into core-updatesMark H Weaver
2015-10-04Use "normalized codesets" everywhere.Ludovic Courtès
2015-10-03utils: Add 'every*'.Ludovic Courtès
2015-10-01download: Check whether HORIZONTAL ELLIPSIS can be encoded.Ludovic Courtès
2015-09-24Merge branch 'master' into core-updatesLudovic Courtès
2015-09-24download: Don't abbreviate things that are not store items.Ludovic Courtès
2015-09-23download: Fix some minor progress-logging regressions.Steve Sprang
2015-09-23emacs-build-system: Fix 'package-name-version->elpa-name-version'.Mark H Weaver
2015-09-22Merge branch 'master' into core-updatesMark H Weaver
2015-09-17download: Only show hours in the elapsed time if necessary.Steve Sprang
2015-09-16substitute: Improve readability of download progress report.Steve Sprang
2015-09-14download: Avoid type errors when formatting download progress output.Steve Sprang
2015-09-14build: ruby: Add support for tarball and directory sources.David Thompson
2015-09-13Merge branch 'master' into core-updatesLudovic Courtès
2015-09-11build-system/glib-or-gtk: Don't generate 'icon-theme.cache'.宋文武
2015-09-08build: Improve information density and appearance of download progress output.Steve Sprang
2015-09-07build: container: Use the same clone flags as fork(3).David Thompson
2015-09-07build: ruby: Avoid long build directory names.David Thompson
2015-09-06utils: find-files: Add DIRECTORIES? and FAIL-ON-ERROR? arguments.Mark H Weaver
2015-09-06emacs-build-system: Fix a file name of info directory.Alex Kost
2015-09-05build: syscalls: Properly handle clone errors.David Thompson
2015-08-31build: Add R build system.Ricardo Wurmus
2015-08-30utils: Move 'package-name->name+version' to (guix build utils).Ludovic Courtès
2015-08-30utils: Add 'strip-store-file-name'.Ludovic Courtès
2015-08-30build-system/gnu: Use monotic time to measure elapsed time.Ludovic Courtès
2015-08-29utils: Add 'install-file'.Ludovic Courtès
2015-08-18build: ruby: Rewrite build system to use gem archives.David Thompson
2015-08-17syscalls: setns: Skip binding if there is no such C function.David Thompson
2015-08-06python-build-system: Fix 'get-python-version'.Mark H Weaver
2015-08-01build: emacs: Fix bug and improvement robustness.Federico Beffa
2015-07-25syscalls: Add 'network-interfaces', which wraps libc's 'getifaddrs'.Ludovic Courtès
2015-07-25syscalls: 'define-c-struct' properly align reads.Ludovic Courtès
2015-07-25syscalls: 'read-socket-address' gracefully handles unsupported families.Ludovic Courtès
2015-07-25syscalls: 'define-c-struct' distinguishes pointers from integers.Ludovic Courtès
2015-07-25syscalls: Rename 'network-interfaces' and 'all-network-interfaces'.Ludovic Courtès
2015-07-19Merge branch 'master' into core-updatesMark H Weaver
2015-07-18build-system/ruby: Add #:gem-flags parameter.pjotrp
2015-07-17syscalls: Struct deserializer can now return arbitrary objects.Ludovic Courtès
2015-07-17download: Remove spurious warning about 'https_proxy'.Ludovic Courtès
2015-07-16python-build-system: Add 'ensure-no-mtimes-pre-1980' phase.Mark H Weaver
2015-07-13build-system/gnu: Pass --build=<triplet> to configure by default.Mark H Weaver
2015-07-08build: Add 'emacs-build-system'.Federico Beffa
2015-07-08build: emacs-utils: Add 'emacs-byte-compile-directory'.Federico Beffa
2015-07-07build: syscalls: Add pivot-root.David Thompson
2015-07-07build: syscalls: Add setns.David Thompson
2015-07-07build: syscalls: Add clone.David Thompson
2015-07-07build: syscalls: Add mkdtemp!David Thompson
2015-07-07build: syscalls: Add unmount flags.David Thompson
2015-07-07build: syscalls: Add additional mount flags.David Thompson