summaryrefslogtreecommitdiff
path: root/guix/build-system/asdf.scm
AgeCommit message (Expand)Author
2023-03-13guix: Strip #:use-module lists.Ludovic Courtès
2022-08-03build-system: asdf: Add asd-operation parameter.Guillaume Le Vaillant
2022-08-03build-system: asdf: Let ASDF locate the .asd files.Pierre Neidhardt
2021-11-23Merge branch 'master' into core-updates-frozenLudovic Courtès
2021-11-19build-system/asdf: Don't fail in sbcl-package->cl-source-package on non-packa...Pierre Neidhardt
2021-07-29build-system: asdf: Remove %build-inputs reference.Mathieu Othacehe
2021-05-09Merge branch 'master' into core-updatesMarius Bakke
2021-05-08build-system: asdf: Work around package-name->name+version bug.Guillaume Le Vaillant
2021-03-30build-system: Use 'sexp->gexp' for plain sexps.Ludovic Courtès
2021-03-30build-system: Rewrite using gexps.Ludovic Courtès
2020-09-15build-system: asdf: Read all .asd files if no #:asd-files specified.Guillaume Le Vaillant
2020-09-12build-system: asdf: Switch from bundles to regular compilation.Guillaume Le Vaillant
2020-05-21build: asdf-build-system: Use SBCL source in CL packages.Pierre Neidhardt
2019-10-18build-system/asdf: Fix package transform.Guillaume Le Vaillant
2019-01-09build-system/asdf: 'package-with-build-system' accesses inputs lazily.Ludovic Courtès
2018-08-21build-system/asdf: Fix typo in "dependency".Pierre Neidhardt
2017-12-10build-system/asdf: Use 'mlambda'.Ludovic Courtès
2017-05-16build-system/asdf: Handle tests defined in external systems.Andy Patterson
2017-05-16build-system/asdf: Always pre-load the system's definition file.Andy Patterson
2017-05-16build-system/asdf: Pass the system name as an argument to the builder.Andy Patterson
2017-05-16build-system/asdf: Parameterize the lisp type and implementation globally.Andy Patterson
2017-05-16build-system/asdf: Make #:lisp a package argument.Andy Patterson
2017-05-16build-system/asdf: Don't rename inputs.Andy Patterson
2017-05-16build-system/asdf: Use asdf to determine dependencies.Andy Patterson
2016-10-08build-system: Add asdf-build-system.Andy Patterson