Skip to content
  1. Oct 25, 2011
  2. Oct 19, 2011
    • Francois-Rene Rideau's avatar
      0.565: YAAAR. · a66212ce
      Francois-Rene Rideau authored
      Fix the same bug wrt loop on CLISP, in another function.
      Be more violent in resetting release dependencies directories.
      Fix make-release-tarball (double oops).
      Export getcwd, chdir, with-current-directory from the driver.
      Tweak logging, so it works when verbosity is uninitialized.
      0.565
      a66212ce
  3. May 11, 2011
  4. Apr 14, 2010
    • Francois-Rene Rideau's avatar
      .498: restore the :generate functionality. · cdac61c3
      Francois-Rene Rideau authored
      Give proper semantics to resolve-absolute-module-name and resolve-module-name.
      Make the hello example work properly.
      hello now uses the generate functionality to extract version from parent XCVB.
      Have log-format do fresh-lines for you.
      Make sure builds are only interned once.
      Recognize that builds may be invalid because of inherited conflict.
      cdac61c3
  5. Apr 03, 2010
  6. Jun 09, 2009
    • Joyce Chen's avatar
      XCVB 0.306: got it to compile itself! · 159ae0bb
      Joyce Chen authored
      * ensure installation directories exist
      * add module forms to every file
      * fix nickname registration
      * add an eval-when for compile-time functions
      * add support for xcvb.mk in the main Makefile
      * trivially tested the result
      159ae0bb
  7. May 29, 2009
    • Francois-Rene Rideau's avatar
      Proudly introducing xcvb 0.3: it works! · 85a0c994
      Francois-Rene Rideau authored
      * make ASDF superseding work by properly refactoring the dependency-interpreter
      * properly recurse on build targets
      * record dependencies included in an image
      * complete initial image creation
      * debug the driver
      * properly detect loaded asdf up-to-date status
      * error when there are extension forms, for now
      * add some verbosity mechanism
      * add some trivial command-line interface
      * actually use the command-line-arguments library (and debug its packaging)
      * complete the mock test example, with a working Makefile!
      
      Note: XCVB 0.300 depends on cl-launch 2.13.3 or later... to be released as 2.14 RSN.
      0.300
      85a0c994
  8. May 28, 2009
    • Francois-Rene Rideau's avatar
      First fully functional Makefile! · 707998ab
      Francois-Rene Rideau authored
      * the Makefile itself is still untested, but XCVB now produces a Makefile that looks like it's work!
      * support for building initial image from driver
      * update to portablish pathnames
      * update asdf frontend
      * update mock test case
      * debug command-line-arguments packaging
      * small documentation update
      * remove obsolete files extensions and traverse
      * add trivial logging infrastructure
      * change the way images are computed -- we can't allow name override anymore since the "name"
        serves as a pattern for how to compute the stuff.
      707998ab