0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected 1 day ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
It turns out using alexandria causes a few problems when compiling the test suite and xcvb itself. So I undid the change and went back to a (let (..) (when ..)) form instead. More... almost 13 years ago
Fix the XCVB bridge. Requires ASDF 2.015.12 or later. Sigh. More... almost 13 years ago
Fix some build issues for xcvb and now xcvb-test. More... almost 13 years ago
Merge branch 'master' of ssh://common-lisp.net/project/xcvb/public_html/git/xcvb More... almost 13 years ago
Changed the USER-ERROR condition output to autoinclude "Error: " at the start. Converted more ERROR calls to USER-ERROR. More... almost 13 years ago
Minor cleanups More... almost 13 years ago
Tweak list-files to accept a list of build targets, fix a typo in output. More... almost 13 years ago
Fix ASDF-XCVB bridge. Fix list-files and export it to the command-line. Fix version extraction in bootstrapped build. Update documentation: document :executable. Remove ASDF1 crud. More... almost 13 years ago
YAAAR More... almost 13 years ago
Fix :generate; update hello to work with :executable. More... almost 13 years ago
Support executables using CCL. More... almost 13 years ago
Build XCVB using XCVB without going through CL-Launch! More... almost 13 years ago
Implementing real executable targets. + Partial changes to get xcvb to build a binary of xcvb. + Extending :create-image to support executables. + Support for command line arguments when resuming the executable. These are passed to the entry-point. However, each lisp vendor mangles the argv a little and it needs work to be really right. For now it is good enough. + dump-image for ecl got hacked upon, but it is currently broken. + Changed example-1 to produce an executable, but currently this only works for lisp implementations which can produce them. This needs more consideration in the future, for example, the "executable" could be a script which invokes an image. + simple-build can now accept targets with empty computations. This implements the "phony target" idea in simple-build. More... almost 13 years ago
Merge branch 'master' of ssh://common-lisp.net/project/xcvb/public_html/git/xcvb More... almost 13 years ago
A small change to create a signal-user-error function to produce an output without a baktrace. More... almost 13 years ago
More work towards releasing... More... almost 13 years ago
Second pass at converting runme.zsh to pure lisp code... More... almost 13 years ago
More release work - first pass converting the test infrastructure from shell to Lisp More... almost 13 years ago
working toward a release: * 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 More... almost 13 years ago
Build fixes. Also, now that we're importing symbols from ASDF, avoid redefining them due to a conflict. Oops. More... almost 13 years ago
Dogfooding: XCVB can now simple-build itself... More... almost 13 years ago
Slight documentation update More... almost 13 years ago
Pass initial test with allegro: (xcvb-unit-tests::test-simple-build :implementation 'allegro) More... almost 13 years ago
Merge branch 'master' of ssh://common-lisp.net/project/xcvb/public_html/git/xcvb More... almost 13 years ago
Pass initial test with lispworks 6.0 x86: (xcvb-unit-tests::test-simple-build :implementation 'lispworks) More... almost 13 years ago
Added a feature where if *debugging* is true, to produce a bork on user-error conditions instead of no backtrace. However, when using the env var XCVB_DEBUGGING=t in the environment, it somehow seems to fail. So that needs a little more debugging... More... almost 13 years ago
Fix ECL as a target when not using an image. Fix SBCL as a target: avoid the slot-boundp in match-condition-p. Add *target-can-dump-image-p* as a target feature; use it as pre-condition for use-base-image. More... almost 13 years ago
Created a new condition USER-ERROR which doesn't produce a backtrace. Usually we don't need a backtrace when the user simply did the wrong thing. More... almost 13 years ago
Merge branch 'master' of github.com:fare/xcvb More... almost 13 years ago
Move with-local-xcvb-vars to xcvb and use it around cmd. Extract version from git when finalizing the image (requires cl-launch 3.009). On CCL/windows, work around bug ccl bug 858 in run-program. Simplify some tests for run-program, fix others. More... almost 13 years ago