summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Cyrus Harmon [Sat, 13 Jun 2009 19:12:19 +0000]
:gcc-xml-cl-source-file -> :cl-source-file in the asdf
Cyrus Harmon [Sat, 13 Jun 2009 19:00:30 +0000]
rename source files from *.cl -> *.lisp
sly [Wed, 14 May 2008 19:33:29 +0000]
fix asdf file to work with recent gcc-xml-ffi
sly [Fri, 17 Mar 2006 20:42:01 +0000]
removing outdated file
sly [Fri, 17 Mar 2006 20:25:58 +0000]
* moved some stuff out of test and into quicktime-util
sly [Fri, 10 Mar 2006 19:47:01 +0000]
Need the CarbonCore framework now. Add it to the init stuff to copy the directory over.
sly [Fri, 10 Mar 2006 19:46:33 +0000]
trivial change. Define CF_OPEN_SOURCE to be 1
sly [Fri, 10 Mar 2006 19:46:12 +0000]
* Added MachineExceptions.h. This is a hacked up version of Apple's
header file that comments out the SSE3 stuff.
sly [Fri, 10 Mar 2006 19:45:38 +0000]
* Removed bogus README stuff.
* Added defpackage.cl dependency for the generated sb-alien bindings source
sly [Thu, 26 Jan 2006 20:04:36 +0000]
remove bogus changes
sly [Thu, 26 Jan 2006 20:04:04 +0000]
Revert bogus makefile
sly [Thu, 26 Jan 2006 20:02:30 +0000]
check this in even though its bogus...
sly [Thu, 27 Oct 2005 22:02:00 +0000]
typo. unix-name is now in ch-util.
sly [Thu, 27 Oct 2005 20:36:37 +0000]
cleaning up the build some more
moved unix-name calls up into ch-asdf and removed them from the asd file
added comment for what quicktime.cl is for
removed redundant code
sly [Thu, 27 Oct 2005 15:45:38 +0000]
forgot to add include file
sly [Thu, 27 Oct 2005 06:38:23 +0000]
Adding clean target
sly [Thu, 27 Oct 2005 05:46:07 +0000]
remove old junk
sly [Thu, 27 Oct 2005 04:03:03 +0000]
getting ready for new ch-asdf package regime
sly [Wed, 12 Oct 2005 22:17:58 +0000]
more test junk
sly [Wed, 12 Oct 2005 22:07:50 +0000]
cleaning up test code a bit
sly [Wed, 12 Oct 2005 18:54:47 +0000]
fixing the quicktime-test asd file and removigng lib
sly [Wed, 12 Oct 2005 17:51:11 +0000]
some utilities temporarily here.
sly [Wed, 12 Oct 2005 17:49:41 +0000]
adding ensure-directories-exist for lib
adding lib to quicktime-init (it needs to be established early)
sly [Wed, 12 Oct 2005 17:44:38 +0000]
carbon-ffi-init -> quicktime-init
sly [Wed, 12 Oct 2005 17:41:39 +0000]
removed
sly [Wed, 12 Oct 2005 17:40:44 +0000]
adding init system for making the carbon-headers
sly [Wed, 12 Oct 2005 17:40:30 +0000]
making tests work again.
sly [Mon, 3 Oct 2005 21:30:59 +0000]
added quicktime-util to the asd file
rejiggering tests, trying to get them to work properly...
sly [Mon, 3 Oct 2005 21:30:16 +0000]
adding new file with quicktime utility functions in it.
sly [Fri, 30 Sep 2005 18:53:54 +0000]
adding makefiles to make custom cores
sly [Fri, 30 Sep 2005 18:49:16 +0000]
... fsspec stuff
... getting initial movie creation tests going
sly [Tue, 27 Sep 2005 06:08:04 +0000]
adding modified header file to work arround innanities in the
CoreAudtioTypes header file.
sly [Tue, 27 Sep 2005 06:07:02 +0000]
adding test stuff.
sly [Tue, 27 Sep 2005 06:06:33 +0000]
Adding a first cut at the quicktime FFI.
Some problems:
1. Some stuff that ends up in the qt package really should be in the
carbon package. Need to map the gcc-xml file element associated
with a gcc-xml declaration to a particular package (or optionally
do so at least)
2. 16-bit alignment for MacOS toolbox structs such as FSSpec doesn't
work.