ObjFW  History of src/OFMutableDictionary_hashtable.m of 3687c35784dc81f2

History of the file that is called src/OFMutableDictionary_hashtable.m at check-in 3687c35784dc81f2

2019-06-17
02:33
Deleted: Remove underscores from class names check-in: [17d57e01ff] user: js, branch: trunk, size: 0
2019-01-03
19:13
Update copyright file: [3b94c67f1c] check-in: [0509d7a844] user: js, branch: trunk, size: 1709 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [adc6049330] check-in: [7e5c81e186] user: js, branch: trunk, size: 1703 [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: [57fa2b9adf] check-in: [4af49a13c3] user: js, branch: trunk, size: 1680 [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: [6a515f0f03] check-in: [44f45c2e35] user: js, branch: trunk, size: 1680 [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: [8c881f7ce1] check-in: [1ba9c051a6] user: js, branch: trunk, size: 1674 [annotate] [blame] [check-ins using] [diff]

2016-01-03
00:41
Update copyright

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

2015-01-03
20:57
Update copyright file: [60969a7c8c] check-in: [cfd374b906] user: js, branch: trunk, size: 1663 [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: [7d21848c75] check-in: [13ee56edf3] user: js, branch: trunk, size: 1657 [annotate] [blame] [check-ins using] [diff]

2014-01-04
00:24
Update copyright. file: [59ff18f66b] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 1677 [annotate] [blame] [check-ins using] [diff]
2013-08-10
23:12
Add -[OFMutableDictionary removeAllObjects]. file: [edd5ea5ceb] check-in: [aae02e7970] user: js, branch: trunk, size: 1671 [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: [697582eaa4] check-in: [3d16a30f41] user: js, branch: trunk, size: 1611 [annotate] [blame] [check-ins using] [diff]

2013-03-08
22:44
Document the block types.

This also removes "bool *stop" from some blocks where it does not make
sense. file: [e4b0cd098c] check-in: [e8473b9db8] user: js, branch: trunk, size: 1991 [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: [09bf9855b2] check-in: [c5ef582958] user: js, branch: trunk, size: 2009 [annotate] [blame] [check-ins using] [diff]

2013-03-01
21:19
Rethrow some exceptions to fix class.

This way, the error message will show the called class instead of the
class used internally. file: [62c70227b5] check-in: [2de15db195] user: js, branch: trunk, size: 2009 [annotate] [blame] [check-ins using] [diff]

2013-02-12
18:22
Prefix all ivars with an underscore. file: [808b6f21ab] check-in: [e40729d406] user: js, branch: trunk, size: 1692 [annotate] [blame] [check-ins using] [diff]
2013-01-09
22:24
Update copyright. file: [612f34358f] check-in: [813c00ccf0] user: js, branch: trunk, size: 1688 [annotate] [blame] [check-ins using] [diff]
2012-12-01
18:08
OFDictionary_hashtable: Store in OFMapTable. file: [534c25c934] check-in: [1abbb97747] user: js, branch: trunk, size: 1682 [annotate] [blame] [check-ins using] [diff]
2012-09-16
15:27
Prefix all private methods with OF_. file: [c4df3481c5] check-in: [c137da5e5b] user: js, branch: trunk, size: 7277 [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: [b21568683c] check-in: [1255f3a11a] user: js, branch: trunk, size: 7257 [annotate] [blame] [check-ins using] [diff]

2012-07-12
01:28
Don't access isa directly. file: [131e6a2740] check-in: [8892ae9fcc] user: js, branch: trunk, size: 7287 [annotate] [blame] [check-ins using] [diff]
2012-06-10
13:28
More API improvements. file: [aeb921a44b] check-in: [11d3d69a22] user: js, branch: trunk, size: 7176 [annotate] [blame] [check-ins using] [diff]
2012-06-06
13:47
Slightly change the memory management API.

Also fix a bug where OFBigDataArray would waste memory. file: [959d2e2496] check-in: [f7576a66ce] user: js, branch: trunk, size: 7177 [annotate] [blame] [check-ins using] [diff]

2012-01-05
00:56
Update copyright. file: [13d8064ed3] check-in: [ce70e17b38] user: js, branch: trunk, size: 7178 [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: [7e1c4d0cdb] check-in: [e1e7ffa903] user: js, branch: trunk, size: 7172 [annotate] [blame] [check-ins using] [diff]

2011-09-19
16:34
Rename -[allocMemoryForNItems:withSize:] and friends.
It is now -[allocMemoryForNItems:ofSize:].
file: [ae72503787] check-in: [f173477bef] user: js, branch: trunk, size: 7116 [annotate] [blame] [check-ins using] [diff]
2011-09-10
23:54
Make use of the fact that -[retain] and -[release] must not throw. file: [7aba881118] check-in: [3687c35784] user: js, branch: trunk, size: 7116 [annotate] [blame] [check-ins using] [diff]
2011-08-22
09:58
Clean up the class hierarchy in the doxygen generated documentation. file: [ba31392df4] check-in: [367bf4117b] user: js, branch: trunk, size: 7198 [annotate] [blame] [check-ins using] [diff]
2011-08-21
11:03
Added: Make OFDictionary an abstract class. file: [c6660be1ea] check-in: [c0098f89fe] user: js, branch: trunk, size: 7222 [annotate] [blame] [check-ins using]