0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Tweak dependencies Update TODO vs DONE. Update README wrt dependencies. Remove sbcl compiler note in driver. More... over 12 years ago
+ Got rid of unecessary abstraction which handling invalid build reasons and other types of related errors. + Changed all externals to be :asdf instead of :build. + tweak dependencies More... over 12 years ago
Merge WIP by Peter Keller: * get rid of no-asdf * remove shell stuff from string-escape (moved to driver) * fixed comments in lisp-invocation.lisp to be more correct. More... over 12 years ago
run-program/for-side-effects. Move my personal TODO in front of TODO.rest. More... over 12 years ago
Add RMCL support to the driver. More... over 12 years ago
Fix omissions in previous refactorings of run-program/* and friends. More... over 12 years ago
Document the functions in the driver. Fix a few bugs in it. Extend RUN-PROGRAM/PROCESS-OUTPUT-STREAM to accept a NIL processor, inheritting stdout. Stop exporting private XCVB entry points RUN, DO-RUN, RUN-COMMANDS, RUN-COMMAND. More... over 12 years ago
Twiddle how we manage dependencies. More... over 12 years ago
0.561: new :around-compile feature, allows full bootstrap of XCVB, including ironclad. Disable nemk self-build from tests, as there is no ASDF equivalent to :around-compile. Also, fix a2x wrt latest ASDF's find-system and reuse of component objects. More... over 12 years ago
Fix example Makefile so they use /bin/pwd rather than readlink -f The latter is a GNUism, the former is there on BSD (including MacOS X), too. Also, adjust the ssr test to match the new ssr output format. More... over 12 years ago
Fix issue with normalization of (:asdf :symbol-name). More... over 12 years ago
Use ironclad for tthsum, so we may compute digests outside debian / ubuntu. More... over 12 years ago
Move some utilities to new package fare-mop. Update XCVB dependencies. More... over 12 years ago
Got rid of the ideas in unbaked. They did not come to fruition. More... over 12 years ago
Added blurb about the user wanting to write extensions to XCVB in special environments. More... almost 13 years ago
Added the TUTORIAL-ROADMAP document which describes how a new user will first interact with XCVB and the likely path of what features they need from XCVB. Ultimately, this will become a tutorial with examples. For now, it is a roadmap of what us developer need to ensure works and is easy to do. More... almost 13 years ago
Make XCVB work with the latest ASDF 2.016.3 way of upgrading. More... almost 13 years ago
Removed heavy handed checking of the absoluteness of the fullname in HANDLE-TARGET. Replaced by better checking in CANONICALIZE-FULLNAME. Changed ENSURE-VALID-FULLNAME to take the keywords of 'type' and 'original-name' which help print out a good error message. Changed 'xcvb ssr' to output symbols in lowercase. More... almost 13 years ago
Trivial changes to docs and code More... almost 13 years ago
Fixed a typo in the ssr command. :IN should have been :SPECIFIED-IN. More... almost 13 years ago
Fixed up output of ssr to be both human and machine readable. Check that the build name specified to list-files is absolute. More... almost 13 years ago
Cosmetic indention change of a piece of code. More... almost 13 years ago
Eliminate forward references in driver. Cleanups. More... almost 13 years ago
Fix nemk backend test. Clean dependencies. More... almost 13 years ago
Complete test migration to Lisp. Fix a few glaring recent bugs. More... almost 13 years ago
Make executable creation work on CMUCL (modulo necessity for external unicode files). More... almost 13 years ago
Make ECL executable creation work! Update documentation. Fix implicit build (default without --build). More... almost 13 years ago
Allow to build without loading (yet). Therefore, a clever user might build without locking, then load with locking. Avoid a SBCL compiler bug in main*. More... almost 13 years ago
Fix build issues. Updating versions. Thinking about rehauling the manifest format. More... almost 13 years ago
Lots of progress on ECL backend, but stalled by ECL bug when c::builder'ing shared libraries. Refactored the grain class hierarchy a bit. More... almost 13 years ago