Skip to content
  1. Jul 24, 2012
  2. Jun 28, 2012
  3. May 31, 2012
  4. May 26, 2012
  5. May 13, 2012
  6. May 02, 2012
  7. Apr 23, 2012
  8. Apr 21, 2012
  9. Nov 22, 2011
  10. Nov 07, 2011
  11. Nov 05, 2011
  12. Nov 02, 2011
  13. Oct 31, 2011
  14. Oct 30, 2011
  15. 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
  16. Oct 18, 2011
    • Francois-Rene Rideau's avatar
      0.563: YAAAR. · 9debad20
      Francois-Rene Rideau authored
      Move more release code from Makefile to CL.
      Fix shell-tokens-to-Makefile on CLISP (CLISP bug in loop, or my misreading the spec?)
      Fix some tests, make them more verbose.
      Driver: Fix native-namestring on SCL; fix issues on CLISP:
      Setting the *source-file-types* and *compiled-file-types* to nil
      was preventing (require "linux") from working(!).
      0.563
      9debad20
  17. Oct 16, 2011
  18. Jun 09, 2011
  19. Jun 08, 2011
  20. Jun 06, 2011
  21. Jun 03, 2011
    • Francois-Rene Rideau's avatar
      Fix ASDF-XCVB bridge. · 0110dc30
      Francois-Rene Rideau authored
      Fix list-files and export it to the command-line.
      Fix version extraction in bootstrapped build.
      Update documentation: document :executable. Remove ASDF1 crud.
      0.555
      0110dc30
  22. Jun 01, 2011
  23. 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
  24. May 26, 2011
    • Francois-Rene Rideau's avatar
      Build fixes. · 644d8f87
      Francois-Rene Rideau authored
      Also, now that we're importing symbols from ASDF,
      avoid redefining them due to a conflict. Oops.
      644d8f87
  25. May 25, 2011
  26. May 18, 2011
  27. May 15, 2011
  28. May 11, 2011
  29. 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
  30. Apr 13, 2011
  31. Apr 06, 2011
    • Peter Keller's avatar
      Added tasks to the TODO list. · b24a145e
      Peter Keller authored
      Converted the makefile style transformation of a computation into
      a command into a more generalized external command form of the
      computations.  Condensed functionality from driver-commands.lisp and
      makefile-backend.lisp into external-commands.lisp. This is because at
      this time both the makefile backend and a new run-program back end will
      use them.
      
      Added a run-program based backend called "simple-build" which will execute
      the commands necessary to build the dependencies in the graph. At this
      time it is a serial execution of the dependencies. The functionality is
      not yet complete and currently broken as of this checkin.
      
      Fixed up the xcvb.asd file to denote the new dependencies.
      b24a145e