index
:
mulk/objective-cl
master
Two-way Common-Lisp–Objective-C bridge.
Matthias Benkard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
objective-cl.asd
Commit message (
Expand
)
Author
Age
Files
Lines
*
Collect and register all known Objective-C classes at load time.
Matthias Benkard
2008-02-20
1
-5
/
+15
*
Add module: instance-management.
Matthias Benkard
2008-02-16
1
-0
/
+4
*
System refactoring.
Matthias Benkard
2008-02-15
1
-1
/
+2
*
Reorder modules in system definition.
Matthias Benkard
2008-02-12
1
-10
/
+10
*
Make internal-utilities depend on data-types.
Matthias Benkard
2008-02-12
1
-1
/
+2
*
Add a policy for distinguishing between char and BOOL return values.
Matthias Benkard
2008-02-12
1
-1
/
+5
*
Bump version.
Matthias Benkard
2008-02-11
1
-1
/
+1
*
Bump version.
Matthias Benkard
2008-02-10
1
-1
/
+1
*
Revamp the system definition.
Matthias Benkard
2008-02-10
1
-112
/
+2
*
Add system objective-cl-clozure-compat.
Matthias Benkard
2008-02-03
1
-4
/
+6
*
Replace all occurrences of OBJC-CLASS with OBJECTIVE-C-CLASS.
Matthias Benkard
2008-02-02
1
-1
/
+2
*
Add OBJECTIVE-C-CLASS, a metaclass for Objective-C class wrappers.
Matthias Benkard
2008-02-02
1
-0
/
+5
*
Add Closer to MOP as a dependency.
Matthias Benkard
2008-02-02
1
-1
/
+2
*
Adapt the system definition to the new directory layout.
Matthias Benkard
2008-01-29
1
-5
/
+20
*
Bump version.
Matthias Benkard
2008-01-27
1
-2
/
+2
*
Do not build our own libffi if we can find one installed on the system.
Matthias Benkard
2008-01-27
1
-1
/
+3
*
Bump version.
Matthias Benkard
2008-01-26
1
-2
/
+2
*
Bump version.
Matthias Benkard
2008-01-26
1
-2
/
+2
*
Automatically build libffi when loading the system.
Matthias Benkard
2008-01-26
1
-10
/
+13
*
Improve CLISP compatibility.
Matthias Benkard
2007-10-18
1
-1
/
+1
*
Support Objective-C code compilation via ASDF.
Matthias Benkard
2007-10-13
1
-1
/
+91
*
Move PARSE-TYPE into a new module, as it doesn't really belong to the Objecti...
Matthias Benkard
2007-10-04
1
-0
/
+4
*
Add FIND-OBJC-META-CLASS, fix some minor bugs.
Matthias Benkard
2007-09-26
1
-1
/
+2
*
Apply the GPLv3 to my code and clarify the license of the PyObjC parts.
Matthias Benkard
2007-09-26
1
-0
/
+17
*
Fix condition signalling.
Matthias Benkard
2007-09-24
1
-1
/
+2
*
Make memory management a lot saner.
Matthias Benkard
2007-09-23
1
-6
/
+7
*
Add a compiler macro for INVOKE.
Matthias Benkard
2007-09-21
1
-1
/
+3
*
Add condition classes NO-SUCH-SELECTOR and MESSAGE-NOT-UNDERSTOOD.
Matthias Benkard
2007-09-21
1
-2
/
+5
*
Fix the coercion rules for FLOAT and BOOLEAN values.
Matthias Benkard
2007-09-20
1
-1
/
+2
*
PRIMITIVE-INVOKE: Simplify memory allocation.
Matthias Benkard
2007-09-16
1
-0
/
+1
*
Use PRIMITIVE-INVOKE in memory management and clean the codebase up a bit.
Matthias Benkard
2007-09-14
1
-11
/
+14
*
Code reorganisation.
Matthias Benkard
2007-09-14
1
-4
/
+3
*
Fix ASDF dependencies.
Matthias Benkard
2007-08-07
1
-1
/
+3
*
Overload EQUAL and EQUALP for Objective C objects.
Matthias Benkard
2007-08-07
1
-25
/
+26
*
Put name conversion routines into their own file.
Matthias Benkard
2007-08-06
1
-0
/
+3
*
Define an external interface, properly document FIND-OBJC-CLASS.
Matthias Benkard
2007-08-04
1
-3
/
+6
*
More file and directory layout refactoring.
Matthias Benkard
2007-08-04
1
-10
/
+22
*
Refactor directory and source file layout.
Matthias Benkard
2007-08-04
1
-0
/
+8
*
Beginnings of an Objective C bridge.
Matthias Benkard
2007-08-02
1
-0
/
+9