ObjFW  History of src/exceptions/OFOpenItemFailedException.h of 975fa1d8f3d79e47

History of the file that is called src/exceptions/OFOpenItemFailedException.h at check-in 975fa1d8f3d79e47

2024-04-03
02:16
[799f3d0715] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 3546) [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
[fe58b96b56] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 3338) [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
[98dffdfb7b] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 3338) [annotate] [blame] [check-ins using] [diff]
2022-11-24
00:21
[b9ddbfc8ab] part of check-in [23272e6d43] Rename OFURI to OFIRI (check-in: [23272e6d43] user: js, branch: trunk, size: 3338) [annotate] [blame] [check-ins using] [diff]
2022-09-28
21:40
[fe988003bf] part of check-in [e7ab06503c] Rename OFUR{L -> I} in preparation for URI support (check-in: [e7ab06503c] user: js, branch: trunk, size: 3338) [annotate] [blame] [check-ins using] [diff]
2022-09-12
14:34
[eff540d360] part of check-in [c40a295629] Either restrict subclassing or reserve ivars (check-in: [c40a295629] user: js, branch: trunk, size: 3338) [annotate] [blame] [check-ins using] [diff]
2022-04-25
20:09
[bf32fbec46] part of check-in [1185c1cd3d] Revert "OFOpenItemFailedException: Remove path"

This caused more problems than it solved. (check-in: [1185c1cd3d] user: js, branch: trunk, size: 3290) [annotate] [blame] [check-ins using] [diff]

19:09
[bc86e5de05] part of check-in [c62f1c55ac] OFOpenItemFailedException: Remove path (check-in: [c62f1c55ac] user: js, branch: trunk, size: 2215) [annotate] [blame] [check-ins using] [diff]
13:08
[f84d68c6f2] part of check-in [29bc151b83] More declaration reordering for consistency (check-in: [29bc151b83] user: js, branch: trunk, size: 3290) [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
[18b9adfbf8] part of check-in [1a86b8175b] Update copyright (check-in: [1a86b8175b] user: js, branch: trunk, size: 3290) [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
[53dc9551ef] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 3290) [annotate] [blame] [check-ins using] [diff]
2020-10-03
11:35
[34fbd4fcc7] part of check-in [163a4a5a2e] Use /** */ instead of /*! */ for documentation (check-in: [163a4a5a2e] user: js, branch: trunk, size: 3379) [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
[df71f7948c] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 3379) [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
[7368cb0f5b] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 3376) [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
[f1d174e26f] part of check-in [7e5c81e186] Update copyright notice (check-in: [7e5c81e186] user: js, branch: trunk, size: 3370) [annotate] [blame] [check-ins using] [diff]
2017-11-18
18:50
[14ec310bac] part of check-in [cc3ad3ddd3] Documentation: Use @brief for all properties (check-in: [cc3ad3ddd3] user: js, branch: trunk, size: 3347) [annotate] [blame] [check-ins using] [diff]
2017-11-13
01:18
[fa09fcf95b] part of check-in [31e602a476] Add OFURLHandler (check-in: [31e602a476] user: js, branch: trunk, size: 3319) [annotate] [blame] [check-ins using] [diff]
2017-10-17
00:33
[8cc711f5f5] 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: 2278) [annotate] [blame] [check-ins using] [diff]

2017-06-05
17:36
[b2b63457a8] part of check-in [4f36894ce7] Clean up exceptions a little

This removes several initializers that omitted the errNo. Removing those
forces to think about whether there is a meaningful errNo to set instead
of just omitting it. (check-in: [4f36894ce7] user: js, branch: trunk, size: 2243) [annotate] [blame] [check-ins using] [diff]

2017-06-04
23:41
[faec693cdb] part of check-in [cc5923d6bb] Add designated initializer to all exceptions (check-in: [cc5923d6bb] user: js, branch: trunk, size: 4126) [annotate] [blame] [check-ins using] [diff]
2017-05-13
16:29
[18f5ca0ccc] part of check-in [f663d40cbd] Also use nonatomic for non-object properties (check-in: [f663d40cbd] user: js, branch: trunk, size: 4100) [annotate] [blame] [check-ins using] [diff]
2017-05-07
23:14
[bc70286fc7] part of check-in [16c05e87e1] Add OF_UNAVAILABLE (check-in: [16c05e87e1] user: js, branch: trunk, size: 4089) [annotate] [blame] [check-ins using] [diff]
20:10
[b39007397c] 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: 4022) [annotate] [blame] [check-ins using] [diff]

2017-05-02
21:10
[7e4d67733e] part of check-in [cc4cb0d824] exceptions: Add nullability specifiers (check-in: [cc4cb0d824] user: js, branch: trunk, size: 4010) [annotate] [blame] [check-ins using] [diff]
2017-04-30
13:35
[f942b5ed03] part of check-in [0a73af49f0] Use nonatomic for properties and clean up

This changes retaining behavior, meaning properties are not returned
retained and autoreleased anymore, so a property returned from a getter
now needs to be manually retained and autoreleased before calling the
setter. However, this is rarely the case and not using atomic improves
performance. (check-in: [0a73af49f0] user: js, branch: trunk, size: 3905) [annotate] [blame] [check-ins using] [diff]

2017-01-09
17:36
[28c832ab41] 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: 3895) [annotate] [blame] [check-ins using] [diff]

2016-01-03
00:43
[4dca4f22cd] part of check-in [cec0f072f8] Update copyright

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

00:41
[7b653cf913] part of check-in [2a27cf3000] Update copyright

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

2015-11-29
11:43
[5cdea7a5dc] part of check-in [48980f2297] Make properties a requirement and clean up code

This increases the required GCC version from 4.0 to 4.6 (exception:
Apple GCC, which already supports this with >= 4.0 starting with OS X
10.5). Since even GCC 4.6 is really old by now, there is no point in
still supporting something even older and making the code ugly because
of that. While some hardware and OS support was dropped from GCC 4.6
compared to GCC 4.0, there is nothing in there that would be an
interesting target with the exception of BeOS maybe - but a port to BeOS
can also be achieved using the Haiku support. The other dropped OSes are
mostly old versions of OSes while newer ones are still being supported
(and those newer versions of those OSes still support the same
hardware). (check-in: [48980f2297] user: js, branch: trunk, size: 3885) [annotate] [blame] [check-ins using] [diff]

2015-04-11
11:04
[e531b2d124] part of check-in [efc6b07e2c] Documentation improvements (check-in: [efc6b07e2c] user: js, branch: trunk, size: 4211) [annotate] [blame] [check-ins using] [diff]
11:01
Added: [c0a4b8ac16] part of check-in [ff17b98ab2] OFOpenFileFailedException: Rename File -> Item (check-in: [ff17b98ab2] user: js, branch: trunk, size: 4173) [annotate] [blame] [check-ins using]