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
/
type-conversion.lisp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor data conversion.
Matthias Benkard
2008-03-06
1
-0
/
+6
*
Support simple CFFI types as typespecs.
Matthias Benkard
2008-03-04
1
-2
/
+2
*
Use INTERN-LISP-VALUE for argument conversion.
Matthias Benkard
2008-03-04
1
-2
/
+1
*
Collect and register all known Objective-C classes at load time.
Matthias Benkard
2008-02-20
1
-0
/
+43
*
Code reorganisation.
Matthias Benkard
2007-09-14
1
-391
/
+0
*
Support the “byref” qualifier in Objective-C typespecs.
Matthias Benkard
2007-09-14
1
-1
/
+2
*
Add support for opaque structs and unions in typespecs.
Matthias Benkard
2007-09-14
1
-4
/
+23
*
Implement a typespec parser for the GNU Objective-C runtime.
Matthias Benkard
2007-09-14
1
-0
/
+132
*
Add some type declarations to improve type safety.
Matthias Benkard
2007-08-14
1
-0
/
+10
*
Add generic functions that convert Lisp values into CFFI-friendly objects.
Matthias Benkard
2007-08-13
1
-1
/
+162
*
Add a SELECTOR function and use coerced selectors in Objective C code rather ...
Matthias Benkard
2007-08-13
1
-0
/
+1
*
Code cleanup, fix a couple of memory leaks.
Matthias Benkard
2007-08-12
1
-2
/
+2
*
If necessary, deallocate a C string after converting it.
Matthias Benkard
2007-08-06
1
-0
/
+9
*
Minor cleanups.
Matthias Benkard
2007-08-06
1
-1
/
+11
*
Make class and selector name retrieval more portable.
Matthias Benkard
2007-08-06
1
-1
/
+14
*
Rename OBJC-ID to ID and OBJC-SELECTOR to SELECTOR.
Matthias Benkard
2007-08-06
1
-2
/
+2
*
More file and directory layout refactoring.
Matthias Benkard
2007-08-04
1
-0
/
+35