ObjFW  History of src/exceptions/OFCopyItemFailedException.h of bdf4b1d37e2e318a

History of the file that is called src/exceptions/OFCopyItemFailedException.h at check-in bdf4b1d37e2e318a

2024-04-03
02:16
[0cb2c83584] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 2368) [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
[377bf410f8] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 2160) [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
[0f23b6466c] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 2160) [annotate] [blame] [check-ins using] [diff]
2022-11-24
00:21
[d7289d0c18] part of check-in [23272e6d43] Rename OFURI to OFIRI (check-in: [23272e6d43] user: js, branch: trunk, size: 2160) [annotate] [blame] [check-ins using] [diff]
2022-09-28
21:40
[123bfde77a] part of check-in [e7ab06503c] Rename OFUR{L -> I} in preparation for URI support (check-in: [e7ab06503c] user: js, branch: trunk, size: 2160) [annotate] [blame] [check-ins using] [diff]
2022-09-12
14:34
[630315f2f6] part of check-in [c40a295629] Either restrict subclassing or reserve ivars (check-in: [c40a295629] user: js, branch: trunk, size: 2160) [annotate] [blame] [check-ins using] [diff]
2022-04-25
19:01
[6dbfc6ae6a] part of check-in [d9fb19b0a1] More declaration reordering (check-in: [d9fb19b0a1] user: js, branch: trunk, size: 2112) [annotate] [blame] [check-ins using] [diff]
2022-04-23
12:26
[c7d2df7892] part of check-in [59fc5153a1] More declaration reordering and nullability fixes (check-in: [59fc5153a1] user: js, branch: trunk, size: 2082) [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
[688510c190] part of check-in [1a86b8175b] Update copyright (check-in: [1a86b8175b] user: js, branch: trunk, size: 2082) [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
[5ddbab0bf1] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 2082) [annotate] [blame] [check-ins using] [diff]
2020-10-03
11:35
[a609d68d24] part of check-in [163a4a5a2e] Use /** */ instead of /*! */ for documentation (check-in: [163a4a5a2e] user: js, branch: trunk, size: 2171) [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
[0b8ee22e2c] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 2171) [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
[23a06d198f] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 2168) [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
[59f9e79088] part of check-in [7e5c81e186] Update copyright notice (check-in: [7e5c81e186] user: js, branch: trunk, size: 2162) [annotate] [blame] [check-ins using] [diff]
2017-12-29
16:00
[c99df4e593] part of check-in [b4835ea9b7] OFFileManager: Refactor -[copyItemAtURL:toURL:]

Rather than just working for file URLs, this works with any URL now. (check-in: [b4835ea9b7] user: js, branch: trunk, size: 2139) [annotate] [blame] [check-ins using] [diff]

2017-11-18
18:50
[4555d3385b] part of check-in [cc3ad3ddd3] Documentation: Use @brief for all properties (check-in: [cc3ad3ddd3] user: js, branch: trunk, size: 2163) [annotate] [blame] [check-ins using] [diff]
2017-10-17
00:33
[236c740781] 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: 2142) [annotate] [blame] [check-ins using] [diff]

2017-06-04
23:41
[686e99d584] part of check-in [cc5923d6bb] Add designated initializer to all exceptions (check-in: [cc5923d6bb] user: js, branch: trunk, size: 2114) [annotate] [blame] [check-ins using] [diff]
2017-05-13
16:29
[3ba8604826] part of check-in [f663d40cbd] Also use nonatomic for non-object properties (check-in: [f663d40cbd] user: js, branch: trunk, size: 2088) [annotate] [blame] [check-ins using] [diff]
2017-05-07
23:14
[2dd4967598] part of check-in [16c05e87e1] Add OF_UNAVAILABLE (check-in: [16c05e87e1] user: js, branch: trunk, size: 2077) [annotate] [blame] [check-ins using] [diff]
20:10
[46a6589334] 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: 2010) [annotate] [blame] [check-ins using] [diff]

2017-05-02
21:10
[3689d773a6] part of check-in [cc4cb0d824] exceptions: Add nullability specifiers (check-in: [cc4cb0d824] user: js, branch: trunk, size: 2006) [annotate] [blame] [check-ins using] [diff]
2017-04-30
13:35
[f24e8a9d1f] 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: 1958) [annotate] [blame] [check-ins using] [diff]

2017-01-09
17:36
[64f3dead99] 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: 1948) [annotate] [blame] [check-ins using] [diff]

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

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

00:41
[6a3e47130e] part of check-in [2a27cf3000] Update copyright

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

2015-11-29
11:43
[dbe8cb9bf7] 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: 1938) [annotate] [blame] [check-ins using] [diff]

2015-04-11
11:04
[fb08ee9d57] part of check-in [efc6b07e2c] Documentation improvements (check-in: [efc6b07e2c] user: js, branch: trunk, size: 2214) [annotate] [blame] [check-ins using] [diff]
2015-02-16
08:39
[a38994cfde] part of check-in [62e2de30b9] Explicitly pass errno to exceptions

The old behaviour where the exception would access errno directly on
creation of the exception was very fragile. The two main problems with
it were that sometimes it would pick up an errno even though none had
been set and in other cases that when the exception was created errno
had already been overridden.

This also greatly increases errno handling on Win32, especially in
conjunction with sockets. It can still be improved further, though. (check-in: [62e2de30b9] user: js, branch: trunk, size: 2204) [annotate] [blame] [check-ins using] [diff]

2015-01-03
20:57
[bce67d81dc] part of check-in [cfd374b906] Update copyright (check-in: [cfd374b906] user: js, branch: trunk, size: 2096) [annotate] [blame] [check-ins using] [diff]
2014-02-18
18:50
[5e54e42d57] part of check-in [246cfe0807] Documentation: Show correct imports (check-in: [246cfe0807] user: js, branch: trunk, size: 2090) [annotate] [blame] [check-ins using] [diff]
2014-01-04
00:24
[e4e72dcd3c] part of check-in [3b97fc3cd9] Update copyright. (check-in: [3b97fc3cd9] user: js, branch: trunk, size: 1982) [annotate] [blame] [check-ins using] [diff]
2013-12-09
22:19
Added: [05f4995b62] part of check-in [169f06e1ec] Add +[OFFile copyItemAtPath:toPath:].

This replaces +[OFFile copyFileAtPath:toPath:]. (check-in: [169f06e1ec] user: js, branch: trunk, size: 1976) [annotate] [blame] [check-ins using]