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
/
tests.lisp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add tests for SUPER calls.
Matthias Benkard
2008-03-06
1
-5
/
+30
*
Add test cases for the new method syntax.
Matthias Benkard
2008-03-05
1
-1
/
+19
*
Fix syntax enhancement enabling and disabling functions.
Matthias Benkard
2008-03-04
1
-4
/
+10
*
Introduce macro DEFINE-OBJECTIVE-C-GENERIC-FUNCTION.
Matthias Benkard
2008-03-04
1
-2
/
+5
*
Support simple CFFI types as typespecs.
Matthias Benkard
2008-03-04
1
-1
/
+1
*
Acquire the exception lock when returning from a callback.
Matthias Benkard
2008-03-04
1
-1
/
+1
*
Test CLASS-DEFINITION: Do not define a method specialised over (EQL +NIL+).
Matthias Benkard
2008-03-04
1
-1
/
+1
*
Fix the method definition test case.
Matthias Benkard
2008-03-04
1
-3
/
+5
*
Use INTERN-LISP-VALUE for argument conversion.
Matthias Benkard
2008-03-04
1
-2
/
+2
*
Fix a test that assumed (CAR '(:FOO :BAR)) not to be CONSTANTP.
Matthias Benkard
2008-03-04
1
-1
/
+1
*
Implement ADD-METHOD :AFTER (OBJECTIVE-C-GENERIC-FUNCTION OBJECTIVE-C-METHOD).
Matthias Benkard
2008-03-03
1
-1
/
+20
*
Fix the compiler macro for INVOKE.
Matthias Benkard
2008-03-02
1
-0
/
+35
*
Make PARSE-TYPESPEC aware of typespec suffix strings.
Matthias Benkard
2008-02-20
1
-1
/
+13
*
Fix Objective-C class registration.
Matthias Benkard
2008-02-18
1
-1
/
+9
*
Remove some content-free lines of code from the test suite.
Matthias Benkard
2008-02-18
1
-5
/
+0
*
Remove a spurious FIXME from the test suite.
Matthias Benkard
2008-02-18
1
-9
/
+0
*
Improve the CLASS-DEFINITION tests.
Matthias Benkard
2008-02-17
1
-8
/
+39
*
Fix the CLASS-DEFINITION test.
Matthias Benkard
2008-02-17
1
-3
/
+5
*
Add a class definition test to the test suite.
Matthias Benkard
2008-02-17
1
-1
/
+44
*
Package OBJECTIVE-CL-TESTS: Export OBJECTIVE-CL.
Matthias Benkard
2008-02-14
1
-1
/
+1
*
When overriding a return type specification, save the nominal type for later ...
Matthias Benkard
2008-02-12
1
-5
/
+6
*
Typespec handling: Change the way unrecognised tokens and NeXT bit fields are...
Matthias Benkard
2008-02-12
1
-8
/
+8
*
Migrate the test suite from LIFT to Stefil.
Matthias Benkard
2008-02-12
1
-321
/
+285
*
Add a policy for distinguishing between char and BOOL return values.
Matthias Benkard
2008-02-12
1
-10
/
+8
*
Add unit tests for PRINT-TYPESPEC.
Matthias Benkard
2008-02-12
1
-1
/
+84
*
Parse NeXT-style bit field typespecs properly.
Matthias Benkard
2008-02-04
1
-6
/
+16
*
Replace all occurrences of OBJC-CLASS with OBJECTIVE-C-CLASS.
Matthias Benkard
2008-02-02
1
-3
/
+3
*
Apply the LGPLv3 to all the code previously released under the GPLv3.
Matthias Benkard
2008-01-26
1
-6
/
+6
*
Support case-sensitive selector designators.
Matthias Benkard
2008-01-26
1
-1
/
+12
*
FIND-SELECTOR: Make ERRORP default to T.
Matthias Benkard
2007-10-10
1
-1
/
+1
*
Unit tests: Don't expect FIND-SELECTOR to return NIL.
Matthias Benkard
2007-10-04
1
-1
/
+2
*
Mimic the way PyObjC handles types.
Matthias Benkard
2007-10-04
1
-6
/
+21
*
Apply the GPLv3 to my code and clarify the license of the PyObjC parts.
Matthias Benkard
2007-09-26
1
-0
/
+17
*
Make the test suite work on Mac OS X.
Matthias Benkard
2007-09-21
1
-24
/
+35
*
Add condition classes NO-SUCH-SELECTOR and MESSAGE-NOT-UNDERSTOOD.
Matthias Benkard
2007-09-21
1
-2
/
+6
*
PRIMITIVE-INVOKE: Fix a bunch of memory access bugs.
Matthias Benkard
2007-09-16
1
-1
/
+1
*
Add test cases for PRIMITIVE-INVOKE and fix some stupid bugs.
Matthias Benkard
2007-09-16
1
-1
/
+41
*
Support the “byref” qualifier in Objective-C typespecs.
Matthias Benkard
2007-09-14
1
-3
/
+7
*
Add support for opaque structs and unions in typespecs.
Matthias Benkard
2007-09-14
1
-2
/
+6
*
Implement a typespec parser for the GNU Objective-C runtime.
Matthias Benkard
2007-09-14
1
-1
/
+63
*
Add a SELECTOR function and use coerced selectors in Objective C code rather ...
Matthias Benkard
2007-08-13
1
-7
/
+9
*
Code cleanup, fix a couple of memory leaks.
Matthias Benkard
2007-08-12
1
-0
/
+18
*
Write some test cases.
Matthias Benkard
2007-08-07
1
-5
/
+87
*
Rename EQUAL to OBJC-EQUAL, remove EQUALP, and add OBJC-EQL.
Matthias Benkard
2007-08-07
1
-1
/
+1
*
Overload EQUAL and EQUALP for Objective C objects.
Matthias Benkard
2007-08-07
1
-0
/
+20