0
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected 1 day ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make the timestamp-based change-detection more clever. Rename search-path to source-registry, registry to grain-registry. Extract ASDF implementation identifier from target, so we may use it later. More... about 13 years ago
xcvb-master: support run-program for Lispworks under Unix. More... about 13 years ago
Skeleton for digest-based change detection More... about 13 years ago
Proper infrastructure for computation timestamps. More... about 13 years ago
Error out when an input is missing. More... about 13 years ago
.546: new simple-build backend: uses run-program directly instead of calling make. Very portable, but serial support only, no parallel queueing for now. Also, driver.lisp now has *fatal-conditions* like *uninteresting-conditions* instead of *fatal-condition*. Added support for driving all the current actively maintained CL implementations. More... about 13 years ago
Hopefully fix once and for all the timestamp checking functions. More... about 13 years ago
Made more progress on the run-program backend. It now actually functions and runs the computations to produce the fasl/cfasl files! I don't want to up the revision number since the function SIMPLE-BUILD still needs cleaning up in relation to an apparently meaningless :output keyword i nthe function's lambda-list, among other things. More... about 13 years ago
Progress on the run-program backend. TODO: need to better control the cwd vs *default-pathname-defaults* More... about 13 years ago
Added tasks to the TODO list. More... about 13 years ago
refactored search-path to use recursive directory search from asdf added pathname to some grain-related error messages added to TODO list More... about 13 years ago
.545: tweaking the asdf-xcvb bridge, documenting it. More... about 13 years ago
Have more meaningful defaults for object-directory in the asdf-xcvb-bridge. More... about 13 years ago
Renamed asdf xcvb bridge class to xcvb-bridge:build More... about 13 years ago
.543: asdf-xcvb bridge More... about 13 years ago
.543: tweak build More... about 13 years ago
.542: fix previous driver checkin. More... over 13 years ago
.541: In driver, be more robust when a simple-condition's format-control is unbound. Try to improve release. More... over 13 years ago
.540: actually fix asdf backend wrt advanced supersessions. New poiu will be stricter. More... over 13 years ago
.539: Add asdf supersession for single files (e.g. xcvb-driver, xcvb-master). Unrot release and test scripts. Tested: XCCL=stccl make test LISP=ccl More... over 13 years ago
Make the driver compile again on non-SBCL targets. More... over 13 years ago
.538: bump up version for release More... over 13 years ago
Cleanup xcvb-driver package package. Comments re: lisp-invocation of cmucl and scl. More... over 13 years ago
Slightly refactor master for better style. Add clisp .fas and .lib to gitignore More... over 13 years ago
Support soon to be comitted sbcl backtrace API changes More... over 13 years ago
.537: fix XCVB and its test Makefile's to work well with new ASDF 2.010 and cl-launch 3.005. Passes a "make test" More... over 13 years ago
Force cl-launch to load ASDF when testing for find-system. More... over 13 years ago
Tweak version dependency More... over 13 years ago
Renamed --base-image to --use-base-image. More... over 13 years ago
Move toplevel command line related definitions that were used only once into the lexical scope of build-slave-command-line. More... over 13 years ago