Skip to content
  1. Jul 24, 2012
  2. Jul 04, 2012
  3. May 31, 2012
  4. Nov 06, 2011
  5. Nov 02, 2011
  6. Oct 30, 2011
  7. Oct 23, 2011
  8. Oct 22, 2011
  9. Jun 09, 2011
  10. May 27, 2011
    • Francois-Rene Rideau's avatar
      working toward a release: · 024d95bf
      Francois-Rene Rideau authored
      * extract fasl type from target:
       at least lispworks depends on pathname type and its fasl type varies!
      * rucksack not available on clisp (and needed fixes; see our xcvb repo of it)
      * accept compile-file failure semantics of clisp
      * suppress duplicate entries for a directory in the source-registry:
       The first one wins, with its recurse and exclude flags.
      * fix hello and test/runme
      * fix various option parsing mistakes
      024d95bf
  11. Apr 27, 2011
    • Peter Keller's avatar
      .547: Added the 'show-settings' command line argument which can show all · 63f8da31
      Peter Keller authored
      	settings known to xcvb or the individual value of a single one.
      Change the default object-directory location to be
      	$HOME/.cache/xcvb/common-lisp/<lisp-implementation-version>/
      Added format! in driver.lisp to help with debugging and forcing output.
      Debugged CMUCL support in driver.
      Fixed implementation-identifier support in extract-target-properties.
      Allowed Makefile in example-1 to parameterize on lisp implementation.
      Refactored how option-specs are specified for command line options.
      Removed dead code paths from simple-build backend that dealt with
      	"xcvb.mk" and the makefile output file.
      Muffled warnings when loading asdf.
      Added target-asdf-version setting which you can query with show-settings.
      Started DONE.rest
      63f8da31
  12. Nov 18, 2010
  13. Nov 06, 2010
  14. Aug 09, 2010
  15. Jul 01, 2010
  16. May 07, 2010
  17. May 05, 2010
  18. Apr 28, 2010
    • Francois-Rene Rideau's avatar
      .508: · 23b12721
      Francois-Rene Rideau authored
      * fix various bugs left over from .507.
      * back out generation of Lisp files in object tree
       until we can provide build processes with a mapping from name to pathname.
      * pass self-test.
      23b12721
  19. Apr 22, 2010
    • Francois-Rene Rideau's avatar
      .504: checkpoint tweaks · 0a230f4b
      Francois-Rene Rideau authored
      * after profiling, too much time was spent in checking directories to make.
       Using a hash-table of implicitly (or explicitly) made directories
       as well as a list of explicitly made directories.
      * use asdf-dependency-grovel::normalized-component-name
       for names of components included.
      * Idea: give a number to each grain, then use FMIM for mergeable sets of
       grains (if lots of reuse - use hash-consing of sets of grains?).
      0a230f4b
  20. Apr 15, 2010
  21. Apr 03, 2010
  22. Mar 24, 2010
  23. Mar 19, 2010
  24. Mar 17, 2010
  25. Dec 07, 2009
  26. Nov 16, 2009
  27. Nov 11, 2009
  28. Nov 10, 2009
    • Francois-Rene Rideau's avatar
      XCVB .449: the anti-yaaaar · ea032303
      Francois-Rene Rideau authored
      * The Makefile has a pre-release-test target, so no need to commit
       "yet another attempt at auto-validated release" anymore --
       I will test whether the code I have passes muster before committing.
      * error out early if XCVB_OBJECT_DIRECTORY wasn't configured.
      * Fixes to the regressions in the non-enforcing backend that had been
       made to implicitly rely on a previous run of the enforcing backend.
      * Factoring out common option handling.
      * Removing cruft from previous over-design of the computation class.
      * Many thanks to Attila Lendvai for testing.
      ea032303
    • Francois-Rene Rideau's avatar
    • Francois-Rene Rideau's avatar
      XCVB .441: yaaaar · 5ce8e211
      Francois-Rene Rideau authored
      5ce8e211
  29. Nov 05, 2009
  30. Oct 25, 2009
  31. Oct 17, 2009
  32. Oct 02, 2009
  33. Sep 29, 2009
  34. Sep 28, 2009