ObjFW  History of src/OFEnumerator.h of a43377bd13b12c01

History of the file that is called src/OFEnumerator.h at check-in a43377bd13b12c01

2024-01-02
17:17
Update copyright file: [2f3a8fcd9b] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 3800 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [d1ff19008a] check-in: [8939cbdb52] user: js, branch: trunk, size: 3800 [annotate] [blame] [check-ins using] [diff]
2022-09-26
20:32
Document more exceptions file: [bebf66139d] check-in: [4b8c89a6fe] user: js, branch: trunk, size: 3800 [annotate] [blame] [check-ins using] [diff]
2022-09-25
20:14
Document more exceptions file: [05d58f021f] check-in: [5a4e00df9a] user: js, branch: trunk, size: 3891 [annotate] [blame] [check-ins using] [diff]
2022-09-23
11:45
Document more exceptions file: [7108ca316f] check-in: [26e5fbf02a] user: js, branch: trunk, size: 3693 [annotate] [blame] [check-ins using] [diff]
2022-09-12
14:34
Either restrict subclassing or reserve ivars file: [27d5a99680] check-in: [c40a295629] user: js, branch: trunk, size: 3618 [annotate] [blame] [check-ins using] [diff]
2022-04-25
15:34
Use a typedef for NSFastEnumerationState

This fixes building as a module. file: [514f228b0c] check-in: [4c09929cca] user: js, branch: trunk, size: 3658 [annotate] [blame] [check-ins using] [diff]

2022-02-12
07:46
Update copyright file: [553d9ef899] check-in: [1a86b8175b] user: js, branch: trunk, size: 3657 [annotate] [blame] [check-ins using] [diff]
2021-04-17
02:43
Rename of_fast_enumeration_state_t file: [aa2de24ec1] check-in: [ed3b07591c] user: js, branch: new-naming-convention, size: 3657 [annotate] [blame] [check-ins using] [diff]
2021-04-07
20:52
Override -[objectEnumerator] in some classes

Classes using lightweight generics should also use them for the
enumerator to allow stronger typing. file: [a48f5dd585] check-in: [f0f38b0f42] user: js, branch: trunk, size: 3677 [annotate] [blame] [check-ins using] [diff]

18:44
Rename OFEnumerating to OFEnumeration

This is to be consistent with OFFastEnumeration. file: [570c70606c] check-in: [151e4642fe] user: js, branch: trunk, size: 3503 [annotate] [blame] [check-ins using] [diff]

2021-01-02
22:04
Update copyright file: [26a2240303] check-in: [374e1a1bfa] user: js, branch: trunk, size: 3503 [annotate] [blame] [check-ins using] [diff]
2020-10-03
11:35
Use /** */ instead of /*! */ for documentation file: [234c3f2385] check-in: [163a4a5a2e] user: js, branch: trunk, size: 3592 [annotate] [blame] [check-ins using] [diff]
2020-09-26
21:58
Don't require __COUNTER__ for OF_RESERVE_IVARS

__COUNTER__ does not exist in GCC 4.2, and Apple GCC 4.2 is still the
newest compiler available for macOS 10.5. file: [6f877d2d05] check-in: [ef614a225d] user: js, branch: trunk, size: 3592 [annotate] [blame] [check-ins using] [diff]

2020-06-24
17:37
OFEnumerator: Remove const from itemsPtr

This made the Swift compiler complain. file: [8acf2a6a5e] check-in: [0428b0ecd2] user: js, branch: trunk, size: 3578 [annotate] [blame] [check-ins using] [diff]

2020-01-02
01:51
Update copyright file: [c01e86ac8b] check-in: [c7f0229795] user: js, branch: trunk, size: 3584 [annotate] [blame] [check-ins using] [diff]
2019-09-29
19:35
Either restrict subclassing or reserve ivar space

This allows ABI stability with the fragile ABI. file: [1264743def] check-in: [496695d778] user: js, branch: trunk, size: 3581 [annotate] [blame] [check-ins using] [diff]

2019-06-19
00:54
OFEnumerator: Conform to OFFastEnumeration file: [5d33d7fcc0] check-in: [f18b5db636] user: js, branch: trunk, size: 3555 [annotate] [blame] [check-ins using] [diff]
00:45
OFEnumerator: Remove -[reset]

It's not very useful and is a problem for the Foundation bridge, as
NSEnumerator does not have it. file: [fb1ecf6b18] check-in: [7214a2c7af] user: js, branch: trunk, size: 3535 [annotate] [blame] [check-ins using] [diff]

