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
/
Lisp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Properly handle typespec designators in foreign slot definitions.
HEAD
master
Matthias Benkard
2008-12-04
1
-1
/
+16
*
Improve code formatting.
Matthias Benkard
2008-12-04
1
-11
/
+8
*
Add function IN-METHOD-SYNTAX.
Matthias Benkard
2008-12-04
2
-4
/
+12
*
Minor cleanups and fixes.
Matthias Benkard
2008-12-04
2
-2
/
+8
*
Automatically register Objective-C classes used as superclasses.
Matthias Benkard
2008-12-04
2
-6
/
+13
*
When receiving a Lisp value wrapper from Objective-C, unwrap it automatically.
Matthias Benkard
2008-03-24
4
-11
/
+23
*
Wrap Lisp values when trying to send them messages.
Matthias Benkard
2008-03-24
2
-2
/
+9
*
Fix SELECTOR-FUNCTION for CMUCL again.
Matthias Benkard
2008-03-23
1
-1
/
+1
*
Explain the rationale for passing a static class name as the first argument t...
Matthias Benkard
2008-03-21
1
-0
/
+31
*
Improve DEFINE-OBJECTIVE-C-METHOD documentation.
Matthias Benkard
2008-03-21
1
-3
/
+12
*
Documentation: Minor fixes.
Matthias Benkard
2008-03-20
2
-9
/
+9
*
Fix type handling on Mac OS X.
Matthias Benkard
2008-03-19
1
-9
/
+24
*
Fix method invocation on Mac OS X.
Matthias Benkard
2008-03-19
1
-5
/
+4
*
Move (OBJECT-GET-CLASS RECEIVER) from INVOKE-BY-NAME-SUPER-V to RETRIEVE-METH...
Matthias Benkard
2008-03-19
2
-16
/
+10
*
Make INTERN-POINTER-WRAPPER intern OBJECTIVE-C-CLASSes.
Matthias Benkard
2008-03-19
2
-4
/
+9
*
Add a NAME slot to class SELECTOR.
Matthias Benkard
2008-03-19
2
-41
/
+43
*
Make TYPESPEC a struct type.
Matthias Benkard
2008-03-19
7
-136
/
+205
*
Replace all CFFI array types with pointer types.
Matthias Benkard
2008-03-18
1
-7
/
+7
*
Fix support for older versions of CFFI.
Matthias Benkard
2008-03-18
2
-4
/
+5
*
Clarify CMUCL-specific function SELECTOR-FUNCTION.
Matthias Benkard
2008-03-18
1
-5
/
+21
*
Implement the generic sequence protocol for NSArray on SBCL.
Matthias Benkard
2008-03-14
1
-0
/
+61
*
Add a simple example use case for the type declaration reader macro.
Matthias Benkard
2008-03-13
1
-0
/
+15
*
OBJCL-CLASS-SET-BACKED-BY-LISP-CLASS/POINTER: Correct type signature.
Matthias Benkard
2008-03-13
1
-1
/
+1
*
Internal type declaration reader macro: Insert THE and DECLARE forms as appro...
Matthias Benkard
2008-03-13
1
-10
/
+30
*
Make use of the fact that readtables are file-local.
Matthias Benkard
2008-03-13
3
-8
/
+8
*
Add more type declarations.
Matthias Benkard
2008-03-13
1
-0
/
+12
*
Internal type declaration reader macro: Add &REST NIL to the return type by d...
Matthias Benkard
2008-03-13
1
-1
/
+5
*
Use the new type declaration reader macro in Objective-CL code.
Matthias Benkard
2008-03-13
2
-20
/
+21
*
Internal type declaration reader macro: Generate correct declarations.
Matthias Benkard
2008-03-13
1
-9
/
+16
*
Add an internal reader macro for more readable type declarations.
Matthias Benkard
2008-03-13
2
-13
/
+91
*
Minor cleanups.
Matthias Benkard
2008-03-12
3
-14
/
+0
*
Fix selector funcallability on CMUCL.
Matthias Benkard
2008-03-12
1
-5
/
+18
*
Pass class names instead of classes to ENSURE-GENERIC-FUNCTION-USING-CLASS.
Matthias Benkard
2008-03-12
1
-2
/
+2
*
Debian: Satisfy linda and lintian.
Matthias Benkard
2008-03-08
1
-1
/
+1
*
debian/watch: Fix the link pattern.
Matthias Benkard
2008-03-08
1
-1
/
+1
*
Prepare the build system for separate compilation of libobjcl.
Matthias Benkard
2008-03-07
1
-0
/
+1
*
Aesthetic improvements.
Matthias Benkard
2008-03-07
2
-11
/
+3
*
Correctly handle methods with a :VOID return type.
Matthias Benkard
2008-03-07
1
-1
/
+1
*
Implement memory management for Lisp-managed instances.
Matthias Benkard
2008-03-07
1
-3
/
+29
*
Add method COERCE-OBJECT (T (EQL :VOID)).
Matthias Benkard
2008-03-07
1
-0
/
+4
*
Call ENSURE-GENERIC-FUNCTION-USING-CLASS at compile-time as well.
Matthias Benkard
2008-03-07
1
-1
/
+1
*
INTERN-CALLBACK-NAME: Correctly distinguish callbacks by the classes they are...
Matthias Benkard
2008-03-07
1
-1
/
+2
*
Use ENSURE-GENERIC-FUNCTION-USING-CLASS instead of ENSURE-GENERIC-FUNCTION.
Matthias Benkard
2008-03-07
2
-3
/
+16
*
Remove an obsolete debugging aid.
Matthias Benkard
2008-03-07
1
-4
/
+0
*
Have callbacks properly return pointers to :ID, :CLASS and :SELECTOR values.
Matthias Benkard
2008-03-07
1
-11
/
+15
*
Eliminate a potential conflict between the documentation and the test suite.
Matthias Benkard
2008-03-07
1
-2
/
+2
*
Update documentation.
Matthias Benkard
2008-03-07
1
-8
/
+8
*
Fix COERCE-OBJECT (... (EQL :ID)).
Matthias Benkard
2008-03-07
2
-11
/
+8
*
Fix code formatting.
Matthias Benkard
2008-03-06
1
-14
/
+15
*
Remove a bunch of DEFINE-OBJECTIVE-C-GENERIC-FUNCTION calls.
Matthias Benkard
2008-03-06
3
-8
/
+6
[next]