ObjFW  Check-in [09be825f88]

Overview
Comment:Remove OFAutoreleasePool

OFAutoreleasePools have long been discouraged in favor of the runtime's
autorelease pools.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 09be825f88871295c24df0f02379668199ce04633deb5a5f12cc08a388145b92
User & Date: js on 2019-09-29 15:58:33
Other Links: manifest | tags
Context
2019-09-29
19:35
Either restrict subclassing or reserve ivar space check-in: 496695d778 user: js tags: trunk
15:58
Remove OFAutoreleasePool check-in: 09be825f88 user: js tags: trunk
15:47
OFApplication: Rename a few sandbox methods check-in: b3f7ccb707 user: js tags: trunk
Changes

Modified configure.ac from [61c0184956] to [5446b6deca].    [diff]

Modified extra.mk.in from [27056d5a46] to [8dbfc8819a].    [diff]

Modified src/Makefile from [e5eb1fdd70] to [aaeff450e6].    [diff]

Deleted src/OFAutoreleasePool+Private.h version [b8bab00634].

Deleted src/OFAutoreleasePool.h version [96bdb1482b].

Deleted src/OFAutoreleasePool.m version [966b634bbb].

Modified src/OFObject.h from [81f633ed2d] to [b3d6515614].    [diff]

Modified src/OFThread.m from [0dae234b3c] to [3758706d1f].    [diff]

Modified src/ObjFW.h from [a9de46c0be] to [9b95780617].    [diff]

Deleted src/foundation-compat.m version [8a3ccfcff7].

Modified tests/ForwardingTests.m from [ae1df634f6] to [bd69d2aa63].    [diff]

Modified tests/OFASN1DERRepresentationTests.m from [256530b0fd] to [8104c8888b].    [diff]

Modified tests/OFASN1DERValueTests.m from [309814cb97] to [b3f62c9dd7].    [diff]

Modified tests/OFArrayTests.m from [501a7abef0] to [54def65eb2].    [diff]

Modified tests/OFBlockTests.m from [9113c4b9e4] to [6e73d74cf4].    [diff]

Modified tests/OFCharacterSetTests.m from [e126da2945] to [32a7feb1cd].    [diff]

Modified tests/OFDNSResolverTests.m from [f214844b74] to [74c0488932].    [diff]

Modified tests/OFDataTests.m from [cec219c44a] to [ee44914ba7].    [diff]

Modified tests/OFDateTests.m from [db640ccf02] to [1d894fc345].    [diff]

Modified tests/OFDictionaryTests.m from [71910a92f2] to [912a668d02].    [diff]

Modified tests/OFHMACTests.m from [490f0952c5] to [f9913e8e72].    [diff]

Modified tests/OFHTTPClientTests.m from [3c6e718237] to [b66261adb6].    [diff]

Modified tests/OFHTTPCookieManagerTests.m from [1acde59a2a] to [ef05512ace].    [diff]

Modified tests/OFHTTPCookieTests.m from [d0cc5dd06b] to [352e3e5c35].    [diff]

Modified tests/OFINIFileTests.m from [9c94f90635] to [3e25a4c2de].    [diff]

Modified tests/OFInvocationTests.m from [25e9eded06] to [a0a51d6d45].    [diff]

Modified tests/OFJSONTests.m from [d82a70372d] to [f5ca7dab96].    [diff]

Modified tests/OFKernelEventObserverTests.m from [acffe39aa3] to [b7d7784260].    [diff]

Modified tests/OFListTests.m from [0f5664c086] to [a93ef64198].    [diff]

Modified tests/OFLocaleTests.m from [692b41d8fd] to [dae2656633].    [diff]

Modified tests/OFMD5HashTests.m from [c6a6847787] to [f4ae6e53d2].    [diff]

Modified tests/OFMethodSignatureTests.m from [919883130b] to [5611c9beab].    [diff]

Modified tests/OFNumberTests.m from [174623645b] to [a12fde05f5].    [diff]

Modified tests/OFObjectTests.m from [e96462b442] to [24e2594f2c].    [diff]

Modified tests/OFPluginTests.m from [0b5843a21f] to [4b60027dda].    [diff]

Modified tests/OFPropertyListTests.m from [9d7de2772c] to [a6db7d83f8].    [diff]

Modified tests/OFRIPEMD160HashTests.m from [9aaabddcf7] to [0fcea6bf49].    [diff]

Modified tests/OFSHA1HashTests.m from [8145ea23f0] to [24505cc96a].    [diff]

Modified tests/OFSHA224HashTests.m from [600acd5836] to [892f9e3b00].    [diff]

Modified tests/OFSHA256HashTests.m from [638be55668] to [56e7b8b3e2].    [diff]

Modified tests/OFSHA384HashTests.m from [2c33539498] to [2c7782d9c6].    [diff]

Modified tests/OFSHA512HashTests.m from [a22ba9da74] to [24ed9c7de8].    [diff]

Modified tests/OFSerializationTests.m from [80594c127a] to [e8c5cad0b7].    [diff]

Modified tests/OFSetTests.m from [78f1739521] to [cf6c84cec3].    [diff]

Modified tests/OFStreamTests.m from [21aef18599] to [fe2a783d3f].    [diff]

Modified tests/OFStringTests.m from [6659b80a48] to [c26219a4ab].    [diff]

Modified tests/OFSystemInfoTests.m from [96bd962194] to [893f52f398].    [diff]

Modified tests/OFTCPSocketTests.m from [1c451b0231] to [3676496bb6].    [diff]

Modified tests/OFThreadTests.m from [fb8f211ca9] to [c49f1dd816].    [diff]

Modified tests/OFUDPSocketTests.m from [e01b68cb73] to [a0e1bef0c4].    [diff]

Modified tests/OFURLTests.m from [4e831f3a6c] to [8adc5244fa].    [diff]

Modified tests/OFValueTests.m from [55c7d2a02d] to [9e3cfa0f76].    [diff]

Modified tests/OFWindowsRegistryKeyTests.m from [ffa2fecd61] to [ba51942ca7].    [diff]

Modified tests/OFXMLElementBuilderTests.m from [959dacaa15] to [2bc3c1f12c].    [diff]

Modified tests/OFXMLNodeTests.m from [dfc573ade9] to [4fa85e4e25].    [diff]

Modified tests/OFXMLParserTests.m from [e683ca54ff] to [bde20c3f2b].    [diff]

Modified tests/PBKDF2Tests.m from [7299afd4f0] to [390e84b82b].    [diff]

Modified tests/RuntimeTests.m from [b3c5975985] to [bde874f5eb].    [diff]

Modified tests/ScryptTests.m from [30690c0cdc] to [f9dfdefc9d].    [diff]

Modified tests/SocketTests.m from [b227fbab77] to [7f86bc0a37].    [diff]

Modified tests/TestsAppDelegate.m from [151a39a84a] to [b223506068].    [diff]