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
/
class-definition.lisp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor cleanups.
Matthias Benkard
2008-03-12
1
-6
/
+0
*
Aesthetic improvements.
Matthias Benkard
2008-03-07
1
-0
/
+3
*
Implement memory management for Lisp-managed instances.
Matthias Benkard
2008-03-07
1
-3
/
+29
*
DEFINE-OBJECTIVE-C-CLASS: Reintern the class name in the OBJECTIVE-C-CLASSES ...
Matthias Benkard
2008-03-05
1
-1
/
+2
*
Document COLLECT-CLASSES and COLLECT-METHODS.
Matthias Benkard
2008-03-05
1
-0
/
+35
*
Fix documentation formatting.
Matthias Benkard
2008-03-05
1
-10
/
+10
*
Improve DEFINE-OBJECTIVE-C-CLASS documentation.
Matthias Benkard
2008-03-05
1
-0
/
+8
*
Add macro DEFINE-OBJECTIVE-C-CLASS.
Matthias Benkard
2008-03-05
1
-0
/
+153
*
Minor cleanups.
Matthias Benkard
2008-02-21
1
-28
/
+0
*
Assign the metaclasses of metaclasses correctly.
Matthias Benkard
2008-02-20
1
-1
/
+1
*
Collect and register all known Objective-C classes at load time.
Matthias Benkard
2008-02-20
1
-0
/
+8
*
Simplify slot access.
Matthias Benkard
2008-02-19
1
-15
/
+16
*
Reimplement slot writing.
Matthias Benkard
2008-02-19
1
-31
/
+16
*
Reimplement slot reading.
Matthias Benkard
2008-02-19
1
-6
/
+8
*
Fix Objective-C class registration.
Matthias Benkard
2008-02-18
1
-1
/
+2
*
Play around with %OBJCL-SET-SLOT-VALUE in order to satisfy the test suite.
Matthias Benkard
2008-02-17
1
-5
/
+17
*
Implement setting of foreign slots.
Matthias Benkard
2008-02-17
1
-12
/
+19
*
Minor cleanups.
Matthias Benkard
2008-02-17
1
-8
/
+7
*
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
1
-11
/
+25
*
Implement OBJCL-CREATE-CLASS.
Matthias Benkard
2008-02-17
1
-14
/
+10
*
Implement ENSURE-OBJECTIVE-C-CLASS-PAIR.
Matthias Benkard
2008-02-17
1
-38
/
+102
*
Implement FOREIGN-CLASS-ENSURE-REGISTERED.
Matthias Benkard
2008-02-17
1
-54
/
+7
*
Fix SLOT-VALUE-USING-CLASS (OBJECTIVE-C-CLASS ...).
Matthias Benkard
2008-02-17
1
-3
/
+4
*
Make INITIALIZE-INSTANCE (OBJECTIVE-C-CLASS ...) create new Objective-C class...
Matthias Benkard
2008-02-16
1
-10
/
+47
*
Avoid a bunch of compilation warnings.
Matthias Benkard
2008-02-14
1
-0
/
+8
*
Fix overzealous style cleanups.
Matthias Benkard
2008-02-09
1
-3
/
+3
*
Stylistic improvements.
Matthias Benkard
2008-02-08
1
-3
/
+3
*
Assign a fake metaclass as a metaclass to the root metaclass.
Matthias Benkard
2008-02-06
1
-3
/
+2
*
Properly convert foreign slot names into CLOS slot names.
Matthias Benkard
2008-02-05
1
-1
/
+2
*
More cleanups.
Matthias Benkard
2008-02-05
1
-23
/
+1
*
Minor cleanups.
Matthias Benkard
2008-02-05
1
-15
/
+10
*
Generally declare foreign slots as SLOT-BOUNDP.
Matthias Benkard
2008-02-05
1
-1
/
+2
*
Add support for reading foreign slots.
Matthias Benkard
2008-02-05
1
-5
/
+26
*
Prefix metaclasses with #\+ instead of #\%.
Matthias Benkard
2008-02-04
1
-1
/
+1
*
Add preliminary support for Objective-C slots.
Matthias Benkard
2008-02-04
1
-17
/
+109
*
Make ID the root of the Objective-C class hierarchy.
Matthias Benkard
2008-02-04
1
-0
/
+4
*
Automatically set Objective-C wrapper classes' superclasses.
Matthias Benkard
2008-02-03
1
-0
/
+11
*
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
1
-1
/
+6
*
Fix a few typos.
Matthias Benkard
2008-02-03
1
-7
/
+7
*
Introduce new metaclass OBJECTIVE-C-META-CLASS.
Matthias Benkard
2008-02-02
1
-0
/
+20
*
Replace all occurrences of OBJC-CLASS with OBJECTIVE-C-CLASS.
Matthias Benkard
2008-02-02
1
-9
/
+11
*
Add OBJECTIVE-C-CLASS, a metaclass for Objective-C class wrappers.
Matthias Benkard
2008-02-02
1
-0
/
+142