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
/
method-invocation.lisp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use INTERN-LISP-VALUE for argument conversion.
Matthias Benkard
2008-03-04
1
-17
/
+3
*
Implement ADD-METHOD :AFTER (OBJECTIVE-C-GENERIC-FUNCTION OBJECTIVE-C-METHOD).
Matthias Benkard
2008-03-03
1
-1
/
+1
*
Collect and register all known Objective-C classes at load time.
Matthias Benkard
2008-02-20
1
-25
/
+0
*
Avoid sending messages to potentially unregistered classes.
Matthias Benkard
2008-02-19
1
-0
/
+2
*
Reimplement slot reading.
Matthias Benkard
2008-02-19
1
-31
/
+37
*
Do not allow foreign methods to receive arrays as arguments.
Matthias Benkard
2008-02-18
1
-9
/
+3
*
Do not allow foreign methods to return arrays.
Matthias Benkard
2008-02-18
1
-1
/
+5
*
Fix PRINT-OBJECT (EXCEPTION T).
Matthias Benkard
2008-02-17
1
-1
/
+2
*
Improve the WITH-FOREIGN-STRING-POOL macro.
Matthias Benkard
2008-02-17
1
-148
/
+145
*
Split MAKE-POINTER-WRAPPER into two parts.
Matthias Benkard
2008-02-16
1
-3
/
+4
*
Refine the public interface to Lisp-managed foreign structs and unions.
Matthias Benkard
2008-02-15
1
-3
/
+4
*
Wrap returned structs with TAGGED-STRUCT instances.
Matthias Benkard
2008-02-15
1
-1
/
+3
*
LOW-LEVEL-INVOKE: Support structs and unions as return values.
Matthias Benkard
2008-02-15
1
-4
/
+21
*
Lay the groundwork for super calls.
Matthias Benkard
2008-02-14
1
-1
/
+5
*
Simplify the type handling API.
Matthias Benkard
2008-02-14
1
-13
/
+6
*
Support passing booleans to Objective-C methods.
Matthias Benkard
2008-02-14
1
-1
/
+14
*
When overriding a return type specification, save the nominal type for later ...
Matthias Benkard
2008-02-12
1
-1
/
+9
*
Add a policy for distinguishing between char and BOOL return values.
Matthias Benkard
2008-02-12
1
-0
/
+13
*
Fix the most recent incarnation of PRIMITIVE-INVOKE.
Matthias Benkard
2008-02-12
1
-19
/
+26
*
Unify LOW-LEVEL-INVOKE and PRIMITIVE-INVOKE.
Matthias Benkard
2008-02-12
1
-105
/
+26
*
Do not rely on the GC to remove entries of a weak hash table.
Matthias Benkard
2008-02-11
1
-1
/
+1
*
Internally, do case-sensitivity-mode-independent method calls only.
Matthias Benkard
2008-02-05
1
-12
/
+12
*
Add support for reading foreign slots.
Matthias Benkard
2008-02-05
1
-1
/
+2
*
Wrap objects returned by Objective-C code with the appropriate classes instea...
Matthias Benkard
2008-02-05
1
-1
/
+3
*
Minor cleanups.
Matthias Benkard
2008-02-04
1
-3
/
+3
*
Simplify CONSTRUCTOR-NAME-P.
Matthias Benkard
2008-02-04
1
-6
/
+3
*
Update documentation.
Matthias Benkard
2008-02-03
1
-0
/
+15
*
Add a compiler macro for SELECTOR.
Matthias Benkard
2008-02-03
1
-0
/
+12
*
Replace all occurrences of OBJC-CLASS with OBJECTIVE-C-CLASS.
Matthias Benkard
2008-02-02
1
-7
/
+8
*
Apply the LGPLv3 to all the code previously released under the GPLv3.
Matthias Benkard
2008-01-26
1
-6
/
+6
*
Fix the spelling of `Objective-C' in both code and documentation.
Matthias Benkard
2008-01-26
1
-4
/
+4
*
Support case-sensitive selector designators.
Matthias Benkard
2008-01-26
1
-4
/
+34
*
FIND-SELECTOR: Make ERRORP default to T.
Matthias Benkard
2007-10-10
1
-2
/
+6
*
Make PRIMITIVE-INVOKE compatible with Allegro CL.
Matthias Benkard
2007-10-04
1
-11
/
+19
*
Mimic the way PyObjC handles types.
Matthias Benkard
2007-10-04
1
-1
/
+1
*
Apply the GPLv3 to my code and clarify the license of the PyObjC parts.
Matthias Benkard
2007-09-26
1
-0
/
+17
*
Make memory management a lot saner.
Matthias Benkard
2007-09-23
1
-2
/
+2
*
Improve method invocation docstrings.
Matthias Benkard
2007-09-21
1
-3
/
+20
*
Add a compiler macro for INVOKE.
Matthias Benkard
2007-09-21
1
-65
/
+19
*
Make the test suite work on Mac OS X.
Matthias Benkard
2007-09-21
1
-1
/
+0
*
Add condition classes NO-SUCH-SELECTOR and MESSAGE-NOT-UNDERSTOOD.
Matthias Benkard
2007-09-21
1
-9
/
+12
*
Prune yet another bunch of unused code chunks.
Matthias Benkard
2007-09-21
1
-39
/
+0
*
LOW-LEVEL-INVOKE: Cosmetic changes.
Matthias Benkard
2007-09-21
1
-6
/
+6
*
Remove even more code that has become obsolete through the new version of INV...
Matthias Benkard
2007-09-21
1
-10
/
+0
*
Rip the old INVOKE-BY-NAME code out and replace it with INVOKE-WITH-CONVERSION.
Matthias Benkard
2007-09-21
1
-60
/
+29
*
LOW-LEVEL-INVOKE: Correctly pass typespec data on to the Objective-C layer.
Matthias Benkard
2007-09-21
1
-1
/
+1
*
LOW-LEVEL-INVOKE: Fix indentation.
Matthias Benkard
2007-09-21
1
-94
/
+98
*
Stylistic improvements.
Matthias Benkard
2007-09-20
1
-5
/
+8
*
Fix the coercion rules for FLOAT and BOOLEAN values.
Matthias Benkard
2007-09-20
1
-23
/
+13
*
Make +NIL+ a runtime-only constant.
Matthias Benkard
2007-09-18
1
-1
/
+1
[next]