summaryrefslogtreecommitdiff
path: root/guix/build/gnu-build-system.scm
AgeCommit message (Expand)Author
2019-06-14build-system/gnu: Make 'first-subdirectory' deterministic....Ludovic Courtès
2019-03-10build-system/gnu: Copy license files to all the outputs....Ludovic Courtès
2019-03-10build-system/gnu: Always look for license files in the source tree....Ludovic Courtès
2019-01-29build-system/gnu: Report invocation errors in a human-friendly way....Ludovic Courtès
2019-01-29utils: Switch to the new 'setvbuf' API....Ludovic Courtès
2018-08-03build-system/gnu: If a phase returns #f, the build fails....Mark H Weaver
2018-03-29ld-wrapper: Allow linking with non-store libraries by default....Ludovic Courtès
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-16build-system/gnu: Tolerate errors during the 'strip' phase....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-system/gnu: Use invoke instead of system*....Mark H Weaver
2018-03-11build-system/gnu: Add 'bootstrap' phase....Ludovic Courtès
2017-11-08build-system/gnu: Add 'install-license-files' phase....Ludovic Courtès
2017-06-11build-system/gnu: Work around 'time-monotonic' bug in Guile 2.2.2....Ludovic Courtès
2017-05-30build-system/gnu: 'compress-documentation' phase handles double symlinks....Maxim Cournoyer
2017-01-26utils: Add helper method to make files writable....Marius Bakke
2017-01-26build-system/gnu: Add 'reset-gzip-timestamps' phase....Ludovic Courtès
2017-01-26build-system/gnu: 'strip' phase now skips symlinks....Ludovic Courtès
2016-11-26build-system/gnu: Make libraries writable before stripping....Marius Bakke
2016-10-01build-system/gnu: Add 'patch-dot-desktop-files' phase....John Darrington
2016-09-12build-system/gnu: Do not patch symlinks in the source....Ludovic Courtès
2016-09-01build-system/gnu: 'strip' phase lists files in sorted order....Ludovic Courtès
2016-02-09build-system/gnu: Do not patch symlinks....Jan Nieuwenhuizen
2016-01-05build-system/gnu: Add 'set-SOURCE-DATE-EPOCH' phase....Ludovic Courtès
2016-01-01build-system/gnu: Use the long option name for deterministic archives....Ludovic Courtès
2015-12-18build-system/gnu: Always pass "-D" to strip/objcopy....Ludovic Courtès
2015-11-14build-system/gnu: Set 'SOURCE_DATE_EPOCH'....Alex Kost
2015-10-04Use "normalized codesets" everywhere....Ludovic Courtès
2015-10-03utils: Add 'every*'....Ludovic Courtès
2015-08-30build-system/gnu: Use monotic time to measure elapsed time....Ludovic Courtès
2015-07-13build-system/gnu: Pass --build=<triplet> to configure by default....Mark H Weaver
2015-04-23build-system/gnu: #:validate-runpath? now defaults to #t....Ludovic Courtès
2015-04-23build-system/gnu: Gracefully handle dangling symlinks....Ludovic Courtès
2015-04-06build-system/gnu: Add docstring to 'delete-info-dir-file'....Federico Beffa
2015-04-06build-system/gnu: Add 'delete-info-dir-file' phase....Federico Beffa
2015-04-01build-system/gnu: Add 'validate-runpath' phase....Ludovic Courtès
2015-03-01Revert "build-system/gnu: Keep the sloppy conversion strategy during bootstrap."...Ludovic Courtès
2015-03-01build-system/gnu: Keep the sloppy conversion strategy during bootstrap....Ludovic Courtès
2015-02-28packages: Set the port conversion strategy to 'error'....Ludovic Courtès
2015-02-27build-system/gnu: Set $LC_ALL (or similar) to the chosen locale....Ludovic Courtès
2015-02-26build-system/gnu: Add 'install-locale' phase....Ludovic Courtès
2015-02-26build-system/gnu: Add support for zip archives....Ludovic Courtès
2015-01-09build-system/gnu: Patch /usr/bin/file in all 'configure' files....Ludovic Courtès
2015-01-04build-system/gnu: Use executables from the target inputs in 'patch-shebangs'....Ludovic Courtès
2014-12-29gnu: Revert use of '--strip-all'....Ludovic Courtès
2014-12-28gnu: Don't use --strip-all in cases where this is problematic....Ludovic Courtès
2014-12-27build-support/gnu: Add support for file patterns in search paths....Ludovic Courtès
2014-12-27build-system/gnu: Strip with '--strip-all' instead of '--strip-debug'....Ludovic Courtès