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-C
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Objective-C layer: Add objcl_create_imp and assorted functions.
Matthias Benkard
2008-02-07
2
-0
/
+107
*
Objective-C layer: Add some debugging aids.
Matthias Benkard
2008-02-04
1
-0
/
+36
*
Glue layer: Add slot handling functions.
Matthias Benkard
2008-02-03
1
-4
/
+9
*
Objective-C layer: Add slot handling functions.
Matthias Benkard
2008-02-03
3
-4
/
+95
*
Objective-C layer: Make use of the Objective-C 2.0 runtime.
Matthias Benkard
2008-02-03
2
-21
/
+15
*
Objective-C layer: Add objcl_class_superclass.
Matthias Benkard
2008-02-03
2
-0
/
+15
*
Objective-C layer: Add function objcl_objc2_p.
Matthias Benkard
2008-01-29
2
-0
/
+14
*
Add pyobjc-compat.h from PyObjC.
Matthias Benkard
2008-01-28
2
-0
/
+104
*
Add NeXT runtime guards to the files imported from PyObjC.
Matthias Benkard
2008-01-28
2
-0
/
+8
*
Import NeXT runtime support files from PyObjC.
Matthias Benkard
2008-01-28
3
-1
/
+1186
*
Add GNU runtime guards to the files imported from JIGS.
Matthias Benkard
2008-01-28
3
-11
/
+13
*
Import GNU runtime support files from JIGS.
Matthias Benkard
2008-01-28
4
-1
/
+445
*
Directory layout: Put code imported from PyObjC into its own directory.
Matthias Benkard
2008-01-28
11
-5
/
+6
*
Do not build our own libffi if we can find one installed on the system.
Matthias Benkard
2008-01-27
3
-5
/
+37
*
Minor makefile cleanups.
Matthias Benkard
2008-01-26
1
-8
/
+0
*
Fix the libffi build procedure for Mac OS X.
Matthias Benkard
2008-01-26
1
-1
/
+1
*
Link statically against libffi, unbreak the build system on Mac OS X again.
Matthias Benkard
2008-01-26
1
-3
/
+14
*
Automatically build libffi when loading the system.
Matthias Benkard
2008-01-26
1
-3
/
+15
*
Apply the LGPLv3 to all the code previously released under the GPLv3.
Matthias Benkard
2008-01-26
2
-12
/
+14
*
Support building on Mac OS X without gnustep-make.
Matthias Benkard
2007-10-18
1
-2
/
+23
*
Objective-C layer: Make initialisation more robust.
Matthias Benkard
2007-10-13
1
-6
/
+20
*
Make compile-time selector warnings work on the NeXT runtime, clean the Objec...
Matthias Benkard
2007-10-10
2
-3
/
+25
*
Add FIND-OBJC-META-CLASS, fix some minor bugs.
Matthias Benkard
2007-09-26
2
-0
/
+23
*
Apply the GPLv3 to my code and clarify the license of the PyObjC parts.
Matthias Benkard
2007-09-26
3
-0
/
+49
*
Objective-C layer: Add functions for determining the Objective-C runtime used...
Matthias Benkard
2007-09-21
2
-0
/
+50
*
Make the test suite work on Mac OS X.
Matthias Benkard
2007-09-21
1
-1
/
+4
*
Prune yet another bunch of unused code chunks.
Matthias Benkard
2007-09-21
2
-10
/
+4
*
Objective-C layer: Remove the code needed by the obsolete version of INVOKE-B...
Matthias Benkard
2007-09-21
2
-257
/
+0
*
Fix the coercion rules for FLOAT and BOOLEAN values.
Matthias Benkard
2007-09-20
2
-0
/
+26
*
Objective-C layer: Make up for forgetting to add a replacement for pyobjc.h.
Matthias Benkard
2007-09-18
1
-0
/
+46
*
Simplify the Objective-C layer, make the newest additions compatible with the...
Matthias Benkard
2007-09-18
2
-79
/
+27
*
INVOKE-WITH-CONVERSION: Support arrays, structs, and unions, and convert Lisp...
Matthias Benkard
2007-09-18
2
-0
/
+10
*
Objective-C layer: Add functions for dealing with classes and metaclasses.
Matthias Benkard
2007-09-18
2
-0
/
+67
*
PRIMITIVE-INVOKE: Fix a bunch of memory access bugs.
Matthias Benkard
2007-09-16
1
-2
/
+5
*
Remember to pass self and _cmd to methods.
Matthias Benkard
2007-09-16
2
-8
/
+7
*
Reimplement PRIMITIVE-INVOKE and rename the old version UNSAFE-PRIMITIVE-INVOKE.
Matthias Benkard
2007-09-15
1
-0
/
+5
*
Objective-C layer: Simplify the interface of objcl_invoke_with_types.
Matthias Benkard
2007-09-15
2
-9
/
+5
*
Synchronise libffi_support.m with libffi_support.h.
Matthias Benkard
2007-09-15
1
-3
/
+3
*
Objective-C layer: Implement objcl_invoke_with_types.
Matthias Benkard
2007-09-15
2
-17
/
+43
*
Make the libffi support code from PyObjC compilable stand-alone.
Matthias Benkard
2007-09-15
6
-763
/
+90
*
Add libffi support code from PyObjC.
Matthias Benkard
2007-09-15
5
-10
/
+1101
*
Make the code copied from PyObjC compilable stand-alone.
Matthias Benkard
2007-09-15
8
-105
/
+59
*
Add some support files from PyObjC.
Matthias Benkard
2007-09-15
9
-2
/
+1357
*
New C function: objcl_get_method_implementation.
Matthias Benkard
2007-09-14
2
-0
/
+37
*
Preliminary support for the Apple Objective-C runtime.
Matthias Benkard
2007-09-14
1
-60
/
+110
*
Use @encode to encode type information.
Matthias Benkard
2007-09-12
1
-7
/
+7
*
Add a SELECTOR function and use coerced selectors in Objective C code rather ...
Matthias Benkard
2007-08-13
2
-7
/
+9
*
Rename the internal function OBJCL-INVOKE-CLASS-METHOD to OBJCL-INVOKE-METHOD.
Matthias Benkard
2007-08-07
2
-63
/
+9
*
Make class and selector name retrieval more portable.
Matthias Benkard
2007-08-06
2
-3
/
+26
*
Add the FIND-SELECTOR function.
Matthias Benkard
2007-08-06
2
-6
/
+25
[prev]
[next]