ObjFW  Check-in [e2b06423e0]

Overview
Comment:Replace OFObject* with id in many places.

We assume now that every object understands retain, release, etc. so
that we can weaken the type from OFObject* to id. This makes it
possible to use different root object classes.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: e2b06423e04383ebc0c5cfe31afe47107923a8080f7ac58bcb166765dbb0e7c2
User & Date: js on 2010-09-05 23:19:08
Other Links: manifest | tags
Context
2010-09-05
23:23
Rename -[enumerator] to -[objectEnumerator] for consistency. check-in: ddb15601a2 user: js tags: trunk
23:19
Replace OFObject* with id in many places. check-in: e2b06423e0 user: js tags: trunk
15:10
ObjFW works on Win64 using MinGW64 now. check-in: 90e1488c24 user: js tags: trunk
Changes

Modified src/OFApplication.h from [8f191a6ed6] to [c960316ed3].    [diff]

Modified src/OFApplication.m from [792653c017] to [4cc1491a54].    [diff]

Modified src/OFArray.h from [695e6c2270] to [dc04fe21ab].    [diff]

Modified src/OFArray.m from [9bd99c7ed0] to [1e2bb24ba2].    [diff]

Modified src/OFAutoreleasePool.h from [20042a6dbe] to [219e7884ea].    [diff]

Modified src/OFAutoreleasePool.m from [14bd700788] to [0e3d14e495].    [diff]

Modified src/OFDictionary.h from [49adfd1a99] to [63820ae3f4].    [diff]

Modified src/OFDictionary.m from [bf50d5443a] to [f2f7830f20].    [diff]

Modified src/OFList.h from [44738d18b3] to [12c31cb041].    [diff]

Modified src/OFList.m from [4b2ea9b8f4] to [156d215610].    [diff]

Modified src/OFMutableArray.h from [a6aa74e205] to [103c29de74].    [diff]

Modified src/OFMutableArray.m from [fc5290b53c] to [6ea5171a82].    [diff]

Modified src/OFMutableDictionary.h from [8e6d4d0e2c] to [fdc610a5c4].    [diff]

Modified src/OFMutableDictionary.m from [9fd6867bb8] to [078edcac44].    [diff]

Modified src/OFObject.h from [edc7438bce] to [acfaa1e5ed].    [diff]

Modified src/OFObject.m from [f4894aef60] to [45b7441d77].    [diff]

Modified src/OFStreamObserver.h from [31983ae5e4] to [943d945622].    [diff]

Modified src/OFStreamObserver.m from [282f7af8d3] to [7ad4630322].    [diff]

Modified src/OFString+XMLUnescaping.h from [ddb946d7cf] to [1fcc11b4c5].    [diff]

Modified src/OFString+XMLUnescaping.m from [79011c0f14] to [be2a2ed79d].    [diff]

Modified src/OFThread.h from [5849ea0fbe] to [cc3937ad7a].    [diff]

Modified src/OFThread.m from [1dfee35b1d] to [4035170a3e].    [diff]

Modified src/OFXMLElementBuilder.h from [d870539158] to [3c0e04c5a7].    [diff]

Modified src/OFXMLElementBuilder.m from [eae2627930] to [59069a8174].    [diff]

Modified src/OFXMLParser.h from [bbfb693f5f] to [1fa95b39f4].    [diff]

Modified src/OFXMLParser.m from [0ff2c07a09] to [156503de2d].    [diff]