- 02 Oct, 2016 1 commit
-
-
Alex Dunn authored
It's been open-sourced, but the very old ASDF has not been updated: https://github.com/sharplispers/cormanlisp/blob/master/Modules/asdf.lisp
-
- 19 Sep, 2016 1 commit
-
-
Francois-Rene Rideau authored
-
- 15 Sep, 2016 1 commit
-
-
Francois-Rene Rideau authored
Update documentation about preloaded and immutable systems. Update comments about the ASDF cache. Explain that we need test cases more than bug fixes.
-
- 27 Aug, 2016 1 commit
-
-
Francois-Rene Rideau authored
Note that the latest release is 3.1.7. Also note that since CLISP adopted it in May 2016, all active Common Lisp implementations provide ASDF 3.1. Yay. Also import some information that used to be in the README.md but removed in 81452d5d. That README also had information on building and testing with the asdf-tools, and on the directory structure of the git repo.
-
- 23 Mar, 2016 1 commit
-
-
Robert Goldman authored
-
- 18 Oct, 2015 1 commit
-
-
Robert Goldman authored
-
- 17 Oct, 2015 1 commit
-
-
Robert Goldman authored
-
- 21 Jul, 2015 3 commits
-
-
Francois-Rene Rideau authored
-
Robert Goldman authored
-
Robert Goldman authored
-
- 26 May, 2015 1 commit
-
-
Francois-Rene Rideau authored
-
- 06 May, 2015 5 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Make github happier with uiop/README
-
Francois-Rene Rideau authored
-
- 28 Mar, 2015 1 commit
-
-
Francois-Rene Rideau authored
-
- 12 Mar, 2015 1 commit
-
-
Francois-Rene Rideau authored
-
- 10 Oct, 2014 2 commits
-
-
Francois-Rene Rideau authored
-
Robert P. Goldman authored
-
- 26 Sep, 2014 1 commit
-
-
Robert P. Goldman authored
-
- 11 Sep, 2014 1 commit
-
-
Francois-Rene Rideau authored
* README updated, converted to markdown * Some documentation updates * bin/install-asdf-as-module renamed to tools/install-asdf.lisp and improved. * Update test scripts to be work even when the initial getcwd isn't in test/
-
- 06 Aug, 2014 2 commits
-
-
Robert P. Goldman authored
Didn't realize these were commented out! D'oh!
-
Robert P. Goldman authored
-
- 24 Jul, 2014 1 commit
-
-
Robert P. Goldman authored
-
- 19 May, 2014 1 commit
-
-
Francois-Rene Rideau authored
update it and its documentation.
-
- 11 May, 2014 1 commit
-
-
Francois-Rene Rideau authored
-
- 09 May, 2014 1 commit
-
-
Francois-Rene Rideau authored
-
- 08 May, 2014 2 commits
-
-
Robert P. Goldman authored
-
Francois-Rene Rideau authored
-
- 27 Mar, 2014 1 commit
-
-
Francois-Rene Rideau authored
-
- 22 Mar, 2014 2 commits
-
-
Francois-Rene Rideau authored
manual: document that ~/common-lisp/ is now in the default source-registry; mention dump-image hooks when discussing clear-configuration. improve install-asdf-as-module and its coverage in the manual.
-
Francois-Rene Rideau authored
-
- 02 Mar, 2014 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Tweak the web page. Update debian information.
-
- 11 Feb, 2014 1 commit
-
-
Francois-Rene Rideau authored
Mention the walkthrough in the documentation.
-
- 23 Oct, 2013 4 commits
-
-
Francois-Rene Rideau authored
This is quick-build compatible and fixes lp#1230368. To use package-system, just have foo.asd containing (defsystem foo :class package-system) at the top of your quick-build hierarchy $FOODIR for packages whose name start with "FOO/" and ASDF will thereafter look for system "foo/bar/baz" in $FOODIR/bar/baz.lisp. Such a file will implicitly have its own system defined; its dependencies are computed by scanning the file, extracting its first defpackage form, and using the packages it uses or imports from as a as a specification of what systems it depends on. You can register packages as belonging to a system with (asdf:register-system-packages my-system '(package1 package2)) Using or importing from a package registered to a given system will generate a dependency to the registered system. Using or importing from a packages registered to the constant symbol T will not generate any dependency. Using or importing from a packages that is not registered will generate a dependency on a system the name of which is the package name downcased. All packages that exist at the time ASDF is initially loaded are registered to constant symbol T. Also, for convenience, introduce :use-reexport and :mix-reexport in uiop/package.lisp (of course, no one can rely on it until it's mainstream, but better late than never). To use this style in a way compatible with older versions of ASDF 3, you may use the asdf-package-system extension. See lisp-interface-library for a system that uses this style this way. Push :asdf-package-system to *features*
-
Robert P. Goldman authored
-
Francois-Rene Rideau authored
(Also, slight update to web page.)
-
Robert P. Goldman authored
-