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
/
libobjcl.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix ENSURE-OBJECTIVE-C-CLASS-PAIR.
Matthias Benkard
2008-02-17
1
-0
/
+3
*
Fix SLOT-VALUE-USING-CLASS (OBJECTIVE-C-CLASS ...).
Matthias Benkard
2008-02-17
1
-2
/
+2
*
Add module: instance-management.
Matthias Benkard
2008-02-16
1
-0
/
+3
*
Objective-C layer: Add functions for determining whether a class is managed b...
Matthias Benkard
2008-02-16
1
-0
/
+6
*
Use NSRecursiveLock rather than POSIX semaphores.
Matthias Benkard
2008-02-16
1
-20
/
+6
*
System refactoring.
Matthias Benkard
2008-02-15
1
-1
/
+3
*
Lay the groundwork for super calls.
Matthias Benkard
2008-02-14
1
-1
/
+3
*
Glue layer: Add functions for class creation.
Matthias Benkard
2008-02-10
1
-1
/
+1
*
Objective-C layer: Add functions for class creation.
Matthias Benkard
2008-02-09
1
-0
/
+23
*
Objective-C layer: Implement locking using semaphores.
Matthias Benkard
2008-02-07
1
-0
/
+15
*
Objective-C layer: Add objcl_create_imp and assorted functions.
Matthias Benkard
2008-02-07
1
-0
/
+14
*
Objective-C layer: Add slot handling functions.
Matthias Benkard
2008-02-03
1
-0
/
+27
*
Objective-C layer: Add objcl_class_superclass.
Matthias Benkard
2008-02-03
1
-0
/
+3
*
Objective-C layer: Add function objcl_objc2_p.
Matthias Benkard
2008-01-29
1
-0
/
+3
*
Do not build our own libffi if we can find one installed on the system.
Matthias Benkard
2008-01-27
1
-1
/
+9
*
Apply the LGPLv3 to all the code previously released under the GPLv3.
Matthias Benkard
2008-01-26
1
-6
/
+7
*
Make compile-time selector warnings work on the NeXT runtime, clean the Objec...
Matthias Benkard
2007-10-10
1
-0
/
+3
*
Add FIND-OBJC-META-CLASS, fix some minor bugs.
Matthias Benkard
2007-09-26
1
-0
/
+3
*
Apply the GPLv3 to my code and clarify the license of the PyObjC parts.
Matthias Benkard
2007-09-26
1
-0
/
+16
*
Objective-C layer: Add functions for determining the Objective-C runtime used...
Matthias Benkard
2007-09-21
1
-0
/
+12
*
Prune yet another bunch of unused code chunks.
Matthias Benkard
2007-09-21
1
-8
/
+2
*
Objective-C layer: Remove the code needed by the obsolete version of INVOKE-B...
Matthias Benkard
2007-09-21
1
-27
/
+0
*
Fix the coercion rules for FLOAT and BOOLEAN values.
Matthias Benkard
2007-09-20
1
-0
/
+8
*
Simplify the Objective-C layer, make the newest additions compatible with the...
Matthias Benkard
2007-09-18
1
-6
/
+6
*
INVOKE-WITH-CONVERSION: Support arrays, structs, and unions, and convert Lisp...
Matthias Benkard
2007-09-18
1
-0
/
+3
*
Objective-C layer: Add functions for dealing with classes and metaclasses.
Matthias Benkard
2007-09-18
1
-0
/
+12
*
Remember to pass self and _cmd to methods.
Matthias Benkard
2007-09-16
1
-3
/
+1
*
Objective-C layer: Simplify the interface of objcl_invoke_with_types.
Matthias Benkard
2007-09-15
1
-2
/
+1
*
Objective-C layer: Implement objcl_invoke_with_types.
Matthias Benkard
2007-09-15
1
-3
/
+4
*
Make the libffi support code from PyObjC compilable stand-alone.
Matthias Benkard
2007-09-15
1
-0
/
+3
*
Add libffi support code from PyObjC.
Matthias Benkard
2007-09-15
1
-4
/
+0
*
Add some support files from PyObjC.
Matthias Benkard
2007-09-15
1
-0
/
+18
*
New C function: objcl_get_method_implementation.
Matthias Benkard
2007-09-14
1
-0
/
+4
*
Add a SELECTOR function and use coerced selectors in Objective C code rather ...
Matthias Benkard
2007-08-13
1
-1
/
+1
*
Rename the internal function OBJCL-INVOKE-CLASS-METHOD to OBJCL-INVOKE-METHOD.
Matthias Benkard
2007-08-07
1
-10
/
+4
*
Make class and selector name retrieval more portable.
Matthias Benkard
2007-08-06
1
-0
/
+3
*
Add the FIND-SELECTOR function.
Matthias Benkard
2007-08-06
1
-3
/
+6
*
Refactor directory and source file layout.
Matthias Benkard
2007-08-04
1
-0
/
+62