projects/mirror/quicktime-ffi.git
3 years ago:gcc-xml-cl-source-file -> :cl-source-file in the asdf master
Cyrus Harmon [Sat, 13 Jun 2009 19:12:19 +0000] 
:gcc-xml-cl-source-file -> :cl-source-file in the asdf

3 years agorename source files from *.cl -> *.lisp
Cyrus Harmon [Sat, 13 Jun 2009 19:00:30 +0000] 
rename source files from *.cl -> *.lisp

5 years agofix asdf file to work with recent gcc-xml-ffi origin
sly [Wed, 14 May 2008 19:33:29 +0000] 
fix asdf file to work with recent gcc-xml-ffi

7 years agoremoving outdated file
sly [Fri, 17 Mar 2006 20:42:01 +0000] 
removing outdated file

7 years ago * moved some stuff out of test and into quicktime-util
sly [Fri, 17 Mar 2006 20:25:58 +0000] 
   * moved some stuff out of test and into quicktime-util

7 years agoNeed the CarbonCore framework now. Add it to the init stuff to copy the directory...
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.

7 years agotrivial change. Define CF_OPEN_SOURCE to be 1
sly [Fri, 10 Mar 2006 19:46:33 +0000] 
trivial change. Define CF_OPEN_SOURCE to be 1

7 years ago* Added MachineExceptions.h. This is a hacked up version of Apple's
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.

7 years ago* Removed bogus README 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

7 years agoremove bogus changes
sly [Thu, 26 Jan 2006 20:04:36 +0000] 
remove bogus changes

7 years agoRevert bogus makefile
sly [Thu, 26 Jan 2006 20:04:04 +0000] 
Revert bogus makefile

7 years agocheck this in even though its bogus...
sly [Thu, 26 Jan 2006 20:02:30 +0000] 
check this in even though its bogus...

7 years agotypo. unix-name is now in ch-util.
sly [Thu, 27 Oct 2005 22:02:00 +0000] 
typo. unix-name is now in ch-util.

7 years agocleaning up the build some more
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

7 years agoforgot to add include file
sly [Thu, 27 Oct 2005 15:45:38 +0000] 
forgot to add include file

7 years agoAdding clean target
sly [Thu, 27 Oct 2005 06:38:23 +0000] 
Adding clean target

7 years agoremove old junk
sly [Thu, 27 Oct 2005 05:46:07 +0000] 
remove old junk

7 years agogetting ready for new ch-asdf package regime
sly [Thu, 27 Oct 2005 04:03:03 +0000] 
getting ready for new ch-asdf package regime

7 years agomore test junk
sly [Wed, 12 Oct 2005 22:17:58 +0000] 
more test junk

7 years agocleaning up test code a bit
sly [Wed, 12 Oct 2005 22:07:50 +0000] 
cleaning up test code a bit

7 years agofixing the quicktime-test asd file and removigng lib
sly [Wed, 12 Oct 2005 18:54:47 +0000] 
fixing the quicktime-test asd file and removigng lib

7 years agosome utilities temporarily here.
sly [Wed, 12 Oct 2005 17:51:11 +0000] 
some utilities temporarily here.

7 years agoadding ensure-directories-exist for lib
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)

7 years agocarbon-ffi-init -> quicktime-init
sly [Wed, 12 Oct 2005 17:44:38 +0000] 
carbon-ffi-init -> quicktime-init

7 years agoremoved
sly [Wed, 12 Oct 2005 17:41:39 +0000] 
removed

7 years agoadding init system for making the carbon-headers
sly [Wed, 12 Oct 2005 17:40:44 +0000] 
adding init system for making the carbon-headers

7 years agomaking tests work again.
sly [Wed, 12 Oct 2005 17:40:30 +0000] 
making tests work again.

7 years agoadded quicktime-util to the asd file
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...

7 years agoadding new file with quicktime utility functions in it.
sly [Mon, 3 Oct 2005 21:30:16 +0000] 
adding new file with quicktime utility functions in it.

7 years agoadding makefiles to make custom cores
sly [Fri, 30 Sep 2005 18:53:54 +0000] 
adding makefiles to make custom cores

7 years ago... fsspec stuff
sly [Fri, 30 Sep 2005 18:49:16 +0000] 
... fsspec stuff
... getting initial movie creation tests going

7 years agoadding modified header file to work arround innanities in the
sly [Tue, 27 Sep 2005 06:08:04 +0000] 
adding modified header file to work arround innanities in the
CoreAudtioTypes header file.

7 years agoadding test stuff.
sly [Tue, 27 Sep 2005 06:07:02 +0000] 
adding test stuff.

7 years agoAdding a first cut at the quicktime FFI.
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.