ObjFW  Diff

Differences From Artifact [9efbe0a9f9]:

To Artifact [5112e114d4]:

  • File TODO — part of check-in [b258d80203] at 2009-04-19 23:33:03 on branch trunk — 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. (user: js, size: 277) [annotate] [blame] [check-ins using]


1
2
3
4
5
6
7
8

9

10
11
12
13
14
15
16
17
18
19
20
21
Test if autorelease pool releases everything correctly when thread is ended

Serialization
Tests for OFFile.
Tests for OFNumber.

OFBase64


OFDirectory

OFSortedArray
OFThread

OFStack
OFQueue

OFXMLParser

OFSortedQueue

OFTLSSocket
OFXMPPClient


|



|

>
|
>

<

|
|



<
|
<
<
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

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

OFThread

Serialization

OFQueue
OFSortedArray


OFBase64
OFDirectory

OFXMLParser


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