summaryrefslogtreecommitdiff
path: root/guix/build
AgeCommit message (Expand)Author
2017-03-28download: Properly parse ftp:// URLs that lack user info.Ludovic Courtès
2017-03-26union: Add create-all-directories? parameter to 'union-build'.Huang Ying
2017-03-21download: Handle username and password properties for FTP URIs.Roel Janssen
2017-03-18http-client: Avoid name clash with 'open-connection-for-uri' in 2.2.0.Ludovic Courtès
2017-03-18build: Require Guile >= 2.0.9.Ludovic Courtès
2017-03-17build/cargo-build-system: Make cargo-build-system install working packages.Danny Milosavljevic
2017-03-15syscalls: Adjust 'clone' to Guile 2.2.Ludovic Courtès
2017-03-13download: Export '%x509-certificate-directory'.Ludovic Courtès
2017-03-12syscalls: Adjust 'define-bits' to macro literal semantics of 2.2.Ludovic Courtès
2017-02-27Merge branch 'master' into python-testsMarius Bakke
2017-02-14build: dub-build-system: Don't use "dub run" at all.Danny Milosavljevic
2017-02-13Merge branch 'master' into python-testsMarius Bakke
2017-02-10gnu: Add dub-build-system.Danny Milosavljevic
2017-02-02build: r-build-system: Use deterministic built date.Ricardo Wurmus
2017-01-26bournish: Extend 'rm' command.Ricardo Wurmus
2017-01-24syscalls: Export 'read-utmpx'.Ludovic Courtès
2017-01-19syscalls: Add utmpx procedures and data structure.Ludovic Courtès
2017-01-19syscalls: Extract 'bytes->string'.Ludovic Courtès
2017-01-13Merge branch 'master' into python-testsLeo Famulari
2017-01-04gnu: Add ocaml-build-system.Julien Lepiller
2017-01-03guix: build: make-bootstrap: Copy libpthread_nonshared.a to the new system.Manolis Ragkousis
2017-01-01syscalls: 'terminal-columns' swallows ENOSYS.Ludovic Courtès
2017-01-01build-system: cargo: Handle Cargo.lock file not present.David Craven
2017-01-01build-system: cargo: Make Cargo.toml writeable.David Craven
2016-12-16download: Protect against dangling symlinks in $SSL_CERT_DIR.Ludovic Courtès
2016-12-14build-system: Add cargo build system.David Craven
2016-12-13build-system/python: Make sure 'check' returns failures.Marius Bakke
2016-12-09Merge remote-tracking branch 'origin/master' into stagingLudovic Courtès
2016-12-07gnu: make-bootstrap: Produce the correct %glibc-bootstrap-tarball for Hurd sy...Manolis Ragkousis
2016-11-30Merge branch 'master' into stagingMarius Bakke
2016-11-29Merge branch 'master' into python-build-systemHartmut Goebel
2016-11-28pull: Set '%nix-instantiate' to a sensible value.Ludovic Courtès
2016-11-25Merge branch 'master' into python-build-systemLeo Famulari
2016-11-23Merge branch 'master' into stagingLeo Famulari
2016-11-21syscalls: Add 'add-network-route/gateway' and 'delete-network-route'.Ludovic Courtès
2016-11-21syscalls: Add 'c-struct-field-offset'.Ludovic Courtès
2016-11-17syscalls: 'configure-network-interface' has a #:netmask parameter.Ludovic Courtès
2016-11-16syscalls: Add bindings for SIOCGIFNETMASK and SIOCSIFNETMASK.Ludovic Courtès
2016-11-16syscalls: Use 'define-c-struct' for 'struct ifconf'.Ludovic Courtès
2016-11-16syscalls: C struct writer correctly handles pointer fields.Ludovic Courtès
2016-11-15guxi: cmake-build-system: Enable output for failing test-cases.Hartmut Goebel
2016-11-15guix: python-build-system: Add background about Python installation methods.Hartmut Goebel
2016-11-15guix: python-build-system: Delete .egg-info file created in phase check.Hartmut Goebel
2016-11-15guix: python-build-system: Add helpers for getting and setting PYTHONPATH.Hartmut Goebel
2016-11-15guix: python-build-system: Add option "#:use-setuptools?" (default true).Hartmut Goebel
2016-11-15guix: python-build-system: Import setuptools before calling `setup.py'.Marius Bakke
2016-11-15guix: build all Python packages with --single-version-externally-managed.Hartmut Goebel
2016-11-15guix: python-build-system: Fix an outdated comment.Hartmut Goebel
2016-11-13Merge branch 'core-updates'Ludovic Courtès
2016-11-07download: Verify TLS certificates unless asked not to.Ludovic Courtès