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
/
memory-management.lisp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor cleanups.
Matthias Benkard
2008-02-17
1
-1
/
+2
*
Add module: instance-management.
Matthias Benkard
2008-02-16
1
-1
/
+4
*
Split MAKE-POINTER-WRAPPER into two parts.
Matthias Benkard
2008-02-16
1
-76
/
+73
*
Do not rely on the GC to remove entries of a weak hash table.
Matthias Benkard
2008-02-11
1
-0
/
+1
*
Specialise MAKE-LOAD-FORM for pointer wrappers.
Matthias Benkard
2008-02-11
1
-0
/
+7
*
Wrap objects returned by Objective-C code with the appropriate classes instea...
Matthias Benkard
2008-02-05
1
-17
/
+25
*
Introduce new metaclass OBJECTIVE-C-META-CLASS.
Matthias Benkard
2008-02-02
1
-7
/
+8
*
Replace all occurrences of OBJC-CLASS with OBJECTIVE-C-CLASS.
Matthias Benkard
2008-02-02
1
-2
/
+4
*
Apply the LGPLv3 to all the code previously released under the GPLv3.
Matthias Benkard
2008-01-26
1
-6
/
+6
*
Make PRIMITIVE-INVOKE compatible with Allegro CL.
Matthias Benkard
2007-10-04
1
-3
/
+6
*
Apply the GPLv3 to my code and clarify the license of the PyObjC parts.
Matthias Benkard
2007-09-26
1
-0
/
+17
*
Make memory management a lot saner.
Matthias Benkard
2007-09-23
1
-57
/
+72
*
PRIMITIVE-INVOKE: Fix a bunch of memory access bugs.
Matthias Benkard
2007-09-16
1
-2
/
+2
*
Reimplement PRIMITIVE-INVOKE and rename the old version UNSAFE-PRIMITIVE-INVOKE.
Matthias Benkard
2007-09-15
1
-2
/
+2
*
Use PRIMITIVE-INVOKE in memory management and clean the codebase up a bit.
Matthias Benkard
2007-09-14
1
-4
/
+4
*
Rename OBJC-ID to ID and OBJC-SELECTOR to SELECTOR.
Matthias Benkard
2007-08-06
1
-3
/
+3
*
Allegro CL compatibility.
Matthias Benkard
2007-08-04
1
-30
/
+0
*
Define an external interface, properly document FIND-OBJC-CLASS.
Matthias Benkard
2007-08-04
1
-5
/
+2
*
Do not put temporary objects into one of the global wrapper object pools.
Matthias Benkard
2007-08-04
1
-1
/
+6
*
Refactor directory and source file layout.
Matthias Benkard
2007-08-04
1
-0
/
+93