ObjFW  History of tests/OFSet.m of c9f2fe558e1203a3

History of the file that is called tests/OFSet.m at check-in c9f2fe558e1203a3

2014-05-02
20:30
Deleted: tests/OFSet.m: Rename to OFSetTests.m

It seems to have been wrong for years without anybody noticing. (check-in: [fc1a1ccdb6] user: js, branch: trunk, size: 0)

2014-01-04
00:24
[03d9084b14] part of check-in [3b97fc3cd9] Update copyright. (check-in: [3b97fc3cd9] user: js, branch: trunk, size: 3549) [annotate] [blame] [check-ins using] [diff]
2013-03-04
17:20
[6ea1882c4f] part of check-in [c5ef582958] Replace BOOL with bool.

The only places where BOOL is left are those where they are required by
the ABI. (check-in: [c5ef582958] user: js, branch: trunk, size: 3543) [annotate] [blame] [check-ins using] [diff]

2013-01-09
22:24
[bf4e4ccf3c] part of check-in [813c00ccf0] Update copyright. (check-in: [813c00ccf0] user: js, branch: trunk, size: 3523) [annotate] [blame] [check-ins using] [diff]
2012-12-01
17:50
[d636bb81c7] part of check-in [ed438b979d] OFSet_hashtable: Store in OFMapTable. (check-in: [ed438b979d] user: js, branch: trunk, size: 3517) [annotate] [blame] [check-ins using] [diff]
2012-01-05
00:56
[aefbf99a85] part of check-in [ce70e17b38] Update copyright. (check-in: [ce70e17b38] user: js, branch: trunk, size: 3517) [annotate] [blame] [check-ins using] [diff]
2011-11-21
16:47
[1652ab5388] part of check-in [d8a6ca3fbd] There is no need to hash 32 bit per character if Unicode has only 24. (check-in: [d8a6ca3fbd] user: js, branch: trunk, size: 3511) [annotate] [blame] [check-ins using] [diff]
2011-11-20
18:41
[809b5f5056] part of check-in [301ee63212] Make OFString a class cluster.

It is a class cluster now, but there is still much to improve. (check-in: [301ee63212] user: js, branch: trunk, size: 3511) [annotate] [blame] [check-ins using] [diff]

2011-09-22
23:25
[63f1a92dda] part of check-in [e1e7ffa903] Exceptions are now autoreleased.

This is safe as an "exception loop" can't happen, since if allocating
an exception fails, it throws an OFAllocFailedException which is
preallocated and can always be thrown.

So, the worst case would be that an autorelease of an exception fails,
triggering an OFOutOfMemoryException for which there is no memory,
resulting in an OFAllocFailedException to be thrown. (check-in: [e1e7ffa903] user: js, branch: trunk, size: 3511) [annotate] [blame] [check-ins using] [diff]

2011-07-21
19:52
[7fcfa63b54] part of check-in [05c71bf58b] Add -[unionSet:] to OFMutableSet. (check-in: [05c71bf58b] user: js, branch: trunk, size: 3526) [annotate] [blame] [check-ins using] [diff]
19:17
[072c14fa20] part of check-in [821456272f] Add -[minusSet:] and -[intersectSet:] to OFMutableSet. (check-in: [821456272f] user: js, branch: trunk, size: 3404) [annotate] [blame] [check-ins using] [diff]
2011-07-20
16:50
[daab62c011] part of check-in [dbd145b124] Check for mutations during fast enumeration in OFMutableSet. (check-in: [dbd145b124] user: js, branch: trunk, size: 2996) [annotate] [blame] [check-ins using] [diff]
2011-07-19
23:04
[6401139555] part of check-in [cbf0b4dd91] Add fast enumeration to OFSet. (check-in: [cbf0b4dd91] user: js, branch: trunk, size: 2726) [annotate] [blame] [check-ins using] [diff]
2011-07-18
22:53
Added: [32e4ef9e41] part of check-in [8df328d503] Add OFSet and OFMutableSet. (check-in: [8df328d503] user: js, branch: trunk, size: 2244) [annotate] [blame] [check-ins using]