guix-devel/guix/build
Mark H Weaver 5a1add373a
grafts: Make grafting faster.
* guix/build/graft.scm (replace-store-references): Reimplement for
faster grafting.  Use binary I/O instead of textual I/O.  Replace
'mapping' argument (an alist) with 'replacement-table' (a vhash).
(rewrite-directory): Adapt to mapping argument change in
'replace-store-references'.  Remove 'with-fluids' that previously set
'%default-port-encoding' to #f, since we now use binary I/O.
(define-inline, hash-length): New macros.
(nix-base32-char?): New variable.
2016-08-09 17:59:26 -04:00
..
ant-build-system.scm ant-build-system: Add unpack phase. 2016-05-20 15:24:32 +02:00
bournish.scm Merge branch 'master' into core-updates 2016-06-27 09:30:01 +02:00
cmake-build-system.scm
cvs.scm cvs: Disable compression. 2016-04-01 00:05:42 +02:00
download.scm download: Pass the raw file name to content-addressed mirrors. 2016-07-31 18:27:14 +02:00
emacs-build-system.scm Merge branch 'master' into core-updates 2016-06-27 09:30:01 +02:00
emacs-utils.scm
git.scm
glib-or-gtk-build-system.scm
gnu-build-system.scm build-system/gnu: Do not patch symlinks. 2016-02-09 11:39:30 +01:00
gnu-dist.scm
graft.scm grafts: Make grafting faster. 2016-08-09 17:59:26 -04:00
gremlin.scm
haskell-build-system.scm build-system/haskell: Fix package.conf parsing. 2016-01-19 18:01:07 -06:00
hg.scm guix: Add downloader for Mercurial repositories. 2016-06-15 17:02:18 +02:00
perl-build-system.scm
profiles.scm
pull.scm pull: Install (guix config) module to override the user's one. 2016-07-20 22:53:02 +02:00
python-build-system.scm
r-build-system.scm
rpath.scm
ruby-build-system.scm guix: ruby-build-system: Extract gemspec during 'extract-gemspec'. 2016-05-25 22:34:29 +10:00
store-copy.scm
svn.scm guix: Support authentication when fetching from SVN. 2016-07-03 18:55:30 +02:00
syscalls.scm syscalls: Use 'syscall->procedure' everywhere. 2016-06-13 18:05:54 +02:00
union.scm union: Compare inode numbers in 'file=?'. 2016-05-23 18:05:46 +02:00
utils.scm
waf-build-system.scm