gnu: r-qtl2: Move to (gnu packages cran).
[jackhill/guix/guix.git] / guix / build / compile.scm
2020-06-22 Ludovic Courtèscompile: Build gnu/{packages,tests}/* with '-O1'.
2020-05-29 Marius BakkeMerge branch 'master' into staging
2020-05-26 Marius BakkeMerge branch 'master' into staging
2020-05-25 Ludovic Courtèscompile: Do not optimize "gnu/tests/*".
2020-05-13 Ludovic Courtèscompile: Reduce optimization levels for gnu/services...
2020-04-29 Jakub KądziołkaMerge branch 'master' into staging
2020-04-24 Marius BakkeMerge branch 'master' into core-updates
2020-04-23 Ludovic Courtèscompile: Pre-load the compiler outside 'with-target'.
2020-04-08 Marius BakkeMerge branch 'master' into core-updates
2020-04-07 Ludovic Courtèscompile: Run the load phase within 'with-target'.
2020-02-03 Marius BakkeMerge branch 'staging' into core-updates
2020-01-26 Marius BakkeMerge branch 'master' into staging
2020-01-23 Ludovic Courtèscompile: Remove incorrect exports.
2019-12-05 Marius BakkeMerge branch 'master' into core-updates
2019-11-27 Marius BakkeMerge branch 'master' into staging
2019-11-23 Ludovic Courtèscompile: Adjust for Guile 2.9.5.
2019-10-10 Mathieu OthaceheMerge branch 'master' into core-updates
2019-10-08 Marius BakkeMerge branch 'master' into staging
2019-10-01 Ludovic CourtèsMerge branch 'master' into core-updates
2019-09-28 Eric Baviercompile: Fix race condition on completion progress.
2019-07-17 Ludovic CourtèsMerge branch 'master' into core-updates
2019-07-15 Ludovic Courtèscompile: Report the name of the file that cannot be...
2019-07-12 Ludovic Courtèsbuild: Use '-Wshadowed-toplevel' only when supported.
2019-06-29 Marius BakkeMerge branch 'master' into staging
2019-06-27 Ludovic CourtèsMerge branch 'master' into core-updates
2019-06-25 Ludovic Courtèscompile: Enable 'shadowed-toplevel' warning.
2019-06-13 Ludovic CourtèsMerge branch 'master' into core-updates
2019-06-03 Marius BakkeMerge branch 'master' into staging
2019-06-01 Ludovic Courtèscompile: Adjust for Guile 3.
2019-02-06 Ricardo WurmusMerge branch 'master' into core-updates
2019-01-23 Ricardo WurmusMerge branch 'master' into staging
2019-01-22 Ludovic Courtèscompile: Let compiler warnings through during the load...
2019-01-13 Marius BakkeMerge branch 'master' into staging
2019-01-09 Ludovic Courtèsmaint: Remove 'cond-expand' forms for Guile 2.0.
2018-06-29 Ricardo WurmusMerge branch 'master' into core-updates
2018-06-19 Marius BakkeMerge branch 'master' into staging
2018-06-18 Ludovic Courtèscompile: Work around non-thread-safe module autoloading.
2018-06-11 Marius BakkeMerge branch 'master' into staging
2018-06-06 Ricardo WurmusMerge branch 'origin/core-updates-next' into core-updates
2018-05-06 Marius BakkeMerge branch 'master' into core-updates
2018-05-01 Ludovic Courtèscompile: Exit when an exception is thrown.
2017-12-05 Marius BakkeMerge branch 'master' into core-updates
2017-11-20 Ludovic Courtèscompile: Put an upper bound on the number of workers.
2017-11-19 Marius BakkeMerge branch 'master' into core-updates
2017-11-06 Ludovic Courtèscompile: Fix VPATH builds.
2017-10-26 Efraim FlashnerMerge remote-tracking branch 'origin/python-updates...
2017-10-24 Marius BakkeMerge branch 'master' into core-updates
2017-10-23 Ludovic Courtèsdiscovery: Move 'file-name->module-name' to (guix modules).
2017-10-23 Ludovic Courtèsbuild: Factorize module compilation in (guix build...