Differences From Artifact [6922597523]:
- File
src/OFObject.m
— part of check-in
[5a6cc94418]
at
2013-03-16 10:13:47
on branch trunk
— Add forwardingTargetForSelector: for AMD64/ELF.
Currently, no methods returning structs are supported, see the comment
in OFObject. (user: js, size: 25593) [annotate] [blame] [check-ins using]
To Artifact [51f9346050]:
- File src/OFObject.m — part of check-in [ec6b265428] at 2013-04-07 21:21:03 on branch trunk — Fix Win32 #include hell. (user: js, size: 25593) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
22 23 24 25 26 27 28 29 30 31 | #include <assert.h> #include <sys/time.h> #import "OFObject.h" #import "OFTimer.h" #ifdef OF_HAVE_THREADS # import "OFThread.h" #endif | > < | 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | #include <assert.h> #include <sys/time.h> #import "OFObject.h" #import "OFTimer.h" #import "OFRunLoop.h" #ifdef OF_HAVE_THREADS # import "OFThread.h" #endif #import "OFAutoreleasePool.h" #import "OFAllocFailedException.h" #import "OFEnumerationMutationException.h" #import "OFInitializationFailedException.h" #import "OFInvalidArgumentException.h" #import "OFMemoryNotPartOfObjectException.h" |
︙ | ︙ |