summaryrefslogtreecommitdiff
path: root/guix/build
AgeCommit message (Expand)Author
2012-10-18http/ftp: Tweak to avoid depending on libc's NSS....Ludovic Courtès
2012-10-17utils: Add `find-files'....Ludovic Courtès
2012-10-17utils: Add `copy-recursively'; use it....Ludovic Courtès
2012-10-17utils: Add `mkdir-p'; use it....Ludovic Courtès
2012-10-16utils: Add `fold-port-matches' and `remove-store-references'....Ludovic Courtès
2012-10-16utils: Add `with-atomic-file-replacement'....Ludovic Courtès
2012-10-05Support build-cores = 0; change `guix-build' to default to 0....Ludovic Courtès
2012-09-12Add (guix ftp) and companion modules....Ludovic Courtès
2012-09-06build-system/gnu: Fix `#:path-exclusions' handling....Ludovic Courtès
2012-09-06utils: Make `set-path-environment-variable' verbose....Ludovic Courtès
2012-09-01build-system/gnu: Really apply patches....Ludovic Courtès
2012-09-01utils: Change `substitute*' to allow iteration over several matches....Ludovic Courtès
2012-09-01build-system/gnu: Add `path-exclusions' parameter....Ludovic Courtès
2012-08-31build-system/gnu: Honor the `patch-shebangs?' and `strip-binaries?' parameters....Ludovic Courtès
2012-08-31build-system/gnu: Add a `strip' phase....Ludovic Courtès
2012-08-30build-system/gnu: Always invoke `configure' with a relative path....Ludovic Courtès
2012-08-25utils: Change `substitute*' to accept a list of files to patch....Ludovic Courtès
2012-08-23build-system/gnu: Add `out-of-source?' keyword parameter....Ludovic Courtès
2012-08-19build-system/gnu: Augment $PATH with $out for `patch-shebangs'....Ludovic Courtès
2012-08-19utils: Add a `path' argument to `patch-shebang'....Ludovic Courtès
2012-08-19build-system/gnu: Add a `patch-shebangs' phase....Ludovic Courtès
2012-08-19utils: Add `patch-shebang'....Ludovic Courtès
2012-07-07build-system/gnu: Set $PKG_CONFIG_PATH....Ludovic Courtès
2012-07-07utils: Have `substitute' restore the file's permission bits....Ludovic Courtès
2012-07-07utils: Change `substitute' and `substitute*' to work with several regexps....Ludovic Courtès
2012-07-07build-system/gnu: Support parallel builds and tests....Ludovic Courtès
2012-07-07utils: Introduce `substitute*', for easier sed-like syntax....Ludovic Courtès
2012-07-06utils: Make sure `substitute' writes all its output....Ludovic Courtès
2012-07-06gnu-build-system: Dump the values of environment variables....Ludovic Courtès
2012-07-05build-system/gnu: Add a `patch' phase....Ludovic Courtès
2012-07-05Add builder-side utilities for phases, stream editing, & co....Ludovic Courtès
2012-07-02gnu-build-system: Improve the `configure' and `check' phases....Ludovic Courtès
2012-07-02gnu-build-system: Print the `configure' flags....Ludovic Courtès
2012-07-02gnu-build-system: Fix "libdir" and "includedir" for multiple-output drvs....Ludovic Courtès
2012-06-16gnu-build-system: Structure as a customizable sequence of phases....Ludovic Courtès
2012-06-16Remove leftover debugging expressions....Ludovic Courtès
2012-06-13Add supporting tools for the GNU Build System....Ludovic Courtès
2012-06-12Augment `build-expression->derivation' with #:modules; add `http-fetch'....Ludovic Courtès