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
...
*
Automatically set Objective-C wrapper classes' superclasses.
Matthias Benkard
2008-02-03
2
-3
/
+18
*
Objective-C layer: Add slot handling functions.
Matthias Benkard
2008-02-03
3
-4
/
+95
*
Objective-C layer: Make use of the Objective-C 2.0 runtime.
Matthias Benkard
2008-02-03
2
-21
/
+15
*
Make OBJCL-CLASS-SUPERCLASS a bit safer.
Matthias Benkard
2008-02-03
1
-1
/
+1
*
Objective-C layer: Add objcl_class_superclass.
Matthias Benkard
2008-02-03
3
-0
/
+24
*
Reintroduce Allegro CL compatibility hack.
Matthias Benkard
2008-02-03
1
-0
/
+11
*
Remove system objective-cl-clozure-compat.
Matthias Benkard
2008-02-03
5
-38
/
+25
*
Add system objective-cl-clozure-compat.
Matthias Benkard
2008-02-03
6
-11
/
+49
*
Update documentation.
Matthias Benkard
2008-02-03
2
-2
/
+35
*
Remove Allegro CL compatibility hack.
Matthias Benkard
2008-02-03
1
-11
/
+0
*
Make (DEFCLASS SELECTOR ...) work on Allegro CL.
Matthias Benkard
2008-02-03
1
-8
/
+28
*
Add a compiler macro for SELECTOR.
Matthias Benkard
2008-02-03
2
-0
/
+32
*
Make selectors funcallable.
Matthias Benkard
2008-02-03
1
-1
/
+14
*
Implement SLOT-MAKUNBOUND for Objective-C wrapper objects.
Matthias Benkard
2008-02-03
1
-2
/
+13
*
Cosmetic improvements.
Matthias Benkard
2008-02-03
1
-2
/
+2
*
Allow subclassing between Objective-C wrapper classes.
Matthias Benkard
2008-02-03
1
-0
/
+3
*
Use Objective-C metaclasses as CLOS metaclasses.
Matthias Benkard
2008-02-03
3
-4
/
+12
*
Automatically export newly defined wrapper classes.
Matthias Benkard
2008-02-03
2
-7
/
+14
*
Fix a few typos.
Matthias Benkard
2008-02-03
1
-7
/
+7
*
Introduce new metaclass OBJECTIVE-C-META-CLASS.
Matthias Benkard
2008-02-02
6
-24
/
+51
*
Replace all occurrences of OBJC-CLASS with OBJECTIVE-C-CLASS.
Matthias Benkard
2008-02-02
12
-48
/
+98
*
Add OBJECTIVE-C-CLASS, a metaclass for Objective-C class wrappers.
Matthias Benkard
2008-02-02
2
-0
/
+147
*
Add Closer to MOP as a dependency.
Matthias Benkard
2008-02-02
1
-1
/
+2
*
New journal entry.
Matthias Benkard
2008-02-02
1
-0
/
+24
*
Fix an undefined variable warning.
Matthias Benkard
2008-02-02
1
-1
/
+1
*
Objective-C layer: Add function objcl_objc2_p.
Matthias Benkard
2008-01-29
3
-0
/
+19
*
Adapt the system definition to the new directory layout.
Matthias Benkard
2008-01-29
2
-6
/
+21
*
Clarify the licensing for the PyObjC and JIGS parts.
Matthias Benkard
2008-01-28
3
-17
/
+541
*
New journal entry.
Matthias Benkard
2008-01-28
1
-0
/
+21
*
Add pyobjc-compat.h from PyObjC.
Matthias Benkard
2008-01-28
2
-0
/
+104
*
Add NeXT runtime guards to the files imported from PyObjC.
Matthias Benkard
2008-01-28
2
-0
/
+8
*
Import NeXT runtime support files from PyObjC.
Matthias Benkard
2008-01-28
3
-1
/
+1186
*
Add GNU runtime guards to the files imported from JIGS.
Matthias Benkard
2008-01-28
3
-11
/
+13
*
Import GNU runtime support files from JIGS.
Matthias Benkard
2008-01-28
4
-1
/
+445
*
Directory layout: Put code imported from PyObjC into its own directory.
Matthias Benkard
2008-01-28
12
-6
/
+7
*
Minor build system cleanups.
Matthias Benkard
2008-01-28
2
-2
/
+2
*
New journal entry.
Matthias Benkard
2008-01-27
1
-0
/
+15
*
make distclean: Remove config.status and config.log.
Matthias Benkard
2008-01-27
1
-0
/
+2
*
Bump version.
Matthias Benkard
2008-01-27
5
-7
/
+7
*
Do not bother looking for ffi.h if libffi cannot be found.
Matthias Benkard
2008-01-27
1
-1
/
+3
*
Do not build our own libffi if we can find one installed on the system.
Matthias Benkard
2008-01-27
7
-12
/
+109
*
Bump version.
Matthias Benkard
2008-01-26
4
-6
/
+6
*
Minor makefile cleanups.
Matthias Benkard
2008-01-26
1
-8
/
+0
*
Fix the libffi build procedure for Mac OS X.
Matthias Benkard
2008-01-26
1
-1
/
+1
*
Bump version.
Matthias Benkard
2008-01-26
4
-6
/
+6
*
Remove configure-generated files from libffi.
Matthias Benkard
2008-01-26
2
-347
/
+0
*
Link statically against libffi, unbreak the build system on Mac OS X again.
Matthias Benkard
2008-01-26
1
-3
/
+14
*
Automatically build libffi when loading the system.
Matthias Benkard
2008-01-26
2
-13
/
+28
*
Make libffi build outside the PyObjC tree.
Matthias Benkard
2008-01-26
1
-0
/
+1
*
Import libffi from PyObjC 1.3.7.
Matthias Benkard
2008-01-26
176
-0
/
+55827
[prev]
[next]