ObjFW  Check-in [b258d80203]

Overview
Comment:Update TODO.

OFStack is not needed: OFArray offers - add, - removeNItems and - last,
therefore it offers everything an OFStack class would offer. And for
performance, there's OFBigArray, so you don't resize for every element.

OFSortedQueue does not sound too useful, therefore I removed it from
TODO.

OFTLSSocket and OFXMPPClient should be separate libraries.

Changed priorities as well.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: b258d802032b141d670154d3827785b2ceafe466a236a172af79c9f977569e16
User & Date: js on 2009-04-19 23:33:03
Other Links: manifest | tags
Context
2009-04-20
01:04
Some optimizations and a few renames of internal vars in OFXMLFactory. check-in: 571eb6c222 user: js tags: trunk
2009-04-19
23:33
Update TODO. check-in: b258d80203 user: js tags: trunk
23:19
More methods for OFNumber. check-in: 1898ec5a4b user: js tags: trunk
Changes

Modified TODO from [9efbe0a9f9] to [5112e114d4].

1
2
3

4
5
6
7

8

9


10
11
12
13
14


15
16
17
18
19

20
21
1
2

3
4
5
6

7
8
9

10
11
12

13


14
15
16
17
18


19




-
+



-
+

+
-
+
+

-

-
-
+
+



-
-
+
-
-
Test if autorelease pool releases everything correctly when thread is ended

Serialization
Proper UTF-8 support!
Tests for OFFile.
Tests for OFNumber.

OFBase64
OFThread

Serialization
OFDirectory

OFQueue
OFSortedArray
OFThread

OFStack
OFQueue
OFBase64
OFDirectory

OFXMLParser

OFSortedQueue

... and of course enhance the already existing classes!
OFTLSSocket
OFXMPPClient