summaryrefslogtreecommitdiff
path: root/guix/build-system
AgeCommit message (Expand)Author
2013-12-09build-system/perl: Honour phases argument in perl build system....Andreas Enge
2013-12-04build-system/gnu: Fix reference to Gettext in 'dist-package'....Ludovic Courtès
2013-12-04derivations: Use more keyword parameters for 'build-expression->derivation'....Ludovic Courtès
2013-11-28build-system/cmake: Build out of source tree by default....Ludovic Courtès
2013-11-20Merge branch 'master' into core-updates...Ludovic Courtès
2013-11-20build-system/python: Add #:test-target parameter....Ludovic Courtès
2013-11-01Merge branch 'master' into core-updatesLudovic Courtès
2013-10-29build-system/{cmake,perl}: Don't use (guix build gnu-build-system)....Ludovic Courtès
2013-10-12build-system/perl: Lazily resolve (gnu packages perl)....Ludovic Courtès
2013-10-10build-system/{gnu,cmake}: Remove #:patches and #:patch-flags parameters....Ludovic Courtès
2013-09-27build-system/trivial: Take the 'source' field into account....Ludovic Courtès
2013-09-18derivations: 'derivation' and related procedures return a single value....Ludovic Courtès
2013-09-14Merge branch 'python'Andreas Enge
2013-09-10guix: python: Do not import %standard-phases from gnu-build-system....Andreas Enge
2013-09-10guix: python: Add parameter #:phases to build system....Andreas Enge
2013-09-08guix: python: Add package-with-python2, a procedure rewriting a package...Andreas Enge
2013-09-04guix: python: Switch to python-wrapper as the default version for the python...Andreas Enge
2013-09-03build-system/cmake: Fix typo....Ludovic Courtès
2013-09-03build-system/gnu: Delay resolution of (@ (gnu packages cmake) cmake)....Ludovic Courtès
2013-08-24build-system/gnu: Add `dist-package'....Ludovic Courtès
2013-07-04build-system/gnu: Remove the "debug" output when `strip-binaries?' is #f....Ludovic Courtès
2013-06-25build-system/gnu: `package-with-explicit-inputs' skips non-GBS packages....Ludovic Courtès
2013-06-25build-system/gnu: Augment `package-with-explicit-inputs' for cross builds....Ludovic Courtès
2013-06-25build-system/trivial: Don't bind `%target' in the builder....Ludovic Courtès
2013-06-24build-system/gnu: Disable test suite when cross building....Ludovic Courtès
2013-06-21build-system/gnu: Unify with (guix build-system gnu-cross-build)....Ludovic Courtès
2013-06-15build-system/trivial: Fix introduction of `%target' when cross-building....Ludovic Courtès
2013-06-05gnu: Fix `static-package' arguments overriding....Ludovic Courtès
2013-05-30build-system/python: Avoid circular dependency....Ludovic Courtès
2013-05-27build-system/gnu: Fix typo in `gnu-cross-build'....Ludovic Courtès
2013-05-25build-system/gnu: Make sure build input variables contain pairs....Ludovic Courtès
2013-05-24build-system/trivial: Implement the cross-build protocol....Ludovic Courtès
2013-05-24build-system/gnu: Implement cross build....Ludovic Courtès
2013-05-08Add 'python-build-system'....Nikita Karetnikov
2013-04-16build-system/{perl,cmake}: Keep the standard search paths of gnu-build-system....Ludovic Courtès
2013-04-09build-system/gnu: Fix search path computation with implicit inputs....Ludovic Courtès
2013-03-30packages: Add `native-search-paths' field and honor it....Ludovic Courtès
2013-03-30build-system/gnu: Remove #:path-exclusions parameter....Ludovic Courtès
2013-03-28Add (guix build-system cmake)....Cyril Roelandt
2013-03-04Add (guix build-system perl)....Ludovic Courtès
2013-02-14build-system/gnu: Make the strip behavior of `static-package' configurable....Ludovic Courtès
2013-02-08build-system/gnu: Clarify docstring of `package-with-extra-configure-variable'....Ludovic Courtès
2013-01-23packages: Mark the `arguments' field of <package> as thunked....Ludovic Courtès
2013-01-18distro: Change the module name space to (gnu ...)....Ludovic Courtès
2013-01-15build-system/gnu: Allow the `source' argument to be #f....Ludovic Courtès
2013-01-06Merge branch 'master' into core-updates...Ludovic Courtès
2013-01-06Update license headers....Ludovic Courtès
2013-01-01build-system/gnu: Add `static-package'....Ludovic Courtès
2012-12-30build-system/gnu: enable test-target during the check phase...Andreas Enge
2012-11-05build-system/gnu: Add `static-libgcc-package' & supporting procedure....Ludovic Courtès