[Git][cmucl/cmucl][master] 13 commits: Import "telent" clx
Raymond Toy pushed to branch master at cmucl / cmucl Commits: c8ebc741 by Raymond Toy at 2018-01-23T19:48:49-08:00 Import "telent" clx This is an import from https://github.com/sharplispers/clx, revision 6e39a0d, unchanged. git describe --tags says: 0.7.4-19-g6e39a0d Not yet tested with cmucl. - - - - - a5964448 by Raymond Toy at 2018-01-23T20:20:54-08:00 Fixes for cmucl bin/build-utils.sh: * Temporarily turn off -batch clx/dependent.lisp: * WITH-ARRAY-DATA is in the LISP package, not KERNEL clx/provide.lisp: * For cmucl, don't compile anything else after (provide :clx) - - - - - c54f706e by Raymond Toy at 2018-01-24T09:40:50-08:00 Put back open-x-stream. Brought back from the master branch. - - - - - c802a375 by Raymond Toy at 2018-01-24T09:41:32-08:00 Disable arglist declaration for cmucl Don't know why this doesn't work, but removing it makes the macro compile correctly. - - - - - 6ea45079 by Raymond Toy at 2018-01-27T09:06:25-08:00 Move these files extensions dir to match upstream clx. [skip-ci] - - - - - e6f4c980 by Raymond Toy at 2018-01-27T09:08:11-08:00 Merge upstream changes. [skip-ci] - - - - - 286801fd by Raymond Toy at 2018-01-27T09:09:49-08:00 Merge branch 'rtoy-update-clx' into rtoy-update-clx-with-cmucl-fixes - - - - - 560af621 by Raymond Toy at 2018-01-27T09:19:42-08:00 Update file paths for clx/extensions Some files were moved to clx/extensions, so need to update the build paths appropriately. - - - - - c1864fe6 by Raymond Toy at 2018-01-27T09:23:20-08:00 Merge upstream demo files [skip-ci] - - - - - f09962e2 by Raymond Toy at 2018-01-27T09:24:57-08:00 Merge branch 'rtoy-update-clx' into rtoy-update-clx-with-cmucl-fixes - - - - - 87bd6d9d by Raymond Toy at 2018-01-27T09:30:02-08:00 Update comments to reflect what we've done. - - - - - d10aa4a6 by Raymond Toy at 2018-01-27T11:42:22-08:00 Add -batch flag back, as it used to be. - - - - - b464fc94 by Raymond Toy at 2018-01-27T19:52:26+00:00 Merge branch 'rtoy-update-clx-with-cmucl-fixes' into 'master' Update clx from upstream Closes #50 See merge request cmucl/cmucl!31 - - - - - 30 changed files: - src/clx/README-CMUCL - src/clx/attributes.lisp - src/clx/buffer.lisp - src/clx/bufmac.lisp - src/clx/build-clx.lisp - src/clx/clx-module.lisp - src/clx/clx.lisp - src/clx/cmudep.lisp - src/clx/defsystem.lisp - src/clx/demo/bezier.lisp - src/clx/demo/beziertest.lisp - src/clx/demo/clclock.lisp - src/clx/demo/clipboard.lisp - src/clx/demo/clx-demos.lisp - src/clx/demo/gl-test.lisp - src/clx/demo/hello.lisp - src/clx/demo/mandel.lisp - src/clx/dep-allegro.lisp - + src/clx/dep-lispworks.lisp - src/clx/dep-openmcl.lisp - src/clx/depdefs.lisp - src/clx/dependent.lisp - src/clx/display.lisp - src/clx/excldefsys.lisp - src/clx/excldep.lisp - src/clx/big-requests.lisp → src/clx/extensions/big-requests.lisp - src/clx/dpms.lisp → src/clx/extensions/dpms.lisp - src/clx/gl.lisp → src/clx/extensions/gl.lisp - src/clx/glx.lisp → src/clx/extensions/glx.lisp - src/clx/screensaver.lisp → src/clx/extensions/screensaver.lisp The diff was not included because it is too large. View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/compare/631990102d817923c0fadcdad... --- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/compare/631990102d817923c0fadcdad... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy