aboutsummaryrefslogtreecommitdiff
path: root/guix/build/asdf-build-system.scm
Commit message (Expand)AuthorAge
* build-system: asdf: Add asd-operation parameter.Guillaume Le Vaillant2022-08-03
* build-system: asdf: Let ASDF locate the .asd files.Pierre Neidhardt2022-08-03
* doc, gnu, guix: Fix typos.Paul A. Patience2021-06-13
* build-system: asdf: Work around package-name->name+version bug.Guillaume Le Vaillant2021-05-08
* build-system: asdf: Improve install phase for CL source packages.Guillaume Le Vaillant2020-09-15
* build-system: asdf: Read all .asd files if no #:asd-files specified.Guillaume Le Vaillant2020-09-15
* build-system: asdf: Switch from bundles to regular compilation.Guillaume Le Vaillant2020-09-12
* build: asdf-build-system: Use SBCL source in CL packages.Pierre Neidhardt2020-05-21
* build: asdf-build-system: Improve reproducibility.Guillaume Le Vaillant2020-01-12
* build: asdf-build-system: Make sbcl-* Lisp packages reproducible.Guillaume Le Vaillant2020-01-08
* build-system/gnu: Add 'bootstrap' phase.Ludovic Courtès2018-03-11
* build-system/asdf: Handle tests defined in external systems.Andy Patterson2017-05-16
* build-system/asdf: Retain references to source files for binary outputs.Andy Patterson2017-05-16
* build-system/asdf: Handle unusually-named systems.Andy Patterson2017-05-16
* build-system/asdf: Always pre-load the system's definition file.Andy Patterson2017-05-16
* build-system/asdf: Pass the system name as an argument to the builder.Andy Patterson2017-05-16
* build-system/asdf: Parameterize the lisp type and implementation globally.Andy Patterson2017-05-16
* build-system/asdf: Make #:lisp a package argument.Andy Patterson2017-05-16
* build-system/asdf: Keep ecl's generated archive files.Andy Patterson2017-05-16
* build-system/asdf: Use asdf to determine dependencies.Andy Patterson2017-05-16
* build-system/asdf: Make it possible to use "lib" as the build output.Andy Patterson2017-05-16
* build-system/asdf: Rename %install-prefix to %source-install-prefix.Andy Patterson2017-05-16
* build-system: Add asdf-build-system.Andy Patterson2016-10-08