aboutsummaryrefslogtreecommitdiff
path: root/guix/build-system/asdf.scm
Commit message (Expand)AuthorAge
* guix: Strip #:use-module lists.Ludovic Courtès2023-03-13
* 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
* Merge branch 'master' into core-updates-frozenLudovic Courtès2021-11-23
|\
| * build-system/asdf: Don't fail in sbcl-package->cl-source-package on non-packa...Pierre Neidhardt2021-11-19
* | build-system: asdf: Remove %build-inputs reference.Mathieu Othacehe2021-07-29
* | Merge branch 'master' into core-updatesMarius Bakke2021-05-09
|\|
| * build-system: asdf: Work around package-name->name+version bug.Guillaume Le Vaillant2021-05-08
* | build-system: Use 'sexp->gexp' for plain sexps.Ludovic Courtès2021-03-30
* | build-system: Rewrite using gexps.Ludovic Courtès2021-03-30
|/
* 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-system/asdf: Fix package transform.Guillaume Le Vaillant2019-10-18
* build-system/asdf: 'package-with-build-system' accesses inputs lazily.Ludovic Courtès2019-01-09
* build-system/asdf: Fix typo in "dependency".Pierre Neidhardt2018-08-21
* build-system/asdf: Use 'mlambda'.Ludovic Courtès2017-12-10
* build-system/asdf: Handle tests defined in external 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: Don't rename inputs.Andy Patterson2017-05-16
* build-system/asdf: Use asdf to determine dependencies.Andy Patterson2017-05-16
* build-system: Add asdf-build-system.Andy Patterson2016-10-08