History of file src/OFMutableDictionary_hashtable.m at check-in 8838387d21b27d12
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 | |
2016-06-04
| ||
18:49 |
OFMapTable: Rename valueForKey to objectForKey
The reason for this is that -[valueForKey:] could be confused with | |
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 | |
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 This also removes a few other arguments which were not too helpful. In | |
2013-03-08
| ||
22:44 |
Document the block types.
This also removes "bool *stop" from some blocks where it does not make | |
2013-03-04
| ||
17:20 |
Replace BOOL with bool.
The only places where BOOL is left are those where they are required by | |
2013-03-01
| ||
21:19 |
Rethrow some exceptions to fix class.
This way, the error message will show the called class instead of the | |
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 | |
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 So, the worst case would be that an autorelease of an exception fails, | |
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] | |