2019-03-08
00:35
Use dot syntax file: [3064d9daa6] check-in: [bceb7ed4c9] user: js, branch: trunk, size: 3660 [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
Update copyright file: [a15bc1046c] check-in: [0509d7a844] user: js, branch: trunk, size: 3654 [annotate] [blame] [check-ins using] [diff]
2018-11-17
22:53
OFEnumerator: Make allObjects a method

allObjects is mutating the state of the enumerator, so should not be a
property. file: [1cb50952e0] check-in: [003c448269] user: js, branch: trunk, size: 3648 [annotate] [blame] [check-ins using] [diff]

2018-01-03
19:49
Update copyright notice file: [d92879f5f9] check-in: [7e5c81e186] user: js, branch: trunk, size: 3601 [annotate] [blame] [check-ins using] [diff]
2017-11-18
18:50
Documentation: Use @brief for all properties file: [55420bac63] check-in: [cc3ad3ddd3] user: js, branch: trunk, size: 3578 [annotate] [blame] [check-ins using] [diff]
2017-10-29
21:58
Convert methods to properties where appropriate

This improves Swift compatibility. file: [ba066f3027] check-in: [f3ccf14461] user: js, branch: trunk, size: 3564 [annotate] [blame] [check-ins using] [diff]

2017-09-26
00:09
Get rid of the last /// comments file: [fe479ba326] check-in: [9f2b639aef] user: js, branch: trunk, size: 3625 [annotate] [blame] [check-ins using] [diff]
2017-06-05
18:56
Doxyfile: Add missing defines file: [793c333b12] check-in: [4b6dfe02f2] user: js, branch: trunk, size: 3613 [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: [e2784c6244] check-in: [4af49a13c3] user: js, branch: trunk, size: 3663 [annotate] [blame] [check-ins using] [diff]

2017-02-04
17:45
Fix typos in comments and strings found by aspell file: [f1914c42af] check-in: [5a31a537a1] user: js, branch: trunk, size: 3661 [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: [bbb1fb080b] check-in: [44f45c2e35] user: js, branch: trunk, size: 3660 [annotate] [blame] [check-ins using] [diff]

2016-01-03
00:43
Update copyright

While at it, also update the mail address. file: [28dfc5f158] check-in: [cec0f072f8] user: js, branch: 0.8, size: 3659 [annotate] [blame] [check-ins using] [diff]

00:41
Update copyright

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

2015-11-28
19:47
Minor documentation improvements file: [b828b3483b] check-in: [650b4be224] user: js, branch: trunk, size: 3650 [annotate] [blame] [check-ins using] [diff]
2015-11-21
18:35
Remove OF_NULLABLE / OF_NONNULL

Now that Clang switched to use _Nullable and _Nonnull instead of
__nullable / __nonnull, there is no longer a conflict with glibc, which
means we can just define _Nullable / _Nonnull to nothing if they are not
understood by the compiler (which did not work with __nullable /
__nonnull due to this conflict).

This also defines _Null_unspecified to nothing if unavailable. file: [74f0d63f69] check-in: [d526d938d7] user: js, branch: trunk, size: 3646 [annotate] [blame] [check-ins using] [diff]

2015-06-14
10:45
Add OF_NONNULL / OF_NULLABLE and use that instead

Using __nonnull directly doesn't work on systems using glibc, as glibc
defines __nonnull as a parameterized define. While this does not fix the
problem of Clang introducing __nonnull even though it conflicts with
glibc, this at least means it's possible again to compile things with
versions of Clang that don't support __nonnull on systems with glibc. file: [30b2100737] check-in: [b7097a67b6] user: js, branch: trunk, size: 3655 [annotate] [blame] [check-ins using] [diff]

2015-06-13
22:26
Add support for and use the new nullability file: [00a9d26e5f] check-in: [9e76144ef8] user: js, branch: trunk, size: 3650 [annotate] [blame] [check-ins using] [diff]
2015-06-12
23:59
Add support for and use the new ObjC generics file: [289c822ada] check-in: [5329fe7c1a] user: js, branch: trunk, size: 3477 [annotate] [blame] [check-ins using] [diff]
2015-01-03
20:57
Update copyright file: [04188c1de5] check-in: [cfd374b906] user: js, branch: trunk, size: 3166 [annotate] [blame] [check-ins using] [diff]
2014-02-19
11:27
OFEnumerator: Fix documentation confusing Clang file: [622ec0eddb] check-in: [3f59d993a3] user: js, branch: trunk, size: 3160 [annotate] [blame] [check-ins using] [diff]
2014-02-18
18:50
Documentation: Show correct imports file: [d37f2396c8] check-in: [246cfe0807] user: js, branch: trunk, size: 3160 [annotate] [blame] [check-ins using] [diff]
2014-01-04
00:24
Update copyright. file: [d0b20e743d] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 2912 [annotate] [blame] [check-ins using] [diff]
2013-04-09
21:35
Add -[OFEnumerator allObjects]. file: [e6517d3735] check-in: [7f0e327251] user: js, branch: trunk, size: 2906 [annotate] [blame] [check-ins using] [diff]
2013-01-09
22:24
Update copyright. file: [347caeb18b] check-in: [813c00ccf0] user: js, branch: trunk, size: 2720 [annotate] [blame] [check-ins using] [diff]
2012-10-28
12:38
Switch to a headerdoc-compatible doc format. file: [8203f0ccdd] check-in: [1ad9565253] user: js, branch: trunk, size: 2714 [annotate] [blame] [check-ins using] [diff]
2012-08-19
21:27
Add more ARC type qualifiers. file: [24f3965058] check-in: [bab9dd49fe] user: js, branch: trunk, size: 2714 [annotate] [blame] [check-ins using] [diff]
2012-08-03
18:45
Add ARC type qualifiers. file: [7994a3a6fa] check-in: [881cfff24e] user: js, branch: trunk, size: 2694 [annotate] [blame] [check-ins using] [diff]
2012-01-05
00:56
Update copyright. file: [3141f48de1] check-in: [ce70e17b38] user: js, branch: trunk, size: 2674 [annotate] [blame] [check-ins using] [diff]
2011-08-22
09:58
Clean up the class hierarchy in the doxygen generated documentation. file: [4677a6d4a2] check-in: [367bf4117b] user: js, branch: trunk, size: 2668 [annotate] [blame] [check-ins using] [diff]
2011-07-19
22:53
Fast enumeration improvements. file: [bd16795e9a] check-in: [c52a5e5faf] user: js, branch: trunk, size: 2720 [annotate] [blame] [check-ins using] [diff]
2011-05-26
17:23
Add OFEnumerating protocol. file: [992da1f406] check-in: [6ddfe1975c] user: js, branch: trunk, size: 2679 [annotate] [blame] [check-ins using] [diff]
2011-05-08
17:19
More documentation improvements. file: [b57af49ccd] check-in: [242b1ccd71] user: js, branch: trunk, size: 2329 [annotate] [blame] [check-ins using] [diff]
2011-05-05
21:17
More documentation improvements. file: [49a8f37445] check-in: [8490c927d2] user: js, branch: trunk, size: 1926 [annotate] [blame] [check-ins using] [diff]
2011-01-30
12:00
{} is not required for doxygen anymore. file: [ce902d7cb6] check-in: [be0af07922] user: js, branch: trunk, size: 1879 [annotate] [blame] [check-ins using] [diff]
2011-01-01
20:19
Change license. file: [0b27107191] check-in: [da6b3d26cb] user: js, branch: trunk, size: 1882 [annotate] [blame] [check-ins using] [diff]
2010-12-10
11:21
Documentation fixes. file: [ebd7967401] check-in: [fada60d54c] user: js, branch: trunk, size: 1626 [annotate] [blame] [check-ins using] [diff]
2010-04-17
15:46
Don't return self where not necessary, return void or something useful. file: [78ba4330f0] check-in: [062a052b50] user: js, branch: trunk, size: 1626 [annotate] [blame] [check-ins using] [diff]
2010-02-19
16:36
Update copyright. file: [aacddc389e] check-in: [42886185fd] user: js, branch: trunk, size: 1620 [annotate] [blame] [check-ins using] [diff]
2010-02-11
14:58
Documentation improvements. file: [67a294e12a] check-in: [72caeab860] user: js, branch: trunk, size: 1620 [annotate] [blame] [check-ins using] [diff]
2010-02-10
20:30
Documentation improvements. file: [6eea1f0fa8] check-in: [6a65366467] user: js, branch: trunk, size: 1517 [annotate] [blame] [check-ins using] [diff]
2010-01-31
21:51
Move OFFastEnumeration protocol to OFEnumerator.h. file: [95bf700ece] check-in: [8347c2ef5e] user: js, branch: trunk, size: 1320 [annotate] [blame] [check-ins using] [diff]
2010-01-30
15:47
Make OFEnumerator more general, implement it for OFArray & OFDictionary. file: [1e45836bf9] check-in: [daae7ffbf3] user: js, branch: trunk, size: 603 [annotate] [blame] [check-ins using] [diff]
2010-01-03
17:22
Add OFFastEnumeration protocol and OFEnumerationMutationException. file: [63f8eed5f2] check-in: [9a881883be] user: js, branch: trunk, size: 1909 [annotate] [blame] [check-ins using] [diff]
2009-12-30
13:30
Added: Rename OFIterator to OFEnumerator.
This way, we avoid name inconsistency when introducing fast enumeration.
file: [7d873ef675] check-in: [b9e9dfb384] user: js, branch: trunk, size: 1928 [annotate] [blame] [check-ins using]