History of file src/OFCountedSet_hashtable.m at check-in 126d9d3aa1923b76
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 | |
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 | |
2016-06-04
| ||
18:49 |
OFMapTable: Rename valueForKey to objectForKey
The reason for this is that -[valueForKey:] could be confused with | |
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 | |
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 | |
2014-06-16
| ||
15:06 |
Make return type of -[OFArray objects] const
After all, this might (and does for OFArray_adjacent!) return an | |
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 This also removes a few other arguments which were not too helpful. In | |
2013-03-04
| ||
17:20 |
Replace BOOL with bool.
The only places where BOOL is left are those where they are required by | |
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 | |
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 So, the worst case would be that an autorelease of an exception fails, | |
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] | |