| Commit message (Expand) | Author | Age |
* | derivations: 'derivation' and related procedures return a single value. | Ludovic Courtès | 2013-09-18 |
* | tests: Clarify filtering of the "debug" output. | Ludovic Courtès | 2013-09-18 |
* | derivations: Keep the .drv file name in <derivation> objects. | Ludovic Courtès | 2013-09-17 |
* | store: The 'references' parameter of 'add-text-to-store' is now optional. | Ludovic Courtès | 2013-09-11 |
* | union: Don't traverse sub-directories only found in one element of the union. | Ludovic Courtès | 2013-09-02 |
* | 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 |
* | packages: Allow file names as package sources. | Ludovic Courtès | 2013-08-24 |
* | utils: Add `guile-version>?', and use it. | Ludovic Courtès | 2013-08-23 |
* | substitute-binary: Try hard to avoid port buffering. | Ludovic Courtès | 2013-08-22 |
* | records: `recutils->alist' recognizes lines starting with a `+'. | Ludovic Courtès | 2013-07-10 |
* | records: `alist->record' supports multiple-field occurrences. | Ludovic Courtès | 2013-07-10 |
* | records: `recutils->alist' recognizes comments. | Ludovic Courtès | 2013-07-10 |
* | records: Add `recutils->alist' for public consumption. | Ludovic Courtès | 2013-07-10 |
* | tests: Fix guix-package.sh in the presence of multiple-output `make'. | Ludovic Courtès | 2013-07-10 |
* | tests: Adjust `package-field-location' test for Guile <= 2.0.6. | Ludovic Courtès | 2013-07-08 |
* | hash: Add `open-sha256-port'. | Ludovic Courtès | 2013-07-02 |
* | Move `sha256' to (guix hash). | Ludovic Courtès | 2013-07-01 |
* | store: Add `requisites'. | Ludovic Courtès | 2013-06-13 |
* | store: Test the `fallback?' store option. | Ludovic Courtès | 2013-05-29 |
* | packages: Raise an error condition a cross builder is needed but unavailable. | Ludovic Courtès | 2013-05-27 |
* | build-system/trivial: Implement the cross-build protocol. | Ludovic Courtès | 2013-05-24 |
* | build: Add `--target' option. | Ludovic Courtès | 2013-05-24 |
* | packages: Implement `package-cross-derivation'. | Ludovic Courtès | 2013-05-24 |
* | Add `--max-silent-time' to `guix build' and `guix package'. | Ludovic Courtès | 2013-05-20 |
* | substitute-binary: Pass `filtered-port' an unbuffered port. | Ludovic Courtès | 2013-05-15 |
* | Move record utilities to (guix records). | Ludovic Courtès | 2013-05-12 |
* | tests: Fix out-of-source builds. | Ludovic Courtès | 2013-05-11 |
* | tests: Add `guix hash' test. | Ludovic Courtès | 2013-05-11 |
* | package: Store the output path of packages installed with `-e'. | Ludovic Courtès | 2013-05-10 |
* | Merge branch 'core-updates' | Ludovic Courtès | 2013-04-30 |
|\ |
|
| * | guix package: Add `--search-paths' & co. | Ludovic Courtès | 2013-04-28 |
| * | utils: Add `string-tokenize*'. | Ludovic Courtès | 2013-04-28 |
| * | Merge branch 'master' into core-updates | Ludovic Courtès | 2013-04-26 |
| |\ |
|
| * | | substitute-binary: Implement `--substitute'. | Ludovic Courtès | 2013-04-12 |
| * | | nar: Add support for symlinks. | Ludovic Courtès | 2013-04-12 |
| * | | nar: Implement restoration from Nar. | Ludovic Courtès | 2013-04-12 |
| * | | Add preliminary binary substituter. | Ludovic Courtès | 2013-04-12 |
| * | | store: Add `store-path-hash-part'. | Ludovic Courtès | 2013-04-12 |
| * | | tests: Adjust `gnu-build' test to search path mechanism. | Ludovic Courtès | 2013-04-11 |
| * | | packages: Add `native-search-paths' field and honor it. | Ludovic Courtès | 2013-03-30 |
* | | | substitute-binary: Support decompression from non-file ports. | Ludovic Courtès | 2013-04-29 |
| |/
|/| |
|
* | | packages: Use `read' and source properties for `package-field-location'. | Ludovic Courtès | 2013-04-25 |
* | | packages: Add `package-field-location'. | Ludovic Courtès | 2013-04-22 |
* | | tests: Use a new synopsis of GNU Hello. | Nikita Karetnikov | 2013-04-18 |
* | | scripts: Report what will be substituted. | Ludovic Courtès | 2013-04-17 |
* | | substitute-binary: Add a local cache. | Ludovic Courtès | 2013-04-15 |
* | | utils: Add `fold2'. | Ludovic Courtès | 2013-04-14 |