summaryrefslogtreecommitdiff
path: root/guix/build
AgeCommit message (Expand)Author
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
2015-07-07build: ruby: Run 'rake gem' when gemspec is missing....pjotrp
2015-06-11build-system/haskell: install config for any package that creates it....Eric Bavier
2015-05-27profiles: Export 'ensure-writable-directory' and use it....Ludovic Courtès
2015-05-22services: swap: Use 'restart-on-EINTR'....Ludovic Courtès
2015-05-22syscalls: Add 'restart-on-EINTR'....Ludovic Courtès
2015-05-18profiles: Gracefully deal with packages containing an etc/ symlink....Ludovic Courtès
2015-05-17syscalls: Add 'set-network-interface-up'....Ludovic Courtès
2015-05-08profiles: Ensure the profile's etc/ directory is writable....Ludovic Courtès
2015-05-06profiles: Generate an 'etc/profile' file....Ludovic Courtès
2015-05-06profiles: Move build code to (guix build profiles)....Ludovic Courtès
2015-05-06download: Work around Guile small-receive-buffer bug....Ludovic Courtès
2015-05-06download: Reinstate buffering on connection sockets....Ludovic Courtès
2015-05-01Merge branch 'master' into core-updatesLudovic Courtès
2015-05-01download: Simplify 'open-connection-for-uri' to support HTTP proxies....Ludovic Courtès
2015-04-23build-system/gnu: #:validate-runpath? now defaults to #t....Ludovic Courtès
2015-04-23build-system/gnu: Gracefully handle dangling symlinks....Ludovic Courtès
2015-04-23gremlin: Add support for the expansion of $ORIGIN in RUNPATH....Ludovic Courtès
2015-04-16build-system/haskell: Adjust to new 'modify-phases' syntax....Ludovic Courtès
2015-04-09Merge branch 'master' into core-updatesLudovic Courtès
2015-04-08build-system/haskell: Update configure flags, 'haddock' and %standard-phases....Federico Beffa