0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 9 hours ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed the way the dependency graph is built. Instead of making load dependencies be the compile dependencies of the parent node, have each node keep track of its own compile AND load dependencies. Wrote a traverse function to traverse the graph and create a list of nodes in order based on the dependencies. Re-wrote the makefile-generator and the asd generator to use this new system. More... almost 16 years ago
Changed the syntax for module declarations to allow for a place to put commands to change the module after it has been constructed. This allows someone to make changes to an auto-generated module declaration and know that they will pursist, even if the module is auto-generated again. More... almost 16 years ago
Finished adding functionality to auto-generate a makefile that can be used to compile the xcvb system. Made it so that the asdf dependencies of the BUILD.lisp file will carry through to all other files in the xcvb system, by dumping an image with them and using that image for all further compiling/loading More... almost 16 years ago
Removed fasls and backup files from git tracking. Cleaned up old code a bit. More... almost 16 years ago
Finished first draft of being able to automatically convert an asdf system into an xcvb system. More... almost 16 years ago
Small cleanups More... almost 16 years ago
Little cleanups More... almost 16 years ago
Added asdf-converter to repository Some little cleanups More... almost 16 years ago
Finished updating write-makefile to be able to write a fully usable makefile, with the proper charactures escaped and everything. More... almost 16 years ago
Test pulling from common-lisp.net More... almost 16 years ago
Test pushing to common-lisp.net More... almost 16 years ago
I love to test git! More... almost 16 years ago
More testing of git More... almost 16 years ago
Testing git More... almost 16 years ago
Initial commit. More... almost 16 years ago