Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Reimplement PRIMITIVE-INVOKE and rename the old version UNSAFE-PRIMITIVE-INVOKE. | Matthias Benkard | 2007-09-15 | 8 | -18/+112 | |
| | | | | darcs-hash:a941bade2677db3d5773c20ffda171c7c9721a98 | |||||
* | Objective-C layer: Simplify the interface of objcl_invoke_with_types. | Matthias Benkard | 2007-09-15 | 2 | -9/+5 | |
| | | | | darcs-hash:0f8730bc7a0fe966016fda8582a52a2b5f3e667d | |||||
* | Synchronise libffi_support.m with libffi_support.h. | Matthias Benkard | 2007-09-15 | 1 | -3/+3 | |
| | | | | darcs-hash:a1ad021fd52309be3d564acb41c58f0477b14ffc | |||||
* | Objective-C layer: Implement objcl_invoke_with_types. | Matthias Benkard | 2007-09-15 | 2 | -17/+43 | |
| | | | | darcs-hash:48fc78847f6466537cec456aa2819dd1dcf0733b | |||||
* | Make the libffi support code from PyObjC compilable stand-alone. | Matthias Benkard | 2007-09-15 | 6 | -763/+90 | |
| | | | | darcs-hash:f691f757ec2c57915f7b653118183759d8ac590a | |||||
* | Add libffi support code from PyObjC. | Matthias Benkard | 2007-09-15 | 5 | -10/+1101 | |
| | | | | darcs-hash:0cb8e75aa1ea694562f5087aa400840349adcac8 | |||||
* | Make the code copied from PyObjC compilable stand-alone. | Matthias Benkard | 2007-09-15 | 8 | -105/+59 | |
| | | | | darcs-hash:6a1f1865b6259fc5a7551ffb10494f914359ecc6 | |||||
* | Fix a bug in number-to-pointer conversion. | Matthias Benkard | 2007-09-15 | 1 | -1/+1 | |
| | | | | darcs-hash:af52a941ca311d4e711c84568b6dd8264737626e | |||||
* | Add some support files from PyObjC. | Matthias Benkard | 2007-09-15 | 9 | -2/+1357 | |
| | | | | darcs-hash:9abac9aee8a4843a399d1c6472b32ff3bc3aa0ee | |||||
* | Use PRIMITIVE-INVOKE in memory management and clean the codebase up a bit. | Matthias Benkard | 2007-09-14 | 5 | -48/+55 | |
| | | | | darcs-hash:a0d7f10b0b4e7fe43271fcce37523424f43480da | |||||
* | Introduce PRIMITIVE-INVOKE, a lower-level INVOKE-BY-NAME alternative written ↵ | Matthias Benkard | 2007-09-14 | 3 | -9/+43 | |
| | | | | | | in Lisp only. darcs-hash:cc01d5054194e3be05efa9fc002da30e04d7068e | |||||
* | Refactor object coercion. | Matthias Benkard | 2007-09-14 | 1 | -46/+35 | |
| | | | | darcs-hash:35adb06189a4734d9dc87155e8023ba9eadebf1a | |||||
* | Code reorganisation. | Matthias Benkard | 2007-09-14 | 7 | -490/+483 | |
| | | | | darcs-hash:be8c8af8504b2ce63cde33a893542d3590abd703 | |||||
* | New C function: objcl_get_method_implementation. | Matthias Benkard | 2007-09-14 | 3 | -3/+57 | |
| | | | | darcs-hash:de2f77980605c7aec911673edb0f0f29d0467fce | |||||
* | Preliminary support for the Apple Objective-C runtime. | Matthias Benkard | 2007-09-14 | 1 | -60/+110 | |
| | | | | darcs-hash:261f1b0f259011b01f7ebe2d01752f96056911bb | |||||
* | Support the “byref” qualifier in Objective-C typespecs. | Matthias Benkard | 2007-09-14 | 2 | -4/+9 | |
| | | | | darcs-hash:6fea2c9c3d2846ad443bce6e81ade475efb6e013 | |||||
* | Add support for opaque structs and unions in typespecs. | Matthias Benkard | 2007-09-14 | 2 | -6/+29 | |
| | | | | darcs-hash:70b517357c9dab4bbf35c374003187f8433a353e | |||||
* | Implement a typespec parser for the GNU Objective-C runtime. | Matthias Benkard | 2007-09-14 | 2 | -1/+195 | |
| | | | | darcs-hash:b1e4d767b18dce617c5df6920ca592111604c2a6 | |||||
* | Manual: Make use of makeinfo pointer creation. | Matthias Benkard | 2007-09-12 | 1 | -13/+13 | |
| | | | | darcs-hash:0947d51971e70c3d3f1c4c964f95f493a4904e75 | |||||
* | Manual: Make use of Emacs commands. | Matthias Benkard | 2007-09-12 | 1 | -9/+30 | |
| | | | | darcs-hash:a0359e2566a882863f40dd7ec50cb12d0091bb44 | |||||
* | Make the manual compilable by texi2pdf. | Matthias Benkard | 2007-09-12 | 1 | -13/+13 | |
| | | | | darcs-hash:2038910899ab270c4a2d6015a6ca2f4f76eecff9 | |||||
* | Beginnings of a manual. | Matthias Benkard | 2007-09-12 | 1 | -0/+213 | |
| | | | | darcs-hash:eb49417f4906de8214306b424c7345f9b9f1d105 | |||||
* | Use @encode to encode type information. | Matthias Benkard | 2007-09-12 | 1 | -7/+7 | |
| | | | | darcs-hash:cac9540730277baec26b4b6c8fa563ff649fc70b | |||||
* | Add some type declarations to improve type safety. | Matthias Benkard | 2007-08-14 | 4 | -4/+34 | |
| | | | | darcs-hash:80f199b54225eed3b79fb36bbd49a0745e9033af | |||||
* | Add generic functions that convert Lisp values into CFFI-friendly objects. | Matthias Benkard | 2007-08-13 | 1 | -1/+162 | |
| | | | | darcs-hash:8a1564deb9558bfd7d884ce16841d3c766a7f094 | |||||
* | Add a SELECTOR function and use coerced selectors in Objective C code rather ↵ | Matthias Benkard | 2007-08-13 | 7 | -20/+86 | |
| | | | | | | than strings. darcs-hash:d10f9eafc3b21bfcfc027a263e8cee007155b89c | |||||
* | Add an ERRORP parameter to FIND-OBJC-CLASS. | Matthias Benkard | 2007-08-13 | 1 | -11/+16 | |
| | | | | darcs-hash:733b39fe1f40aabcdec1780a9659f918b61eb5b5 | |||||
* | Code cleanup, fix a couple of memory leaks. | Matthias Benkard | 2007-08-12 | 3 | -41/+44 | |
| | | | | darcs-hash:629e2764a4ce319c9a7d9bc3a22e6f254633c73f | |||||
* | Write some test cases. | Matthias Benkard | 2007-08-07 | 1 | -5/+87 | |
| | | | | darcs-hash:83e718533f740f40f3e28edcf46436254a5010f6 | |||||
* | Rename EQUAL to OBJC-EQUAL, remove EQUALP, and add OBJC-EQL. | Matthias Benkard | 2007-08-07 | 3 | -48/+49 | |
| | | | | darcs-hash:cdfa90ce969b54473cb0aef9c5ac29ecd81c1da4 | |||||
* | Fix ASDF dependencies. | Matthias Benkard | 2007-08-07 | 1 | -1/+3 | |
| | | | | darcs-hash:c08a3d8cfa4dab5f1df28d8c606aa87266c1ee8c | |||||
* | 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 | 5 | -32/+136 | |
| | | | | darcs-hash:6548e8584e8dd49cb17f6055c0cedd6927cba7f1 | |||||
* | Rename the internal function OBJCL-INVOKE-CLASS-METHOD to OBJCL-INVOKE-METHOD. | Matthias Benkard | 2007-08-07 | 4 | -67/+13 | |
| | | | | darcs-hash:2a0df2a072f110c491fb0aa97ddade5defd293c5 | |||||
* | Improve documentation. | Matthias Benkard | 2007-08-07 | 1 | -2/+2 | |
| | | | | darcs-hash:216a546839db63faec84e3a45a32f6a5e56d6b75 | |||||
* | Improve type safety of method calls. | Matthias Benkard | 2007-08-07 | 1 | -0/+4 | |
| | | | | darcs-hash:261bf7d0a033d5c318d246da40356a9f28badde2 | |||||
* | Document and export classes and special variables. | Matthias Benkard | 2007-08-06 | 3 | -8/+170 | |
| | | | | darcs-hash:8ad27577c51deee5dbfb55b3520d91297cb97cb1 | |||||
* | If necessary, deallocate a C string after converting it. | Matthias Benkard | 2007-08-06 | 2 | -4/+13 | |
| | | | | darcs-hash:4f83783092400107dd9b58671d11d4cb6a9d5214 | |||||
* | More cleanups. | Matthias Benkard | 2007-08-06 | 1 | -19/+16 | |
| | | | | darcs-hash:71c91c19f791ff48c670b718e4b9cecd96465ee8 | |||||
* | Minor cleanups. | Matthias Benkard | 2007-08-06 | 2 | -6/+15 | |
| | | | | darcs-hash:ee74b33660af9dc6b1e0207285907211dd7e600a | |||||
* | Make class and selector name retrieval more portable. | Matthias Benkard | 2007-08-06 | 5 | -27/+65 | |
| | | | | darcs-hash:f7a369dba0dda3e067547210ce7c008ae60cdc05 | |||||
* | Add the FIND-SELECTOR function. | Matthias Benkard | 2007-08-06 | 4 | -11/+99 | |
| | | | | darcs-hash:7d6f843c808b3d130201c85c6e806d68f5a9079c | |||||
* | Put name conversion routines into their own file. | Matthias Benkard | 2007-08-06 | 4 | -44/+60 | |
| | | | | darcs-hash:5634f866252465787558f61b05f4bc3006d48f37 | |||||
* | Rename OBJC-ID to ID and OBJC-SELECTOR to SELECTOR. | Matthias Benkard | 2007-08-06 | 5 | -27/+36 | |
| | | | | darcs-hash:ef59ba8822e85e92dc63e7eed707140963c5a36d | |||||
* | Document INITIALISE-RUNTIME, SHUTDOWN-RUNTIME and INSTALL-READER-SYNTAX. | Matthias Benkard | 2007-08-06 | 2 | -1/+154 | |
| | | | | darcs-hash:9b2b0d2e48753404b9423a826f3617d3a87c4df8 | |||||
* | Fix a typo in the docstring of FIND-OBJC-CLASS. | Matthias Benkard | 2007-08-05 | 1 | -1/+1 | |
| | | | | darcs-hash:ba64b1ed540079b2dc0b11bca75c9433a1b3abbe | |||||
* | Improve documentation. | Matthias Benkard | 2007-08-05 | 2 | -55/+68 | |
| | | | | darcs-hash:2d562d82a7d51808058ac9c42bd54008486ec646 | |||||
* | Docstring changes to make my newly written documentation generator happy. | Matthias Benkard | 2007-08-05 | 2 | -30/+32 | |
| | | | | darcs-hash:0ad99140dbf02a186037b4d3e040aa6e623571ca | |||||
* | CLISP compatibility. | Matthias Benkard | 2007-08-04 | 1 | -2/+2 | |
| | | | | darcs-hash:380be59bee93a278e94962821ce9c5be1057d8f1 | |||||
* | Fix a stupid typo (why did this ever work?). | Matthias Benkard | 2007-08-04 | 1 | -1/+1 | |
| | | | | darcs-hash:21df57e875cbb7d56bf828a62921e8c56f00eb8a |