summaryrefslogtreecommitdiff
path: root/objective-cl.asd
Commit message (Expand)AuthorAgeFilesLines
* Collect and register all known Objective-C classes at load time.Matthias Benkard2008-02-201-5/+15
* Add module: instance-management.Matthias Benkard2008-02-161-0/+4
* System refactoring.Matthias Benkard2008-02-151-1/+2
* Reorder modules in system definition.Matthias Benkard2008-02-121-10/+10
* Make internal-utilities depend on data-types.Matthias Benkard2008-02-121-1/+2
* Add a policy for distinguishing between char and BOOL return values.Matthias Benkard2008-02-121-1/+5
* Bump version.Matthias Benkard2008-02-111-1/+1
* Bump version.Matthias Benkard2008-02-101-1/+1
* Revamp the system definition.Matthias Benkard2008-02-101-112/+2
* Add system objective-cl-clozure-compat.Matthias Benkard2008-02-031-4/+6
* Replace all occurrences of OBJC-CLASS with OBJECTIVE-C-CLASS.Matthias Benkard2008-02-021-1/+2
* Add OBJECTIVE-C-CLASS, a metaclass for Objective-C class wrappers.Matthias Benkard2008-02-021-0/+5
* Add Closer to MOP as a dependency.Matthias Benkard2008-02-021-1/+2
* Adapt the system definition to the new directory layout.Matthias Benkard2008-01-291-5/+20
* Bump version.Matthias Benkard2008-01-271-2/+2
* Do not build our own libffi if we can find one installed on the system.Matthias Benkard2008-01-271-1/+3
* Bump version.Matthias Benkard2008-01-261-2/+2
* Bump version.Matthias Benkard2008-01-261-2/+2
* Automatically build libffi when loading the system.Matthias Benkard2008-01-261-10/+13
* Improve CLISP compatibility.Matthias Benkard2007-10-181-1/+1
* Support Objective-C code compilation via ASDF.Matthias Benkard2007-10-131-1/+91
* Move PARSE-TYPE into a new module, as it doesn't really belong to the Objecti...Matthias Benkard2007-10-041-0/+4
* Add FIND-OBJC-META-CLASS, fix some minor bugs.Matthias Benkard2007-09-261-1/+2
* Apply the GPLv3 to my code and clarify the license of the PyObjC parts.Matthias Benkard2007-09-261-0/+17
* Fix condition signalling.Matthias Benkard2007-09-241-1/+2
* Make memory management a lot saner.Matthias Benkard2007-09-231-6/+7
* Add a compiler macro for INVOKE.Matthias Benkard2007-09-211-1/+3
* Add condition classes NO-SUCH-SELECTOR and MESSAGE-NOT-UNDERSTOOD.Matthias Benkard2007-09-211-2/+5
* Fix the coercion rules for FLOAT and BOOLEAN values.Matthias Benkard2007-09-201-1/+2
* PRIMITIVE-INVOKE: Simplify memory allocation.Matthias Benkard2007-09-161-0/+1
* Use PRIMITIVE-INVOKE in memory management and clean the codebase up a bit.Matthias Benkard2007-09-141-11/+14
* Code reorganisation.Matthias Benkard2007-09-141-4/+3
* Fix ASDF dependencies.Matthias Benkard2007-08-071-1/+3
* Overload EQUAL and EQUALP for Objective C objects.Matthias Benkard2007-08-071-25/+26
* Put name conversion routines into their own file.Matthias Benkard2007-08-061-0/+3
* Define an external interface, properly document FIND-OBJC-CLASS.Matthias Benkard2007-08-041-3/+6
* More file and directory layout refactoring.Matthias Benkard2007-08-041-10/+22
* Refactor directory and source file layout.Matthias Benkard2007-08-041-0/+8
* Beginnings of an Objective C bridge.Matthias Benkard2007-08-021-0/+9