Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move exception reporting to PRINT-OBJECT (EXCEPTION T). | Matthias Benkard | 2008-03-04 | 1 | -9/+18 |
| | | | | darcs-hash:7487d34005f69ab123278791d00991d50fde3496 | ||||
* | Fix PRINT-OBJECT (EXCEPTION T). | Matthias Benkard | 2008-02-17 | 1 | -1/+10 |
| | | | | darcs-hash:28e399d1243d9825ae590aba3fd55dc1a4d9706c | ||||
* | Specialise PRINT-OBJECT for FOREIGN-STRUCT values. | Matthias Benkard | 2008-02-15 | 1 | -5/+15 |
| | | | | darcs-hash:cbdd6159c27549dcc033b9bf38c0bf4fd8c51054 | ||||
* | Make PRINT-OBJECT behave a bit nicer for instances of type ID. | Matthias Benkard | 2008-02-05 | 1 | -2/+2 |
| | | | | darcs-hash:a46e3bf12db7d3f59655da9e37d16a64c0577e00 | ||||
* | Automatically export newly defined wrapper classes. | Matthias Benkard | 2008-02-03 | 1 | -2/+2 |
| | | | | darcs-hash:94ee737ab79b1cca1de896b9d6cdbcca06db1071 | ||||
* | Introduce new metaclass OBJECTIVE-C-META-CLASS. | Matthias Benkard | 2008-02-02 | 1 | -3/+3 |
| | | | | darcs-hash:3d9bf7fb5b37a4089ae3d85493612c6e6abc4469 | ||||
* | Replace all occurrences of OBJC-CLASS with OBJECTIVE-C-CLASS. | Matthias Benkard | 2008-02-02 | 1 | -8/+8 |
| | | | | darcs-hash:1ba389d5a50343a134892bde78ba62e21842f684 | ||||
* | Apply the LGPLv3 to all the code previously released under the GPLv3. | Matthias Benkard | 2008-01-26 | 1 | -6/+6 |
| | | | | darcs-hash:d09e69f4f9d07e98b5bc8d68d120d50d1ee01848 | ||||
* | Mimic the way PyObjC handles types. | Matthias Benkard | 2007-10-04 | 1 | -2/+7 |
| | | | | darcs-hash:d7cf81f2dd93817e55a04816f3851fabce3dac55 | ||||
* | Update documentation. | Matthias Benkard | 2007-09-26 | 1 | -2/+121 |
| | | | | darcs-hash:32d8156e02effa3d43909670add8ac0701acba62 | ||||
* | Make OBJC-EQUAL check for OBJC-EQLity before trying isEqual:. | Matthias Benkard | 2007-09-26 | 1 | -5/+6 |
| | | | | darcs-hash:00a735f71d9c0f34a711e2bf83a4224770009e35 | ||||
* | Rename OBJCL-CLASS-NAME to OBJC-CLASS-NAME. | Matthias Benkard | 2007-09-26 | 1 | -3/+3 |
| | | | | darcs-hash:182cc32ffe3cf9105b2da171ffeba042da419624 | ||||
* | Apply the GPLv3 to my code and clarify the license of the PyObjC parts. | Matthias Benkard | 2007-09-26 | 1 | -0/+17 |
| | | | | darcs-hash:f938f41421ba30e34d6bef095829ac1950b4dfa9 | ||||
* | Fix the coercion rules for FLOAT and BOOLEAN values. | Matthias Benkard | 2007-09-20 | 1 | -3/+3 |
| | | | | darcs-hash:d24e207d8f1e0357c8a63ec058ec61318675e89f | ||||
* | Simplify the Objective-C layer, make the newest additions compatible with ↵ | Matthias Benkard | 2007-09-18 | 1 | -6/+7 |
| | | | | | | the Apple runtime. darcs-hash:c6ec225e9ccf78e267f1a4985971ec9ac3239bc8 | ||||
* | INVOKE-WITH-CONVERSION: Support arrays, structs, and unions, and convert ↵ | Matthias Benkard | 2007-09-18 | 1 | -7/+9 |
| | | | | | | Lisp objects into Objective-C instances automatically. darcs-hash:decc92c91c315c1e347b9f5327bfb6e21ccca9a8 | ||||
* | Objective-C layer: Add functions for dealing with classes and metaclasses. | Matthias Benkard | 2007-09-18 | 1 | -11/+22 |
| | | | | darcs-hash:9ce15bb5fff3fb127cf4f6b72e70fa58c1cc2345 | ||||
* | Add classes for tagged pointers. | Matthias Benkard | 2007-09-16 | 1 | -0/+50 |
| | | | | darcs-hash:93dc7a7ee851ab3947332487b00b990143b81e46 | ||||
* | Reimplement PRIMITIVE-INVOKE and rename the old version UNSAFE-PRIMITIVE-INVOKE. | Matthias Benkard | 2007-09-15 | 1 | -3/+3 |
| | | | | darcs-hash:a941bade2677db3d5773c20ffda171c7c9721a98 | ||||
* | Use PRIMITIVE-INVOKE in memory management and clean the codebase up a bit. | Matthias Benkard | 2007-09-14 | 1 | -0/+34 |
| | | | | darcs-hash:a0d7f10b0b4e7fe43271fcce37523424f43480da | ||||
* | Code reorganisation. | Matthias Benkard | 2007-09-14 | 1 | -0/+8 |
| | | | | darcs-hash:be8c8af8504b2ce63cde33a893542d3590abd703 | ||||
* | Rename EQUAL to OBJC-EQUAL, remove EQUALP, and add OBJC-EQL. | Matthias Benkard | 2007-08-07 | 1 | -43/+46 |
| | | | | darcs-hash:cdfa90ce969b54473cb0aef9c5ac29ecd81c1da4 | ||||
* | Make ID-EQUAL more robust. | Matthias Benkard | 2007-08-07 | 1 | -2/+5 |
| | | | | darcs-hash:98e0524771d3c6d8f6493d794b2a9d40ef382451 | ||||
* | Overload EQUAL and EQUALP for Objective C objects. | Matthias Benkard | 2007-08-07 | 1 | -7/+75 |
| | | | | darcs-hash:6548e8584e8dd49cb17f6055c0cedd6927cba7f1 | ||||
* | Refactor directory and source file layout. | Matthias Benkard | 2007-08-04 | 1 | -0/+10 |
darcs-hash:0eb031a60f3b86a678869960867410811ca5325c |