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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Put user-defined classes into the NS namespace.
Matthias Benkard
2008-02-17
1
-2
/
+6
*
Fix ENSURE-OBJECTIVE-C-CLASS-PAIR.
Matthias Benkard
2008-02-17
2
-17
/
+34
*
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
3
-65
/
+24
*
Fix SLOT-VALUE-USING-CLASS (OBJECTIVE-C-CLASS ...).
Matthias Benkard
2008-02-17
2
-13
/
+7
*
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
3
-1
/
+44
*
Objective-C layer: Add functions for determining whether a class is managed b...
Matthias Benkard
2008-02-16
1
-0
/
+17
*
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
*
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
*
Wrap returned structs with TAGGED-STRUCT instances.
Matthias Benkard
2008-02-15
2
-32
/
+26
*
System refactoring.
Matthias Benkard
2008-02-15
2
-16
/
+16
*
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
*
Lay the groundwork for super calls.
Matthias Benkard
2008-02-14
2
-1
/
+6
*
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
*
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
*
When overriding a return type specification, save the nominal type for later ...
Matthias Benkard
2008-02-12
3
-12
/
+35
*
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
1
-321
/
+285
*
Add a policy for distinguishing between char and BOOL return values.
Matthias Benkard
2008-02-12
4
-10
/
+66
*
Add unit tests for PRINT-TYPESPEC.
Matthias Benkard
2008-02-12
1
-1
/
+84
*
Fix the most recent incarnation of PRIMITIVE-INVOKE.
Matthias Benkard
2008-02-12
2
-19
/
+42
*
Add function PRINT-TYPESPEC.
Matthias Benkard
2008-02-12
2
-1
/
+90
*
Unify LOW-LEVEL-INVOKE and PRIMITIVE-INVOKE.
Matthias Benkard
2008-02-12
1
-105
/
+26
*
Do not override VALIDATE-SUPERCLASS (FUNCALLABLE-STANDARD-CLASS STANDARD-CLAS...
Matthias Benkard
2008-02-11
1
-5
/
+9
*
Do not rely on the GC to remove entries of a weak hash table.
Matthias Benkard
2008-02-11
5
-3
/
+7
*
Fix a bug that could cause FOREIGN-FREE to be called on a null pointer.
Matthias Benkard
2008-02-11
1
-8
/
+9
*
Make Objective-CL compile on CLISP.
Matthias Benkard
2008-02-11
1
-3
/
+5
*
Specialise MAKE-LOAD-FORM for pointer wrappers.
Matthias Benkard
2008-02-11
3
-3
/
+29
*
System definition: Copy the system prior to compilation instead of after it.
Matthias Benkard
2008-02-10
2
-6
/
+8
*
Glue layer: Add functions for class creation.
Matthias Benkard
2008-02-10
1
-0
/
+21
*
Fix overzealous style cleanups.
Matthias Benkard
2008-02-09
1
-3
/
+3
*
Stylistic improvements.
Matthias Benkard
2008-02-08
2
-5
/
+5
*
Objective-C layer: Add objcl_create_imp and assorted functions.
Matthias Benkard
2008-02-07
1
-0
/
+15
*
Assign a fake metaclass as a metaclass to the root metaclass.
Matthias Benkard
2008-02-06
3
-32
/
+39
*
Make PRINT-OBJECT behave a bit nicer for instances of type ID.
Matthias Benkard
2008-02-05
1
-2
/
+2
*
Internally, do case-sensitivity-mode-independent method calls only.
Matthias Benkard
2008-02-05
1
-12
/
+12
*
Treat the :UPCASE case sensitivity mode like the :INVERT mode.
Matthias Benkard
2008-02-05
1
-1
/
+1
[prev]
[next]