Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid calling objcl_class_name on unregistered classes. | Matthias Benkard | 2008-03-03 | 1 | -0/+1 |
| | | | | darcs-hash:ea38f791e7f2bdc840e92709e1b915d985cc9700 | ||||
* | Objective-C layer: Add objcl_for_each_class_do. | Matthias Benkard | 2008-02-20 | 1 | -3/+7 |
| | | | | darcs-hash:4314d5bd41bf313fc50049b5e839aa09e5d94d19 | ||||
* | Make objcl_add_method capable of adding methods to registered classes. | Matthias Benkard | 2008-02-19 | 1 | -1/+2 |
| | | | | darcs-hash:a29d29425ab1e91101b691224b5ee591b8237961 | ||||
* | Reimplement slot writing. | Matthias Benkard | 2008-02-19 | 1 | -0/+3 |
| | | | | darcs-hash:54a65f96e6367f42013fef524eeddbeb4b8889ec | ||||
* | Reimplement slot reading. | Matthias Benkard | 2008-02-19 | 1 | -0/+6 |
| | | | | darcs-hash:bdef9c8f4c3fb2121456295da23fbe679265a15b | ||||
* | Fix Objective-C class registration. | Matthias Benkard | 2008-02-18 | 1 | -0/+8 |
| | | | | darcs-hash:03e58bd27621a0bf46f05cc1ee733da1c7ab1170 | ||||
* | Objective-C layer: Do not use the MetaClass type. | Matthias Benkard | 2008-02-17 | 1 | -1/+1 |
| | | | | darcs-hash:020e2fbf25a4961b312f8f648bab8b9da8c3cff9 | ||||
* | Fix ENSURE-OBJECTIVE-C-CLASS-PAIR. | Matthias Benkard | 2008-02-17 | 1 | -0/+3 |
| | | | | darcs-hash:cd2b28bb4e252e25afb6807e32d092fcbd9c0977 | ||||
* | Fix SLOT-VALUE-USING-CLASS (OBJECTIVE-C-CLASS ...). | Matthias Benkard | 2008-02-17 | 1 | -2/+2 |
| | | | | darcs-hash:37402e60f79e9837371a68a33126e3b68eb32b09 | ||||
* | Add module: instance-management. | Matthias Benkard | 2008-02-16 | 1 | -0/+3 |
| | | | | darcs-hash:79549f0b837006321061a524ad376df397a9ab5a | ||||
* | Objective-C layer: Add functions for determining whether a class is managed ↵ | Matthias Benkard | 2008-02-16 | 1 | -0/+6 |
| | | | | | | by Lisp. darcs-hash:2be32db4b0358556b007ad6737f689e04de1e7b3 | ||||
* | Use NSRecursiveLock rather than POSIX semaphores. | Matthias Benkard | 2008-02-16 | 1 | -20/+6 |
| | | | | darcs-hash:247b2833d2767a5c432fc1f64155ed5ff2b8763f | ||||
* | System refactoring. | Matthias Benkard | 2008-02-15 | 1 | -1/+3 |
| | | | | darcs-hash:961c2ecf3be60a2a4abcfd15f3e51b5ccfb163c0 | ||||
* | Lay the groundwork for super calls. | Matthias Benkard | 2008-02-14 | 1 | -1/+3 |
| | | | | darcs-hash:6b92675f9ae403584bc82cd69df0404f1fde70bb | ||||
* | Glue layer: Add functions for class creation. | Matthias Benkard | 2008-02-10 | 1 | -1/+1 |
| | | | | darcs-hash:e2dad7f45636d2065160cadec47f805f286a5bc7 | ||||
* | Objective-C layer: Add functions for class creation. | Matthias Benkard | 2008-02-09 | 1 | -0/+23 |
| | | | | darcs-hash:d604bd4a63ca384220760be319d64759ebbd9517 | ||||
* | Objective-C layer: Implement locking using semaphores. | Matthias Benkard | 2008-02-07 | 1 | -0/+15 |
| | | | | darcs-hash:3a1f9d1f6597b32c20efcd7ab2cf2721c1bdfe43 | ||||
* | Objective-C layer: Add objcl_create_imp and assorted functions. | Matthias Benkard | 2008-02-07 | 1 | -0/+14 |
| | | | | darcs-hash:586394a97ab02a3f8e258cd75c1230dff717a38e | ||||
* | Objective-C layer: Add slot handling functions. | Matthias Benkard | 2008-02-03 | 1 | -0/+27 |
| | | | | darcs-hash:b4ec2fb1229c4eb9f3201e378a2d3e6e5fc6b872 | ||||
* | Objective-C layer: Add objcl_class_superclass. | Matthias Benkard | 2008-02-03 | 1 | -0/+3 |
| | | | | darcs-hash:31c261f7b04e09756c407599560a5ef5c3bc5856 | ||||
* | Objective-C layer: Add function objcl_objc2_p. | Matthias Benkard | 2008-01-29 | 1 | -0/+3 |
| | | | | darcs-hash:e9c9605cc47cc04e36e2ba9e60f76aea097e77bd | ||||
* | Do not build our own libffi if we can find one installed on the system. | Matthias Benkard | 2008-01-27 | 1 | -1/+9 |
| | | | | darcs-hash:98186d9dca2682cb70a25403ee7415dcbd28249c | ||||
* | Apply the LGPLv3 to all the code previously released under the GPLv3. | Matthias Benkard | 2008-01-26 | 1 | -6/+7 |
| | | | | darcs-hash:d09e69f4f9d07e98b5bc8d68d120d50d1ee01848 | ||||
* | Make compile-time selector warnings work on the NeXT runtime, clean the ↵ | Matthias Benkard | 2007-10-10 | 1 | -0/+3 |
| | | | | | | Objective-C layer up a bit. darcs-hash:bff1454e2749c658ed0d0ad4eb51c4b1802e6f40 | ||||
* | Add FIND-OBJC-META-CLASS, fix some minor bugs. | Matthias Benkard | 2007-09-26 | 1 | -0/+3 |
| | | | | darcs-hash:1ae0dd35e64b278b944bc797847ccfedb97ea471 | ||||
* | Apply the GPLv3 to my code and clarify the license of the PyObjC parts. | Matthias Benkard | 2007-09-26 | 1 | -0/+16 |
| | | | | darcs-hash:f938f41421ba30e34d6bef095829ac1950b4dfa9 | ||||
* | Objective-C layer: Add functions for determining the Objective-C runtime ↵ | Matthias Benkard | 2007-09-21 | 1 | -0/+12 |
| | | | | | | used and for asking for the size of types by typespec. darcs-hash:197f36840c1568c5b3431833a0118d06729b9247 | ||||
* | Prune yet another bunch of unused code chunks. | Matthias Benkard | 2007-09-21 | 1 | -8/+2 |
| | | | | darcs-hash:b90a1129a53bdc6fb3762a0d37bb797711d7037e | ||||
* | Objective-C layer: Remove the code needed by the obsolete version of ↵ | Matthias Benkard | 2007-09-21 | 1 | -27/+0 |
| | | | | | | INVOKE-BY-NAME. darcs-hash:e0df5f7b1d7a3aa5e06170dbe318b31ebeb73241 | ||||
* | Fix the coercion rules for FLOAT and BOOLEAN values. | Matthias Benkard | 2007-09-20 | 1 | -0/+8 |
| | | | | darcs-hash:d24e207d8f1e0357c8a63ec058ec61318675e89f | ||||
* | Simplify the Objective-C layer, make the newest additions compatible with ↵ | Matthias Benkard | 2007-09-18 | 1 | -6/+6 |
| | | | | | | the Apple runtime. darcs-hash:c6ec225e9ccf78e267f1a4985971ec9ac3239bc8 | ||||
* | INVOKE-WITH-CONVERSION: Support arrays, structs, and unions, and convert ↵ | Matthias Benkard | 2007-09-18 | 1 | -0/+3 |
| | | | | | | 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 | -0/+12 |
| | | | | darcs-hash:9ce15bb5fff3fb127cf4f6b72e70fa58c1cc2345 | ||||
* | Remember to pass self and _cmd to methods. | Matthias Benkard | 2007-09-16 | 1 | -3/+1 |
| | | | | darcs-hash:1f832c3dba42782993127d480d2cb73aabf2406c | ||||
* | Objective-C layer: Simplify the interface of objcl_invoke_with_types. | Matthias Benkard | 2007-09-15 | 1 | -2/+1 |
| | | | | darcs-hash:0f8730bc7a0fe966016fda8582a52a2b5f3e667d | ||||
* | Objective-C layer: Implement objcl_invoke_with_types. | Matthias Benkard | 2007-09-15 | 1 | -3/+4 |
| | | | | darcs-hash:48fc78847f6466537cec456aa2819dd1dcf0733b | ||||
* | Make the libffi support code from PyObjC compilable stand-alone. | Matthias Benkard | 2007-09-15 | 1 | -0/+3 |
| | | | | darcs-hash:f691f757ec2c57915f7b653118183759d8ac590a | ||||
* | Add libffi support code from PyObjC. | Matthias Benkard | 2007-09-15 | 1 | -4/+0 |
| | | | | darcs-hash:0cb8e75aa1ea694562f5087aa400840349adcac8 | ||||
* | Add some support files from PyObjC. | Matthias Benkard | 2007-09-15 | 1 | -0/+18 |
| | | | | darcs-hash:9abac9aee8a4843a399d1c6472b32ff3bc3aa0ee | ||||
* | New C function: objcl_get_method_implementation. | Matthias Benkard | 2007-09-14 | 1 | -0/+4 |
| | | | | darcs-hash:de2f77980605c7aec911673edb0f0f29d0467fce | ||||
* | Add a SELECTOR function and use coerced selectors in Objective C code rather ↵ | Matthias Benkard | 2007-08-13 | 1 | -1/+1 |
| | | | | | | than strings. darcs-hash:d10f9eafc3b21bfcfc027a263e8cee007155b89c | ||||
* | Rename the internal function OBJCL-INVOKE-CLASS-METHOD to OBJCL-INVOKE-METHOD. | Matthias Benkard | 2007-08-07 | 1 | -10/+4 |
| | | | | darcs-hash:2a0df2a072f110c491fb0aa97ddade5defd293c5 | ||||
* | Make class and selector name retrieval more portable. | Matthias Benkard | 2007-08-06 | 1 | -0/+3 |
| | | | | darcs-hash:f7a369dba0dda3e067547210ce7c008ae60cdc05 | ||||
* | Add the FIND-SELECTOR function. | Matthias Benkard | 2007-08-06 | 1 | -3/+6 |
| | | | | darcs-hash:7d6f843c808b3d130201c85c6e806d68f5a9079c | ||||
* | Refactor directory and source file layout. | Matthias Benkard | 2007-08-04 | 1 | -0/+62 |
darcs-hash:0eb031a60f3b86a678869960867410811ca5325c |