- 17 Mar, 2020 1 commit
-
-
Raymond Toy authored
Add tests for the test cases listed in the bug. Cmucl currently passes with no additional changes.
-
- 08 Mar, 2020 2 commits
-
-
Raymond Toy authored
Eric Marsden wrote some useful utilities long ago. Let's add them to the contrib directory so that we have our own copy of them instead of depending on emarsden.chez.com/downloads. We're adding: * cpc - CPU Performance Counters for Solaris * ssl-cmucl - interface to SSL streams * tcp-forwarder - TCP forwarder to redirect TCP connections to another port on another machine * xml-rpc - Port of Chris Double's xml-rpc client to Cmucl
- 18 Feb, 2020 5 commits
-
-
Raymond Toy authored
Issue #80 is fixed.
-
Raymond Toy authored
Fix #80: Convert contribs to use ASDF to load Closes #80 See merge request !47
-
Raymond Toy authored
As it says, convert contribs to use ASDF to load them if possible. Many contribs already had an asd file so we basically just had to rename foo.asd to contrib-foo.asd to keep backward compatibility with the old contrib names. (And update the defsystem name to match.) Added an asd file for packed-sse2. Unix doesn't work, so it's left alone for now.
-
Raymond Toy authored
Fix #79: Autoload ASDF in REQUIRE Closes #79 See merge request !46
-
Raymond Toy authored
When `REQUIRE` is called, autoload ASDF if it hasn't already been loaded. User's no longer have to load asdf explicitly anymore. Update release notes.
-
- 17 Feb, 2020 1 commit
-
-
Raymond Toy authored
-
- 16 Feb, 2020 1 commit
-
-
Raymond Toy authored
-
- 12 Aug, 2019 1 commit
-
-
Raymond Toy authored
We're not using the fedora docker anymore (because I can't get it to work anymore and don't remember how I got it to work to begin with). Thus, use the fedora shell executor to run CI so we don't need the image or to wget lots of stuff because it's already installed.
-
- 29 May, 2019 3 commits
-
-
Raymond Toy authored
[skip ci]
-
Raymond Toy authored
This reverts commit 4dbd847a. release-21d.md was erroneously modified. It should have been done to release-21e.md, a new file. We've already released 21d.
-
Raymond Toy authored
This reverts commit 1ca3f155.
-
- 28 May, 2019 2 commits
-
-
Raymond Toy authored
[skip ci]
-
Raymond Toy authored
* Update to ASDF 3.3.3 * Note that gcc -O1 can build cmucl now for gcc 8.1.1 and later. * Added x86_linux_clang to build cmucl with clang on linux
-
- 17 Apr, 2019 3 commits
-
-
Raymond Toy authored
-
Raymond Toy authored
Fix #68: Use -O1 when compiling with gcc now Closes #68 See merge request !45
-
Raymond Toy authored
As reported gcc 8.1.1 can't produce a working lisp. gcc 8.3.1 also fails. But as reported on cmucl-imp, 2019-04-08, by Juan Pablo Hierro Alverez, -O1 works. Use -O1.
-
- 17 Dec, 2018 2 commits
-
-
Raymond Toy authored
Fix #73: Update clx from upstream clx Closes #73 See merge request !44
-
Raymond Toy authored
-
- 10 Dec, 2018 3 commits
-
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
Initial conversion of BUILDING to markdown.
-
- 08 Dec, 2018 2 commits
-
-
Raymond Toy authored
Update version numbers for 21d. See merge request !43
-
Raymond Toy authored
-
- 06 Dec, 2018 2 commits
-
-
Raymond Toy authored
Fix #71: More info from machine-type/version on x86 Closes #71 See merge request !42
-
Raymond Toy authored
-
- 12 Oct, 2018 2 commits
-
-
Raymond Toy authored
-
Raymond Toy authored
-
- 07 Oct, 2018 2 commits
-
-
Raymond Toy authored
-
Raymond Toy authored
-
- 22 Sep, 2018 4 commits
-
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
Fix #69: Always compile in GC assertion code Closes #69 See merge request !41
-
Raymond Toy authored
-
- 01 Sep, 2018 1 commit
-
-
Raymond Toy authored
-
- 28 Aug, 2018 1 commit
-
-
Raymond Toy authored
This was used to selecte whether we were building for x87 or sse2, but we dropped support for x87 a long while ago. Remove this var.
-
- 25 Aug, 2018 1 commit
-
-
Raymond Toy authored
Add `Config.x86_linux_clang` to use clang instead of gcc to build cmucl. update `create-target.sh` so that it sets the motif variant correctly when using `Config.x86_linux_clang` See issue #68. With this config, Fedora 28 successfully builds cmucl and passes all the tests.
-
- 23 Aug, 2018 1 commit
-
-
Raymond Toy authored
-