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
...
*
INVOKE-WITH-CONVERSION: Support classes as message receivers.
Matthias Benkard
2007-09-17
1
-10
/
+24
*
LOW-LEVEL-INVOKE: Support selectors as arguments.
Matthias Benkard
2007-09-17
1
-1
/
+4
*
Cache the return values of RETRIEVE-METHOD-SIGNATURE-INFO.
Matthias Benkard
2007-09-17
1
-1
/
+3
*
LOW-LEVEL-INVOKE: Don't break upon invocations with a void return type.
Matthias Benkard
2007-09-17
1
-1
/
+5
*
LOW-LEVEL-INVOKE: Fix return type lossage.
Matthias Benkard
2007-09-17
1
-1
/
+1
*
PRIMITIVE-INVOKE: Don't break upon invocations with a void return type.
Matthias Benkard
2007-09-17
1
-1
/
+4
*
Add INVOKE-WITH-CONVERSION, a reliable INVOKE-BY-NAME alternative.
Matthias Benkard
2007-09-17
1
-0
/
+149
*
PRIMITIVE-INVOKE: Make the compiler macro warn the user about unknown methods.
Matthias Benkard
2007-09-17
1
-3
/
+9
*
PRIMITIVE-INVOKE: Make the compiler macro degrade gracefully when a constant ...
Matthias Benkard
2007-09-17
1
-1
/
+6
*
Define a compiler macro for PRIMITVE-INVOKE that moves constant selector conv...
Matthias Benkard
2007-09-17
1
-0
/
+14
*
PRIMITIVE-INVOKE: Simplify memory allocation.
Matthias Benkard
2007-09-16
1
-49
/
+57
*
Add classes for tagged pointers.
Matthias Benkard
2007-09-16
1
-0
/
+1
*
PRIMITIVE-INVOKE: Support non-pointer arguments.
Matthias Benkard
2007-09-16
1
-4
/
+9
*
PRIMITIVE-INVOKE: More refactoring.
Matthias Benkard
2007-09-16
1
-63
/
+50
*
PRIMITIVE-INVOKE: Refactoring.
Matthias Benkard
2007-09-16
1
-84
/
+80
*
PRIMITIVE-INVOKE: Support string arguments.
Matthias Benkard
2007-09-16
1
-65
/
+77
*
PRIMITIVE-INVOKE: Fix a bunch of memory access bugs.
Matthias Benkard
2007-09-16
1
-69
/
+76
*
Add test cases for PRIMITIVE-INVOKE and fix some stupid bugs.
Matthias Benkard
2007-09-16
1
-4
/
+2
*
Remember to pass self and _cmd to methods.
Matthias Benkard
2007-09-16
1
-3
/
+7
*
Reimplement PRIMITIVE-INVOKE and rename the old version UNSAFE-PRIMITIVE-INVOKE.
Matthias Benkard
2007-09-15
1
-6
/
+74
*
Fix a bug in number-to-pointer conversion.
Matthias Benkard
2007-09-15
1
-1
/
+1
*
Introduce PRIMITIVE-INVOKE, a lower-level INVOKE-BY-NAME alternative written ...
Matthias Benkard
2007-09-14
1
-0
/
+34
*
Refactor object coercion.
Matthias Benkard
2007-09-14
1
-46
/
+35
*
Code reorganisation.
Matthias Benkard
2007-09-14
1
-0
/
+141
*
Add a SELECTOR function and use coerced selectors in Objective C code rather ...
Matthias Benkard
2007-08-13
1
-5
/
+16
*
Code cleanup, fix a couple of memory leaks.
Matthias Benkard
2007-08-12
1
-39
/
+24
*
Rename the internal function OBJCL-INVOKE-CLASS-METHOD to OBJCL-INVOKE-METHOD.
Matthias Benkard
2007-08-07
1
-2
/
+2
*
Improve type safety of method calls.
Matthias Benkard
2007-08-07
1
-0
/
+4
*
Put name conversion routines into their own file.
Matthias Benkard
2007-08-06
1
-29
/
+15
*
Improve documentation.
Matthias Benkard
2007-08-05
1
-36
/
+44
*
Docstring changes to make my newly written documentation generator happy.
Matthias Benkard
2007-08-05
1
-27
/
+29
*
Properly document INVOKE and INVOKE-BY-NAME.
Matthias Benkard
2007-08-04
1
-2
/
+86
*
Implement the public function INVOKE.
Matthias Benkard
2007-08-04
1
-3
/
+29
*
Define an external interface, properly document FIND-OBJC-CLASS.
Matthias Benkard
2007-08-04
1
-3
/
+12
*
More file and directory layout refactoring.
Matthias Benkard
2007-08-04
1
-34
/
+0
*
Refactor directory and source file layout.
Matthias Benkard
2007-08-04
1
-0
/
+96
[prev]