History of file src/OFSet_hashtable.m at check-in 0b07c8fcfaffe8b0
2019-06-17
| ||
02:33 | Deleted: Remove underscores from class names check-in: [17d57e01ff] user: js, branch: trunk, size: 0 | |
2019-03-08
| ||
00:35 | Use dot syntax file: [58bc1233e4] check-in: [bceb7ed4c9] user: js, branch: trunk, size: 5965 [annotate] [blame] [check-ins using] [diff] | |
2019-01-03
| ||
19:13 | Update copyright file: [bc1b122bdb] check-in: [0509d7a844] user: js, branch: trunk, size: 5975 [annotate] [blame] [check-ins using] [diff] | |
2018-01-03
| ||
19:49 | Update copyright notice file: [7915bfb0f1] check-in: [7e5c81e186] user: js, branch: trunk, size: 5969 [annotate] [blame] [check-ins using] [diff] | |
2017-11-11
| ||
23:27 | Small optimization for -[isEqual:] file: [c432fef8fb] check-in: [526feacebc] user: js, branch: trunk, size: 5946 [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-09-28
| ||
23:02 | Enable -Wnullable-to-nonnull-conversion and adjust file: [dab1aab8a3] check-in: [2de9660312] user: js, branch: trunk, size: 5811 [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: [84c4225949] check-in: [4af49a13c3] user: js, branch: trunk, size: 5703 [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: [97b4c86e48] check-in: [e0b9167693] user: js, branch: trunk, size: 5654 [annotate] [blame] [check-ins using] [diff] | |
2016-01-03
| ||
00:43 |
Update copyright
While at it, also update the mail address. file: [6be26f7f18] check-in: [cec0f072f8] user: js, branch: 0.8, size: 6136 [annotate] [blame] [check-ins using] [diff] | |
00:41 |
Update copyright
While at it, also update the mail address. file: [a4b014ae97] check-in: [2a27cf3000] user: js, branch: trunk, size: 5660 [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-05-04
| ||
14:30 | Add OFKernelEventObserver_epoll file: [fcbd1c81f4] check-in: [ed4a6f396b] user: js, branch: trunk, size: 6132 [annotate] [blame] [check-ins using] [diff] | |
2015-04-14
| ||
19:46 | Add a few more const file: [2849e8c8c1] check-in: [5d729d9ba0] user: js, branch: trunk, size: 6129 [annotate] [blame] [check-ins using] [diff] | |
2015-01-03
| ||
20:57 | Update copyright file: [e4af892b40] check-in: [cfd374b906] user: js, branch: trunk, size: 6117 [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-05-15
| ||
04:06 | Remove usage of empty initializer extension file: [68e410fce6] check-in: [f178d11592] user: js, branch: trunk, size: 6136 [annotate] [blame] [check-ins using] [diff] | |
2014-01-04
| ||
00:24 | Update copyright. file: [42cf3a3ab0] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 6133 [annotate] [blame] [check-ins using] [diff] | |
2013-12-01
| ||
12:12 | Make OFMapTableEnumeratorWrapper private. file: [003ceb02da] check-in: [d7b691c402] user: js, branch: trunk, size: 6127 [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-06-17
| ||
08:44 |
Rename -[OFDataArray readDataArrayWithSize:].
It is now called -[readDataArrayWithCount:]. file: [953bd32ef3] check-in: [eceebefeab] user: js, branch: trunk, size: 6174 [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 | |
2013-02-12
| ||
18:22 | Prefix all ivars with an underscore. file: [86943d9b76] check-in: [e40729d406] user: js, branch: trunk, size: 5955 [annotate] [blame] [check-ins using] [diff] | |
2013-01-09
| ||
22:24 | Update copyright. file: [3deaa65aa1] check-in: [813c00ccf0] user: js, branch: trunk, size: 5953 [annotate] [blame] [check-ins using] [diff] | |
2012-12-01
| ||
17:50 | OFSet_hashtable: Store in OFMapTable. file: [e6fb2fdb69] check-in: [ed438b979d] user: js, branch: trunk, size: 5947 [annotate] [blame] [check-ins using] [diff] | |
2012-11-12
| ||
11:24 | Check more arguments for nil. file: [b5f65d1f93] check-in: [f5c4220251] user: js, branch: trunk, size: 5218 [annotate] [blame] [check-ins using] [diff] | |
2012-09-16
| ||
15:27 | Prefix all private methods with OF_. file: [246ec8ee26] check-in: [c137da5e5b] user: js, branch: trunk, size: 5062 [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: [38338532b1] check-in: [8892ae9fcc] user: js, branch: trunk, size: 5100 [annotate] [blame] [check-ins using] [diff] | |
2012-03-29
| ||
07:57 | Add a few "const" where they make sense. file: [bf071b8c76] check-in: [89d53f2a9a] user: js, branch: trunk, size: 5091 [annotate] [blame] [check-ins using] [diff] | |
2012-03-28
| ||
09:25 | Add +[OFSet setWithObjects:count:]. file: [79c7f9b45c] check-in: [5e98e61531] user: js, branch: trunk, size: 5085 [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: [2beeed38e8] check-in: [008be86a16] user: js, branch: trunk, size: 4673 [annotate] [blame] [check-ins using] [diff] | |
2012-01-05
| ||
00:56 | Update copyright. file: [44df8e110b] check-in: [ce70e17b38] user: js, branch: trunk, size: 4670 [annotate] [blame] [check-ins using] [diff] | |
2011-10-04
| ||
13:14 | Split OFXMLElement into OFXML{Element,Characters,CDATA,Comment}. file: [3f6c0a5aaf] check-in: [03f14bf019] user: js, branch: trunk, size: 4664 [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-10
| ||
16:07 | Fix a forgotten comment. file: [11a7d709fa] check-in: [8c8e90bd66] user: js, branch: trunk, size: 4689 [annotate] [blame] [check-ins using] [diff] | |
2011-09-01
| ||
18:08 | Add serialization and deserialization for OFSet and OFCountedSet. file: [d4c54a82d9] check-in: [8d5ca84bc5] user: js, branch: trunk, size: 4623 [annotate] [blame] [check-ins using] [diff] | |
2011-08-31
| ||
16:01 | Added: Make OFSet and OFCountedSet abstract classes. file: [5a68e86a25] check-in: [66b12bb66f] user: js, branch: trunk, size: 3600 [annotate] [blame] [check-ins using] | |