ObjFW  History of src/OFCountedSet_hashtable.m of 2f4e0df8be4b4750

History of the file that is called src/OFCountedSet_hashtable.m at check-in 2f4e0df8be4b4750

2019-06-17
02:33
Deleted: Remove underscores from class names check-in: [17d57e01ff] user: js, branch: trunk, size: 0
2019-03-09
10:48
Several minor fixes file: [730baf31e4] check-in: [c1e949a8c6] user: js, branch: trunk, size: 5057 [annotate] [blame] [check-ins using] [diff]
2019-03-08
00:35
Use dot syntax file: [73078b5bc4] check-in: [bceb7ed4c9] user: js, branch: trunk, size: 5076 [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
Update copyright file: [6969402f59] check-in: [0509d7a844] user: js, branch: trunk, size: 5092 [annotate] [blame] [check-ins using] [diff]
2018-03-10
20:19
OFCountedSet: Improve deserialization

This turns wrong values due to integer overflows or underflows into errors. file: [de664a6849] check-in: [43a93d8a16] user: js, branch: trunk, size: 5086 [annotate] [blame] [check-ins using] [diff]

2018-01-03
19:49
Update copyright notice file: [922c94b804] check-in: [7e5c81e186] user: js, branch: trunk, size: 4819 [annotate] [blame] [check-ins using] [diff]
2017-10-17
00:33
Do not use implicit method return types

Instead, explicitly declare them, as OF_ASSUME_NONNULL_{BEGIN,END} does
not apply to implicit return types. This means that after this commit,
all init methods have a nonnull return type, as they should have. file: [534eb57128] check-in: [2f4e0df8be] user: js, branch: trunk, size: 4796 [annotate] [blame] [check-ins using] [diff]

2017-08-19
08:24
Add -[OFMutableSet removeAllObjects] file: [0205b4710b] check-in: [8823a4df67] user: js, branch: trunk, size: 4726 [annotate] [blame] [check-ins using] [diff]
2017-05-07
20:10
Small code style change

Casts are now written like types in variable declarations. file: [b91174aa25] check-in: [4af49a13c3] user: js, branch: trunk, size: 4665 [annotate] [blame] [check-ins using] [diff]

2017-01-09
17:36
Update copyright

Forgot to add 2017, even though I already did quite some changes in
2017. file: [43de300ded] check-in: [44f45c2e35] user: js, branch: trunk, size: 4657 [annotate] [blame] [check-ins using] [diff]

2016-06-04
18:49
OFMapTable: Rename valueForKey to objectForKey

The reason for this is that -[valueForKey:] could be confused with
Key Value Coding. file: [a4ddef010c] check-in: [1ba9c051a6] user: js, branch: trunk, size: 4651 [annotate] [blame] [check-ins using] [diff]

2016-02-21
15:37
Make use of C99-style for loops file: [14556b7ee8] check-in: [e0b9167693] user: js, branch: trunk, size: 4638 [annotate] [blame] [check-ins using] [diff]
2016-01-03
00:43
Update copyright

While at it, also update the mail address. file: [9bea2042bb] check-in: [cec0f072f8] user: js, branch: 0.8, size: 4993 [annotate] [blame] [check-ins using] [diff]

00:41
Update copyright

While at it, also update the mail address. file: [8b86adbc94] check-in: [2a27cf3000] user: js, branch: trunk, size: 4640 [annotate] [blame] [check-ins using] [diff]

2015-11-29
14:02
Make use of fast enumeration

Now that we require GCC >= 4.6 anyway, there's no more reason to not use
it anymore. file: [87ab020669] check-in: [6b13727ce0] user: js, branch: trunk, size: 4636 [annotate] [blame] [check-ins using] [diff]

2015-01-03
20:57
Update copyright file: [cd05f3d64e] check-in: [cfd374b906] user: js, branch: trunk, size: 4989 [annotate] [blame] [check-ins using] [diff]
2014-06-21
21:43
Move all macros from OFObject.h to macros.h

This means that OFObject.h imports macros.h now, making it unnecessary
to manually import macros.h in almost every file. And while at it, also
import autorelease.h in OFObject.h, so that this doesn't need to be
manually imported in almost every file as well. file: [187bb454df] check-in: [13ee56edf3] user: js, branch: trunk, size: 4983 [annotate] [blame] [check-ins using] [diff]

2014-06-16
15:06
Make return type of -[OFArray objects] const

After all, this might (and does for OFArray_adjacent!) return an
internal representation that must not be changed, so changes should be
prevented at compile-time. file: [4285e1f843] check-in: [68d32a92c1] user: js, branch: trunk, size: 5008 [annotate] [blame] [check-ins using] [diff]

2014-01-04
00:24
Update copyright. file: [f3bb080962] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 5002 [annotate] [blame] [check-ins using] [diff]
2013-06-22
12:12
Rework exceptions.

This mostly removes the argument for the class in which the exception
occurred. As backtraces were recently added for all platforms, the
passed class does not give any extra information on where the exception
occurred anymore.

This also removes a few other arguments which were not too helpful. In
the past, the idea was to pass as many arguments as possible so that it
is easier to find the origin of the exception. However, as backtraces
are a much better way to find the origin, those are not useful anymore
and just make the exception more cumbersome to use. The rule is now to
only pass arguments that might help in recovering from the exception or
provide information that is otherwise not easily accessible. file: [4ab3538671] check-in: [3d16a30f41] user: js, branch: trunk, size: 4996 [annotate] [blame] [check-ins using] [diff]

2013-03-04
17:20
Replace BOOL with bool.

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

2013-02-19
11:57
OFCountedSet: More thorough range check. file: [9994d542a0] check-in: [bf8a579f38] user: js, branch: trunk, size: 5129 [annotate] [blame] [check-ins using] [diff]
2013-02-12
18:22
Prefix all ivars with an underscore. file: [1c8a9015a1] check-in: [e40729d406] user: js, branch: trunk, size: 5102 [annotate] [blame] [check-ins using] [diff]
2013-01-09
22:24
Update copyright. file: [23039ce7da] check-in: [813c00ccf0] user: js, branch: trunk, size: 5091 [annotate] [blame] [check-ins using] [diff]
2012-12-01
17:50
OFSet_hashtable: Store in OFMapTable. file: [f0855688b6] check-in: [ed438b979d] user: js, branch: trunk, size: 5085 [annotate] [blame] [check-ins using] [diff]
2012-11-02
21:19
Remove a useless ivar. file: [2d16b912f5] check-in: [a40ccfa7cf] user: js, branch: trunk, size: 5122 [annotate] [blame] [check-ins using] [diff]
2012-09-16
15:27
Prefix all private methods with OF_. file: [16ad1c4d5e] check-in: [c137da5e5b] user: js, branch: trunk, size: 5152 [annotate] [blame] [check-ins using] [diff]
2012-08-10
20:08
Directly use the runtime's autorelease pools.

This greatly improves performance, as it gets rid of the overhead of
OFAutoreleasePool. file: [f28bc3a5ac] check-in: [1255f3a11a] user: js, branch: trunk, size: 5155 [annotate] [blame] [check-ins using] [diff]

2012-07-12
01:28
Don't access isa directly. file: [b90b5a288c] check-in: [8892ae9fcc] user: js, branch: trunk, size: 5196 [annotate] [blame] [check-ins using] [diff]
2012-03-29
07:57
Add a few "const" where they make sense. file: [18146f1db1] check-in: [89d53f2a9a] user: js, branch: trunk, size: 5178 [annotate] [blame] [check-ins using] [diff]
2012-03-28
09:25
Add +[OFSet setWithObjects:count:]. file: [1e8e3d5e5e] check-in: [5e98e61531] user: js, branch: trunk, size: 5172 [annotate] [blame] [check-ins using] [diff]
2012-03-12
11:54
OFArray: +[arrayWithCArray:length:] -> +[arrayWithObjects:count:].

This is required for the new array literals. file: [fed71ad63c] check-in: [008be86a16] user: js, branch: trunk, size: 4936 [annotate] [blame] [check-ins using] [diff]

2012-01-05
00:56
Update copyright. file: [d9c4c3dca1] check-in: [ce70e17b38] user: js, branch: trunk, size: 4933 [annotate] [blame] [check-ins using] [diff]
2011-09-28
14:38
Various small bugfixes. file: [cc1777b6a8] check-in: [9e82f99f09] user: js, branch: trunk, size: 4927 [annotate] [blame] [check-ins using] [diff]
2011-09-22
23:25
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. file: [5a2ad653a8] check-in: [e1e7ffa903] user: js, branch: trunk, size: 4900 [annotate] [blame] [check-ins using] [diff]

2011-09-01
18:08
Add serialization and deserialization for OFSet and OFCountedSet. file: [fef635224c] check-in: [8d5ca84bc5] user: js, branch: trunk, size: 4885 [annotate] [blame] [check-ins using] [diff]
2011-08-31
16:01
Added: Make OFSet and OFCountedSet abstract classes. file: [ecfe321ef8] check-in: [66b12bb66f] user: js, branch: trunk, size: 3436 [annotate] [blame] [check-ins using]