ObjFW  History of src/OFCountedSet.m of a3f24bdd18a80105

History of the file that is called src/OFCountedSet.m at check-in a3f24bdd18a80105

2024-04-03
02:16
[21cc8322f9] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 4802) [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
[f16b07f3a7] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 4594) [annotate] [blame] [check-ins using] [diff]
2023-08-13
22:02
[e146ed9623] part of check-in [d0205355f5] OFSet: Add designated initializers (check-in: [d0205355f5] user: js, branch: trunk, size: 4594) [annotate] [blame] [check-ins using] [diff]
2023-08-09
10:09
[3de39a28c5] part of check-in [281b494de4] More consistency in naming of private classes (check-in: [281b494de4] user: js, branch: trunk, size: 4294) [annotate] [blame] [check-ins using] [diff]
09:08
[8d16a5d34a] part of check-in [36310f6263] Add OF_SINGLETON_METHODS (check-in: [36310f6263] user: js, branch: trunk, size: 4294) [annotate] [blame] [check-ins using] [diff]
2023-08-08
15:32
[0a786b110f] part of check-in [a6f520157a] A few minor cleanups (check-in: [a6f520157a] user: js, branch: trunk, size: 4427) [annotate] [blame] [check-ins using] [diff]
2023-04-10
19:22
[2550c38e59] part of check-in [6ce0093f8d] Remove OFSerialization

While the idea sounds nice that the tag name is the class, this means the
serialization includes whether something is mutable or immutable. This means
doing as much as making something immutable changes the serialization, which
can then cause issues after being deserialized. (check-in: [6ce0093f8d] user: js, branch: trunk, size: 4628) [annotate] [blame] [check-ins using] [diff]

