summaryrefslogtreecommitdiff
path: root/Objective-C
Commit message (Collapse)AuthorAgeFilesLines
...
* Lay the groundwork for super calls.Matthias Benkard2008-02-142-7/+39
| | | | darcs-hash:6b92675f9ae403584bc82cd69df0404f1fde70bb
* Objective-C layer: Track Lisp backing status by class instead of by instance.Matthias Benkard2008-02-142-13/+21
| | | | darcs-hash:0094d958feb2fd5e1715f953f6a67249850f095c
* Objective-C layer: Revamp the ObjectiveCLWrapperLink category.Matthias Benkard2008-02-142-35/+16
| | | | darcs-hash:7e73acd87a97630ee76587a52e9bb3303940371f
* Objective-C layer: Make initialisation more robust.Matthias Benkard2008-02-121-20/+24
| | | | darcs-hash:27c95a5ba79bdd0efc3d18c0ee4caa83d7264394
* System definition: Copy the system prior to compilation instead of after it.Matthias Benkard2008-02-101-0/+4
| | | | darcs-hash:73cfed6be2a95e02cf75bcd8cc6b26abf3778a9e
* Glue layer: Add functions for class creation.Matthias Benkard2008-02-102-4/+7
| | | | darcs-hash:e2dad7f45636d2065160cadec47f805f286a5bc7
* Add NSObject category ObjectiveCLWrapperLink.Matthias Benkard2008-02-104-15/+95
| | | | darcs-hash:0a90de7a76127351a989662a577b5688fe39654c
* Objective-C layer: Add functions for class creation.Matthias Benkard2008-02-092-0/+164
| | | | darcs-hash:d604bd4a63ca384220760be319d64759ebbd9517
* Objective-C layer: Use mprotect(2) where needed.Matthias Benkard2008-02-081-3/+9
| | | | darcs-hash:46c7d60f049bc9c0a832bae5fcd9420d48ddfa5e
* Objective-C layer: Implement locking using semaphores.Matthias Benkard2008-02-072-2/+66
| | | | darcs-hash:3a1f9d1f6597b32c20efcd7ab2cf2721c1bdfe43
* Objective-C layer: Add objcl_create_imp and assorted functions.Matthias Benkard2008-02-072-0/+107
| | | | darcs-hash:586394a97ab02a3f8e258cd75c1230dff717a38e
* Objective-C layer: Add some debugging aids.Matthias Benkard2008-02-041-0/+36
| | | | darcs-hash:7c72034ac9fb253f3846a919ad4fde27e17a6d01
* Glue layer: Add slot handling functions.Matthias Benkard2008-02-031-4/+9
| | | | darcs-hash:27035c01db5e23dc0c8c9786ded92aa6e564e6d4
* Objective-C layer: Add slot handling functions.Matthias Benkard2008-02-033-4/+95
| | | | darcs-hash:b4ec2fb1229c4eb9f3201e378a2d3e6e5fc6b872
* Objective-C layer: Make use of the Objective-C 2.0 runtime.Matthias Benkard2008-02-032-21/+15
| | | | darcs-hash:a8a8f84ba4a1476120750c7b11c08c2088fa3da6
* Objective-C layer: Add objcl_class_superclass.Matthias Benkard2008-02-032-0/+15
| | | | darcs-hash:31c261f7b04e09756c407599560a5ef5c3bc5856
* Objective-C layer: Add function objcl_objc2_p.Matthias Benkard2008-01-292-0/+14
| | | | darcs-hash:e9c9605cc47cc04e36e2ba9e60f76aea097e77bd
* Add pyobjc-compat.h from PyObjC.Matthias Benkard2008-01-282-0/+104
| | | | darcs-hash:939dae08bb2c00fc57bd0a413d1225167758851f
* Add NeXT runtime guards to the files imported from PyObjC.Matthias Benkard2008-01-282-0/+8
| | | | darcs-hash:595b0013f39b2ed75555c1632ac31a1c33b3f08f
* Import NeXT runtime support files from PyObjC.Matthias Benkard2008-01-283-1/+1186
| | | | darcs-hash:75e887a4c2fdef84a692ecc368886a3dfb523cde
* Add GNU runtime guards to the files imported from JIGS.Matthias Benkard2008-01-283-11/+13
| | | | darcs-hash:4b8ebfe2f636c1515b99d4138075df0ad4e8a5e1
* Import GNU runtime support files from JIGS.Matthias Benkard2008-01-284-1/+445
| | | | darcs-hash:71a2a7b9fb464ed3f41eef15f5db3c965e28c18a
* Directory layout: Put code imported from PyObjC into its own directory.Matthias Benkard2008-01-2811-5/+6
| | | | darcs-hash:e3dd1138105e4eece0fbcbc13365eb3a25ffb808
* Do not build our own libffi if we can find one installed on the system.Matthias Benkard2008-01-273-5/+37
| | | | darcs-hash:98186d9dca2682cb70a25403ee7415dcbd28249c
* Minor makefile cleanups.Matthias Benkard2008-01-261-8/+0
| | | | darcs-hash:4fe32e0e584134445304050cfca9ed2d028b5eb0
* Fix the libffi build procedure for Mac OS X.Matthias Benkard2008-01-261-1/+1
| | | | darcs-hash:f1894364e045b4f60ef2b1155f9675b1372f1ae4
* Link statically against libffi, unbreak the build system on Mac OS X again.Matthias Benkard2008-01-261-3/+14
| | | | darcs-hash:8acaf95eba0b3e8b415cfc4f2dc26532912ccce8
* Automatically build libffi when loading the system.Matthias Benkard2008-01-261-3/+15
| | | | darcs-hash:4052b064360c7f3fea44f8360edc845540307ac3
* Apply the LGPLv3 to all the code previously released under the GPLv3.Matthias Benkard2008-01-262-12/+14
| | | | darcs-hash:d09e69f4f9d07e98b5bc8d68d120d50d1ee01848
* Support building on Mac OS X without gnustep-make.Matthias Benkard2007-10-181-2/+23
| | | | darcs-hash:fd214e0244570e27679db980171f866332808a56
* Objective-C layer: Make initialisation more robust.Matthias Benkard2007-10-131-6/+20
| | | | darcs-hash:306059409a7f77c02e046864f6bd3237b60b3a87
* Make compile-time selector warnings work on the NeXT runtime, clean the ↵Matthias Benkard2007-10-102-3/+25
| | | | | | Objective-C layer up a bit. darcs-hash:bff1454e2749c658ed0d0ad4eb51c4b1802e6f40
* Add FIND-OBJC-META-CLASS, fix some minor bugs.Matthias Benkard2007-09-262-0/+23
| | | | darcs-hash:1ae0dd35e64b278b944bc797847ccfedb97ea471
* Apply the GPLv3 to my code and clarify the license of the PyObjC parts.Matthias Benkard2007-09-263-0/+49
| | | | darcs-hash:f938f41421ba30e34d6bef095829ac1950b4dfa9
* Objective-C layer: Add functions for determining the Objective-C runtime ↵Matthias Benkard2007-09-212-0/+50
| | | | | | used and for asking for the size of types by typespec. darcs-hash:197f36840c1568c5b3431833a0118d06729b9247
* Make the test suite work on Mac OS X.Matthias Benkard2007-09-211-1/+4
| | | | darcs-hash:d91ddd8e48860553eae62249043f13dd973a40c2
* Prune yet another bunch of unused code chunks.Matthias Benkard2007-09-212-10/+4
| | | | darcs-hash:b90a1129a53bdc6fb3762a0d37bb797711d7037e
* Objective-C layer: Remove the code needed by the obsolete version of ↵Matthias Benkard2007-09-212-257/+0
| | | | | | INVOKE-BY-NAME. darcs-hash:e0df5f7b1d7a3aa5e06170dbe318b31ebeb73241
* Fix the coercion rules for FLOAT and BOOLEAN values.Matthias Benkard2007-09-202-0/+26
| | | | darcs-hash:d24e207d8f1e0357c8a63ec058ec61318675e89f
* Objective-C layer: Make up for forgetting to add a replacement for pyobjc.h.Matthias Benkard2007-09-181-0/+46
| | | | darcs-hash:0760998bd29643bfe0ccca1eb65d8022b2d93390
* Simplify the Objective-C layer, make the newest additions compatible with ↵Matthias Benkard2007-09-182-79/+27
| | | | | | the Apple runtime. darcs-hash:c6ec225e9ccf78e267f1a4985971ec9ac3239bc8
* INVOKE-WITH-CONVERSION: Support arrays, structs, and unions, and convert ↵Matthias Benkard2007-09-182-0/+10
| | | | | | Lisp objects into Objective-C instances automatically. darcs-hash:decc92c91c315c1e347b9f5327bfb6e21ccca9a8
* Objective-C layer: Add functions for dealing with classes and metaclasses.Matthias Benkard2007-09-182-0/+67
| | | | darcs-hash:9ce15bb5fff3fb127cf4f6b72e70fa58c1cc2345
* PRIMITIVE-INVOKE: Fix a bunch of memory access bugs.Matthias Benkard2007-09-161-2/+5
| | | | darcs-hash:36acfdc03f4004a971aa31a81b87e40c52940f82
* Remember to pass self and _cmd to methods.Matthias Benkard2007-09-162-8/+7
| | | | darcs-hash:1f832c3dba42782993127d480d2cb73aabf2406c
* Reimplement PRIMITIVE-INVOKE and rename the old version UNSAFE-PRIMITIVE-INVOKE.Matthias Benkard2007-09-151-0/+5
| | | | darcs-hash:a941bade2677db3d5773c20ffda171c7c9721a98
* Objective-C layer: Simplify the interface of objcl_invoke_with_types.Matthias Benkard2007-09-152-9/+5
| | | | darcs-hash:0f8730bc7a0fe966016fda8582a52a2b5f3e667d
* Synchronise libffi_support.m with libffi_support.h.Matthias Benkard2007-09-151-3/+3
| | | | darcs-hash:a1ad021fd52309be3d564acb41c58f0477b14ffc
* Objective-C layer: Implement objcl_invoke_with_types.Matthias Benkard2007-09-152-17/+43
| | | | darcs-hash:48fc78847f6466537cec456aa2819dd1dcf0733b
* Make the libffi support code from PyObjC compilable stand-alone.Matthias Benkard2007-09-156-763/+90
| | | | darcs-hash:f691f757ec2c57915f7b653118183759d8ac590a