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
/
Objective-C
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make objcl_add_method capable of adding methods to registered classes.
Matthias Benkard
2008-02-19
2
-3
/
+8
*
Avoid sending messages to potentially unregistered classes.
Matthias Benkard
2008-02-19
1
-2
/
+1
*
Reimplement slot writing.
Matthias Benkard
2008-02-19
2
-0
/
+11
*
Reimplement slot reading.
Matthias Benkard
2008-02-19
2
-0
/
+24
*
Manage Objective-C classes' Lisp backing state via pointers instead of via th...
Matthias Benkard
2008-02-19
1
-3
/
+3
*
Remove NSObject category ObjectiveCLWrapperLink.
Matthias Benkard
2008-02-19
4
-70
/
+21
*
Fix class creation on the NeXT runtime.
Matthias Benkard
2008-02-18
1
-4
/
+4
*
Fix Objective-C class registration.
Matthias Benkard
2008-02-18
2
-19
/
+59
*
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
1
-0
/
+10
*
Fix a stupid little bug in objcl_create_class.
Matthias Benkard
2008-02-17
1
-2
/
+2
*
Fix objcl_create_class.
Matthias Benkard
2008-02-17
1
-1
/
+1
*
Fix ENSURE-OBJECTIVE-C-CLASS-PAIR.
Matthias Benkard
2008-02-17
2
-0
/
+14
*
Implement FOREIGN-CLASS-ENSURE-REGISTERED.
Matthias Benkard
2008-02-17
1
-0
/
+8
*
Fix SLOT-VALUE-USING-CLASS (OBJECTIVE-C-CLASS ...).
Matthias Benkard
2008-02-17
2
-7
/
+11
*
Add module: instance-management.
Matthias Benkard
2008-02-16
2
-0
/
+10
*
Objective-C layer: Add functions for determining whether a class is managed b...
Matthias Benkard
2008-02-16
2
-0
/
+20
*
Use NSRecursiveLock rather than POSIX semaphores.
Matthias Benkard
2008-02-16
3
-75
/
+19
*
Objective-C layer: Add a note about returning structs on the NeXT runtime.
Matthias Benkard
2008-02-15
1
-0
/
+12
*
System refactoring.
Matthias Benkard
2008-02-15
1
-1
/
+3
*
Stylistic improvements.
Matthias Benkard
2008-02-14
1
-13
/
+13
*
Lay the groundwork for super calls.
Matthias Benkard
2008-02-14
2
-7
/
+39
*
Objective-C layer: Track Lisp backing status by class instead of by instance.
Matthias Benkard
2008-02-14
2
-13
/
+21
*
Objective-C layer: Revamp the ObjectiveCLWrapperLink category.
Matthias Benkard
2008-02-14
2
-35
/
+16
*
Objective-C layer: Make initialisation more robust.
Matthias Benkard
2008-02-12
1
-20
/
+24
*
System definition: Copy the system prior to compilation instead of after it.
Matthias Benkard
2008-02-10
1
-0
/
+4
*
Glue layer: Add functions for class creation.
Matthias Benkard
2008-02-10
2
-4
/
+7
*
Add NSObject category ObjectiveCLWrapperLink.
Matthias Benkard
2008-02-10
4
-15
/
+95
*
Objective-C layer: Add functions for class creation.
Matthias Benkard
2008-02-09
2
-0
/
+164
*
Objective-C layer: Use mprotect(2) where needed.
Matthias Benkard
2008-02-08
1
-3
/
+9
*
Objective-C layer: Implement locking using semaphores.
Matthias Benkard
2008-02-07
2
-2
/
+66
*
Objective-C layer: Add objcl_create_imp and assorted functions.
Matthias Benkard
2008-02-07
2
-0
/
+107
*
Objective-C layer: Add some debugging aids.
Matthias Benkard
2008-02-04
1
-0
/
+36
*
Glue layer: Add slot handling functions.
Matthias Benkard
2008-02-03
1
-4
/
+9
*
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
*
Objective-C layer: Add objcl_class_superclass.
Matthias Benkard
2008-02-03
2
-0
/
+15
*
Objective-C layer: Add function objcl_objc2_p.
Matthias Benkard
2008-01-29
2
-0
/
+14
*
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
11
-5
/
+6
*
Do not build our own libffi if we can find one installed on the system.
Matthias Benkard
2008-01-27
3
-5
/
+37
*
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
*
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
1
-3
/
+15
[next]