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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Objective-C layer: Make objcl_class_metaclass work on the NeXT runtime.
Matthias Benkard
2008-02-17
1
-1
/
+1
*
Objective-C layer: Do not use the MetaClass type.
Matthias Benkard
2008-02-17
2
-2
/
+2
*
Minor cleanups.
Matthias Benkard
2008-02-17
3
-8
/
+21
*
Fix a stupid little bug in objcl_create_class.
Matthias Benkard
2008-02-17
1
-2
/
+2
*
Add a class definition test to the test suite.
Matthias Benkard
2008-02-17
1
-1
/
+44
*
Minor cleanups.
Matthias Benkard
2008-02-17
2
-9
/
+10
*
Fix PRINT-OBJECT (EXCEPTION T).
Matthias Benkard
2008-02-17
2
-2
/
+12
*
Put user-defined classes into the NS namespace.
Matthias Benkard
2008-02-17
1
-2
/
+6
*
Fix objcl_create_class.
Matthias Benkard
2008-02-17
1
-1
/
+1
*
Fix ENSURE-OBJECTIVE-C-CLASS-PAIR.
Matthias Benkard
2008-02-17
4
-17
/
+48
*
Implement OBJCL-CREATE-CLASS.
Matthias Benkard
2008-02-17
2
-14
/
+37
*
Improve the WITH-FOREIGN-STRING-POOL macro.
Matthias Benkard
2008-02-17
2
-152
/
+153
*
Implement ENSURE-OBJECTIVE-C-CLASS-PAIR.
Matthias Benkard
2008-02-17
3
-40
/
+103
*
Implement FOREIGN-CLASS-ENSURE-REGISTERED.
Matthias Benkard
2008-02-17
4
-65
/
+32
*
Fix SLOT-VALUE-USING-CLASS (OBJECTIVE-C-CLASS ...).
Matthias Benkard
2008-02-17
4
-20
/
+18
*
Make INITIALIZE-INSTANCE (OBJECTIVE-C-CLASS ...) create new Objective-C class...
Matthias Benkard
2008-02-16
2
-13
/
+53
*
Add module: instance-management.
Matthias Benkard
2008-02-16
6
-1
/
+58
*
Objective-C layer: Add functions for determining whether a class is managed b...
Matthias Benkard
2008-02-16
3
-0
/
+37
*
Split MAKE-POINTER-WRAPPER into two parts.
Matthias Benkard
2008-02-16
3
-82
/
+80
*
Further simplify compiler macros.
Matthias Benkard
2008-02-16
1
-27
/
+16
*
Add a few locking utility stubs.
Matthias Benkard
2008-02-16
2
-2
/
+27
*
Simplify compiler macros.
Matthias Benkard
2008-02-16
1
-45
/
+18
*
Use NSRecursiveLock rather than POSIX semaphores.
Matthias Benkard
2008-02-16
4
-77
/
+19
*
Specialise PRINT-OBJECT for FOREIGN-STRUCT values.
Matthias Benkard
2008-02-15
2
-5
/
+16
*
Class TAGGED-STRUCT: Recover TYPESPEC slot.
Matthias Benkard
2008-02-15
1
-5
/
+12
*
Refine the public interface to Lisp-managed foreign structs and unions.
Matthias Benkard
2008-02-15
4
-18
/
+36
*
Improve automatic memory management facilities for structs and unions.
Matthias Benkard
2008-02-15
1
-19
/
+44
*
Add automatic finalisation to struct wrappers.
Matthias Benkard
2008-02-15
2
-7
/
+26
*
Objective-C layer: Add a note about returning structs on the NeXT runtime.
Matthias Benkard
2008-02-15
1
-0
/
+12
*
Wrap returned structs with TAGGED-STRUCT instances.
Matthias Benkard
2008-02-15
2
-32
/
+26
*
System refactoring.
Matthias Benkard
2008-02-15
4
-18
/
+21
*
LOW-LEVEL-INVOKE: Support structs and unions as return values.
Matthias Benkard
2008-02-15
1
-4
/
+21
*
Enable caching for OBJC-CLASS-NAME->SYMBOL.
Matthias Benkard
2008-02-15
1
-1
/
+1
*
Stylistic improvements.
Matthias Benkard
2008-02-14
1
-13
/
+13
*
Lay the groundwork for super calls.
Matthias Benkard
2008-02-14
4
-8
/
+45
*
Simplify the type handling API.
Matthias Benkard
2008-02-14
2
-13
/
+19
*
Support passing booleans to Objective-C methods.
Matthias Benkard
2008-02-14
1
-1
/
+14
*
Objective-C layer: Track Lisp backing status by class instead of by instance.
Matthias Benkard
2008-02-14
2
-13
/
+21
*
Avoid a bunch of compilation warnings.
Matthias Benkard
2008-02-14
1
-0
/
+8
*
Package OBJECTIVE-CL-TESTS: Export OBJECTIVE-CL.
Matthias Benkard
2008-02-14
1
-1
/
+1
*
Objective-C layer: Revamp the ObjectiveCLWrapperLink category.
Matthias Benkard
2008-02-14
2
-35
/
+16
*
When overriding a return type specification, save the nominal type for later ...
Matthias Benkard
2008-02-12
3
-12
/
+35
*
Reorder modules in system definition.
Matthias Benkard
2008-02-12
1
-10
/
+10
*
Make internal-utilities depend on data-types.
Matthias Benkard
2008-02-12
1
-1
/
+2
*
Typespec handling: Change the way unrecognised tokens and NeXT bit fields are...
Matthias Benkard
2008-02-12
2
-52
/
+53
*
Migrate the test suite from LIFT to Stefil.
Matthias Benkard
2008-02-12
2
-322
/
+286
*
Add a policy for distinguishing between char and BOOL return values.
Matthias Benkard
2008-02-12
5
-11
/
+71
*
Add unit tests for PRINT-TYPESPEC.
Matthias Benkard
2008-02-12
1
-1
/
+84
*
Objective-C layer: Make initialisation more robust.
Matthias Benkard
2008-02-12
1
-20
/
+24
*
Fix the most recent incarnation of PRIMITIVE-INVOKE.
Matthias Benkard
2008-02-12
2
-19
/
+42
[prev]
[next]