summaryrefslogtreecommitdiff
path: root/guix/build
AgeCommit message (Expand)Author
2018-05-31build-system/r: Use invoke....Ricardo Wurmus
2018-05-21Merge branch 'master' into core-updatesMark H Weaver
2018-05-17union: Do not warn about harmless collisions....Ludovic Courtès
2018-05-17Merge branch 'master' into core-updatesMark H Weaver
2018-05-10profiles: Optionally use relative file names for symlink targets....Ludovic Courtès
2018-05-10union: Add 'relative-file-name'....Ludovic Courtès
2018-05-10build-system: android-ndk: Let upstream install header files....Danny Milosavljevic
2018-05-10build-system: android-ndk: Support unit tests....Danny Milosavljevic
2018-05-09build: Add the Android NDK build-system....Danny Milosavljevic
2018-05-06guix: ant-build-system: End "configure" phase with #t....Danny Milosavljevic
2018-05-06guix: ant-build-system: Create INDEX.LIST....Danny Milosavljevic
2018-05-06Merge branch 'master' into core-updatesMarius Bakke
2018-05-03build: emacs-utils: Fail when byte compilation fails....Maxim Cournoyer
2018-05-01compile: Exit when an exception is thrown....Ludovic Courtès
2018-04-25Merge branch 'master' into stagingMarius Bakke
2018-04-21Merge branch 'master' into core-updatesMark H Weaver
2018-04-20build-system: emacs: Add improved check phase....Maxim Cournoyer
2018-04-20build-system: emacs: Replace system* with invoke....Maxim Cournoyer
2018-04-20build-system: emacs: Search all inputs for Emacs Lisp directories....Maxim Cournoyer
2018-04-16Merge branch 'master' into stagingMarius Bakke
2018-04-15build-system/meson: Don't override LDFLAGS if already set....Marius Bakke
2018-04-10Merge branch 'master' into core-updatesMark H Weaver
2018-04-08union: Allow callers to choose the collision resolution policy....Ludovic Courtès
2018-04-02build-system/meson: Don't override LDFLAGS if already set....Marius Bakke
2018-03-31union: Slightly improve messages for file collisions....Ludovic Courtès
2018-03-29ld-wrapper: Allow linking with non-store libraries by default....Ludovic Courtès
2018-03-29gremlin: Fix typo in export list....Ludovic Courtès
2018-03-20Merge branch 'master' into core-updatesMark H Weaver
2018-03-20build-system/gnu: Fix typo....Ludovic Courtès
2018-03-20build-system/gnu: Dump test suite logs upon 'check' failure....Ludovic Courtès
2018-03-18build-system/python: Fix deletion of .egg-info dirs created by tests....Mark H Weaver
2018-03-18build-system/python: Return #t from all phases....Mark H Weaver
2018-03-16build-system/gnu: Tolerate errors during the 'strip' phase....Mark H Weaver
2018-03-16utils: invoke: Raise exceptions using SRFI-34 and SRFI-35....Mark H Weaver
2018-03-16gnu-build: Issue a warning unless every phase returns #t....Mark H Weaver
2018-03-16build-system/gnu: Return a boolean from all phase procedures....Mark H Weaver
2018-03-16build: emacs-utils: Use invoke instead of system*....Mark H Weaver
2018-03-16hg-download: Use invoke instead of system*....Mark H Weaver
2018-03-16svn-download: Use invoke instead of system*....Mark H Weaver
2018-03-16cvs-download: Use invoke instead of system*....Mark H Weaver
2018-03-16build-system/scons: Use invoke instead of system*....Mark H Weaver
2018-03-16build-system/texlive: Use invoke instead of system*....Mark H Weaver
2018-03-16build-system/python: Use invoke instead of system*....Mark H Weaver
2018-03-16build-system/perl: Use invoke instead of system*....Mark H Weaver
2018-03-16build-system/cmake: Use invoke instead of system*....Mark H Weaver
2018-03-16build-system/glib-or-gtk: Use invoke instead of system*....Mark H Weaver
2018-03-16build-system/gnu: Use invoke instead of system*....Mark H Weaver
2018-03-16gnu-dist: Use invoke instead of system*....Mark H Weaver
2018-03-15guix: python-build-system: Make bytecode compilation deterministic....Ricardo Wurmus
2018-03-14Merge branch 'master' into core-updatesRicardo Wurmus