| Commit message (Expand) | Author | Age |
* | derivations: Add a 'cut?' parameter to 'derivation-prerequisites'. | Ludovic Courtès | 2015-03-25 |
* | tests: Factorize the network reachability test. | Ludovic Courtès | 2015-02-24 |
* | gexp: Implement 'imported-modules' & co. using 'gexp->derivation'. | Ludovic Courtès | 2015-02-13 |
* | tests: Further factorize substitute mocks. | Ludovic Courtès | 2015-02-02 |
* | derivations: Add 'substitution-oracle' and use it. | Ludovic Courtès | 2015-01-10 |
* | derivations: Add 'derivation-output-names'. | Ludovic Courtès | 2015-01-09 |
* | derivations: Add 'derivation-name'. | Ludovic Courtès | 2014-11-02 |
* | derivations: Fix 'derivation-prerequisites-to-build' when #:local-build?. | Ludovic Courtès | 2014-10-29 |
* | tests: Move some of the narinfo test tools to (guix tests). | Ludovic Courtès | 2014-10-29 |
* | derivations: Add 'offloadable-derivation?' and 'substitutable-derivation?'. | Ludovic Courtès | 2014-10-29 |
* | derivations: Introduce 'graft' record type. | Ludovic Courtès | 2014-10-17 |
* | derivations: Add 'graft-derivation'. | Ludovic Courtès | 2014-10-08 |
* | daemon: Really enable automatic deduplication by default. | Ludovic Courtès | 2014-08-31 |
* | Factorize test suite support in (guix tests). | Ludovic Courtès | 2014-08-23 |
* | derivations: Add #:allowed-references 'derivation' parameter. | Ludovic Courtès | 2014-06-01 |
* | derivations: Fix 'fixed-output-derivation?'. | Ludovic Courtès | 2014-04-13 |
* | tests: Make sure substitutes are usable when we need them. | Ludovic Courtès | 2014-03-22 |
* | store: Add #:timeout build option. | Ludovic Courtès | 2014-03-09 |
* | derivations: Add support for recursive fixed-output derivations. | Ludovic Courtès | 2014-02-21 |
* | derivations: Use more keyword parameters for 'build-expression->derivation'. | Ludovic Courtès | 2013-12-04 |
* | derivations: Allow 'map-derivations' to replace sources. | Ludovic Courtès | 2013-11-13 |
* | derivations: Add 'map-derivation'. | Ludovic Courtès | 2013-11-13 |
* | tests: Fix max-silent-time test. | Ludovic Courtès | 2013-11-04 |
* | tests: Add the builder as an input to raw derivations. | Ludovic Courtès | 2013-11-04 |
* | derivations: 'derivation-path->output-path' honors the 'output' parameter. | Ludovic Courtès | 2013-10-30 |
* | derivations: 'derivation' and related procedures return a single value. | Ludovic Courtès | 2013-09-18 |
* | derivations: Keep the .drv file name in <derivation> objects. | Ludovic Courtès | 2013-09-17 |
* | derivations: Rename #:dependency-graphs to #:references-graphs. | Ludovic Courtès | 2013-08-28 |
* | derivations: Add #:dependency-graphs to `build-expression->derivation'. | Ludovic Courtès | 2013-08-26 |
* | derivations: Add #:dependency-graphs `derivation' parameter. | Ludovic Courtès | 2013-08-26 |
* | derivations: Move 3 positional parameters into keyword parameters. | Ludovic Courtès | 2013-08-26 |
* | Move `sha256' to (guix hash). | Ludovic Courtès | 2013-07-01 |
* | Add `--max-silent-time' to `guix build' and `guix package'. | Ludovic Courtès | 2013-05-20 |
* | scripts: Report what will be substituted. | Ludovic Courtès | 2013-04-17 |
* | tests: Fix thinko in `derivation' test. | Ludovic Courtès | 2013-02-04 |
* | Augment `.dir-locals.el'. | Ludovic Courtès | 2013-02-01 |
* | store: Remove the `fixed?' parameter from `add-to-store'. | Ludovic Courtès | 2013-01-30 |
* | distro: Rename (distro) to (gnu packages). | Ludovic Courtès | 2013-01-18 |
* | distro: Change the module name space to (gnu ...). | Ludovic Courtès | 2013-01-18 |
* | Merge branch 'core-updates' | Ludovic Courtès | 2013-01-11 |
|\ |
|
| * | Merge branch 'master' into core-updates | Ludovic Courtès | 2013-01-06 |
| |\ |
|
| * | | tests: Adjust to not rely on /bin/sh. | Ludovic Courtès | 2013-01-02 |
* | | | derivations: Fix `derivation-prerequisites-to-build' when outputs are there. | Ludovic Courtès | 2013-01-09 |
| |/
|/| |
|
* | | Update license headers. | Ludovic Courtès | 2013-01-06 |
* | | derivations: Add `derivation-path->output-paths'. | Ludovic Courtès | 2013-01-05 |
|/ |
|
* | tests: Skip network-dependent tests when the network is unreachable. | Ludovic Courtès | 2012-12-13 |
* | build: Update skip count in `tests/derivations.scm'. | Ludovic Courtès | 2012-12-06 |
* | derivations: Fix erroneous call to `add-to-store' for local files as input. | Ludovic Courtès | 2012-12-04 |
* | tests: Remove extraneous test. | Ludovic Courtès | 2012-11-13 |
* | Move base32 code to (guix base32). | Ludovic Courtès | 2012-11-11 |