2023-01-06
09:04
[39bc22ff53] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 5642) [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
[985e10aa24] part of check-in [1a86b8175b] Update copyright (check-in: [1a86b8175b] user: js, branch: trunk, size: 5642) [annotate] [blame] [check-ins using] [diff]
2021-04-19
21:54
[f1dc200ff4] part of check-in [458420998c] Rename a few more constants (check-in: [458420998c] user: js, branch: new-naming-convention, size: 5642) [annotate] [blame] [check-ins using] [diff]
2021-04-17
03:21
[fe3c7716dc] part of check-in [c4e0e56fa3] Rename all blocks (check-in: [c4e0e56fa3] user: js, branch: new-naming-convention, size: 5646) [annotate] [blame] [check-ins using] [diff]
2021-03-07
20:25
[d6c7218230] part of check-in [1b82d3bf4f] *.m: Fold methods into one line where it fits (check-in: [1b82d3bf4f] user: js, branch: trunk, size: 5656) [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
[2a2cd32bfd] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 5677) [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
[e24282a6de] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 5766) [annotate] [blame] [check-ins using] [diff]
2019-06-17
02:33
[1fdac7b584] part of check-in [17d57e01ff] Remove underscores from class names (check-in: [17d57e01ff] user: js, branch: trunk, size: 5763) [annotate] [blame] [check-ins using] [diff]
2019-03-08
00:35
[d7f89e4f31] part of check-in [bceb7ed4c9] Use dot syntax (check-in: [bceb7ed4c9] user: js, branch: trunk, size: 5781) [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
[beddf34789] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 5785) [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
[39610f90f5] part of check-in [7e5c81e186] Update copyright notice (check-in: [7e5c81e186] user: js, branch: trunk, size: 5779) [annotate] [blame] [check-ins using] [diff]
2017-11-05
18:25
[9939f41ae7] part of check-in [0a4565fb0f] Use -[isMemberOfClass:] instead of object_getClass (check-in: [0a4565fb0f] user: js, branch: trunk, size: 5756) [annotate] [blame] [check-ins using] [diff]
2017-10-17
00:33
[5a24ff85a6] part of check-in [2f4e0df8be] 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. (check-in: [2f4e0df8be] user: js, branch: trunk, size: 5757) [annotate] [blame] [check-ins using] [diff]

2017-08-19
08:24
[917f8ad622] part of check-in [8823a4df67] Add -[OFMutableSet removeAllObjects] (check-in: [8823a4df67] user: js, branch: trunk, size: 5595) [annotate] [blame] [check-ins using] [diff]
2017-05-07
20:10
[08a16819c3] part of check-in [4af49a13c3] Small code style change

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

2017-01-09
17:36
[4d6644549a] part of check-in [44f45c2e35] Update copyright

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

2016-09-12
00:27
[43d97d6138] part of check-in [13f4c6c678] Add OF_DEALLOC_UNSUPPORTED macro (check-in: [13f4c6c678] user: js, branch: trunk, size: 5283) [annotate] [blame] [check-ins using] [diff]
2016-02-21
15:37
[0fe79da407] part of check-in [e0b9167693] Make use of C99-style for loops (check-in: [e0b9167693] user: js, branch: trunk, size: 5339) [annotate] [blame] [check-ins using] [diff]
2016-01-03
00:43
[58db5c2eab] part of check-in [cec0f072f8] Update copyright

While at it, also update the mail address. (check-in: [cec0f072f8] user: js, branch: 0.8, size: 5924) [annotate] [blame] [check-ins using] [diff]

00:41
[62c23de042] part of check-in [2a27cf3000] Update copyright

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

2015-11-29
14:02
[9e3f055893] part of check-in [6b13727ce0] Make use of fast enumeration

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

2015-01-03
20:57
[0df520b24c] part of check-in [cfd374b906] Update copyright (check-in: [cfd374b906] user: js, branch: trunk, size: 5920) [annotate] [blame] [check-ins using] [diff]
2014-06-21
21:43
[2e1b287954] part of check-in [13ee56edf3] 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. (check-in: [13ee56edf3] user: js, branch: trunk, size: 5914) [annotate] [blame] [check-ins using] [diff]

2014-01-04
00:24
[25c3c02efe] part of check-in [3b97fc3cd9] Update copyright. (check-in: [3b97fc3cd9] user: js, branch: trunk, size: 5958) [annotate] [blame] [check-ins using] [diff]
2013-11-23
01:27
[e35b534e34] part of check-in [6e19bd47ee] Add OF_UNRECOGNIZED_SELECTOR. (check-in: [6e19bd47ee] user: js, branch: trunk, size: 5952) [annotate] [blame] [check-ins using] [diff]
2013-03-04
17:20
[d006ca7115] part of check-in [c5ef582958] Replace BOOL with bool.

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

2013-02-19
11:57
[028e438698] part of check-in [bf8a579f38] OFCountedSet: More thorough range check. (check-in: [bf8a579f38] user: js, branch: trunk, size: 5981) [annotate] [blame] [check-ins using] [diff]
2013-01-09
22:24
[0dc9d61751] part of check-in [813c00ccf0] Update copyright. (check-in: [813c00ccf0] user: js, branch: trunk, size: 5981) [annotate] [blame] [check-ins using] [diff]
2012-12-22
15:37
[85c3dcd865] part of check-in [917ce5754c] Add -[doesNotRecognizeSelector:]. (check-in: [917ce5754c] user: js, branch: trunk, size: 5975) [annotate] [blame] [check-ins using] [diff]
2012-10-21
22:12
[dd9c0e4002] part of check-in [fcade8da38] Make GCC 4.4 happy. (check-in: [fcade8da38] user: js, branch: trunk, size: 6092) [annotate] [blame] [check-ins using] [diff]
2012-08-10
20:08
[3f8c1b4cf9] part of check-in [1255f3a11a] Directly use the runtime's autorelease pools.

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

2012-07-12
01:28
[e5a46a4669] part of check-in [8892ae9fcc] Don't access isa directly. (check-in: [8892ae9fcc] user: js, branch: trunk, size: 6160) [annotate] [blame] [check-ins using] [diff]
2012-03-29
07:57
[1ffb5da144] part of check-in [89d53f2a9a] Add a few "const" where they make sense. (check-in: [89d53f2a9a] user: js, branch: trunk, size: 6092) [annotate] [blame] [check-ins using] [diff]
2012-03-28
09:25
[6fbc6bd897] part of check-in [5e98e61531] Add +[OFSet setWithObjects:count:]. (check-in: [5e98e61531] user: js, branch: trunk, size: 6086) [annotate] [blame] [check-ins using] [diff]
2012-01-05
00:56
[45cb1d890f] part of check-in [ce70e17b38] Update copyright. (check-in: [ce70e17b38] user: js, branch: trunk, size: 5927) [annotate] [blame] [check-ins using] [diff]
2011-10-31
21:18
[f1676b578f] part of check-in [6bdb2e4b01] Move placeholder interfaces from headers to implementation files.
This way they are not public anymore.
(check-in: [6bdb2e4b01] user: js, branch: trunk, size: 5921) [annotate] [blame] [check-ins using] [diff]
2011-09-22
23:25
[a285a63049] part of check-in [e1e7ffa903] 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. (check-in: [e1e7ffa903] user: js, branch: trunk, size: 5865) [annotate] [blame] [check-ins using] [diff]

2011-09-13
00:09
[4086910c39] part of check-in [9b2ca72edb] Fix a warning when compiling with clang. (check-in: [9b2ca72edb] user: js, branch: trunk, size: 5850) [annotate] [blame] [check-ins using] [diff]
2011-09-09
13:35
[a967923f91] part of check-in [798d9e6320] [pool release] can never throw by convention now. (check-in: [798d9e6320] user: js, branch: trunk, size: 5840) [annotate] [blame] [check-ins using] [diff]
2011-09-01
18:08
[931ec5d215] part of check-in [8d5ca84bc5] Add serialization and deserialization for OFSet and OFCountedSet. (check-in: [8d5ca84bc5] user: js, branch: trunk, size: 5867) [annotate] [blame] [check-ins using] [diff]
2011-08-31
16:01
[564495dad9] part of check-in [66b12bb66f] Make OFSet and OFCountedSet abstract classes. (check-in: [66b12bb66f] user: js, branch: trunk, size: 4708) [annotate] [blame] [check-ins using] [diff]
2011-08-21
11:03
[306e7a046d] part of check-in [c0098f89fe] Make OFDictionary an abstract class. (check-in: [c0098f89fe] user: js, branch: trunk, size: 4914) [annotate] [blame] [check-ins using] [diff]
2011-08-07
16:57
[01afd72625] part of check-in [927dbf6e7d] Add -[makeImmutable] to all mutable classes and use it. (check-in: [927dbf6e7d] user: js, branch: trunk, size: 4887) [annotate] [blame] [check-ins using] [diff]
2011-07-26
21:42
Added: [c9d1c58489] part of check-in [eb791d09d1] Add OFCountedSet. (check-in: [eb791d09d1] user: js, branch: trunk, size: 5089) [annotate] [blame] [check-ins using]