ObjFW  History of src/exceptions/OFMoveItemFailedException.h of 23272e6d43115eae

History of the file that is called src/exceptions/OFMoveItemFailedException.h at check-in 23272e6d43115eae

2024-01-02
17:17
Update copyright file: [5748869676] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 2106 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [3f95d4e4e7] check-in: [8939cbdb52] user: js, branch: trunk, size: 2106 [annotate] [blame] [check-ins using] [diff]
2022-11-24
00:21
Rename OFURI to OFIRI file: [9960932e73] check-in: [23272e6d43] user: js, branch: trunk, size: 2106 [annotate] [blame] [check-ins using] [diff]
2022-09-28
21:40
Rename OFUR{L -> I} in preparation for URI support file: [f2cc0cdf02] check-in: [e7ab06503c] user: js, branch: trunk, size: 2106 [annotate] [blame] [check-ins using] [diff]
2022-09-12
14:34
Either restrict subclassing or reserve ivars file: [a67998f491] check-in: [c40a295629] user: js, branch: trunk, size: 2106 [annotate] [blame] [check-ins using] [diff]
2022-04-24
09:40
Reorder more declarations for consistency file: [c4c3e18fa9] check-in: [7e1d2b5cd6] user: js, branch: trunk, size: 2058 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [435c29fd24] check-in: [1a86b8175b] user: js, branch: trunk, size: 2058 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [8ff631dc6d] check-in: [374e1a1bfa] user: js, branch: trunk, size: 2058 [annotate] [blame] [check-ins using] [diff]
2020-10-03
11:35
Use /** */ instead of /*! */ for documentation file: [3c8aaf82f5] check-in: [163a4a5a2e] user: js, branch: trunk, size: 2147 [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
Update copyright file: [b6259b19b1] check-in: [c7f0229795] user: js, branch: trunk, size: 2147 [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
Update copyright file: [ee278182a8] check-in: [0509d7a844] user: js, branch: trunk, size: 2144 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [024cc865f7] check-in: [7e5c81e186] user: js, branch: trunk, size: 2138 [annotate] [blame] [check-ins using] [diff]
2017-12-29
21:33
OFURLHandler: Add methods for copy and move

Also refactor OFFileManager to make use of them. file: [e79452cdc8] check-in: [c8defc67ad] user: js, branch: trunk, size: 2115 [annotate] [blame] [check-ins using] [diff]

2017-11-18
18:50
Documentation: Use @brief for all properties file: [b9a783ccba] check-in: [cc3ad3ddd3] user: js, branch: trunk, size: 2145 [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
not apply to implicit return types. This means that after this commit,
all init methods have a nonnull return type, as they should have. file: [02a6b7d968] check-in: [2f4e0df8be] user: js, branch: trunk, size: 2124 [annotate] [blame] [check-ins using] [diff]

2017-06-04
23:41
Add designated initializer to all exceptions file: [f3aaa9b168] check-in: [cc5923d6bb] user: js, branch: trunk, size: 2096 [annotate] [blame] [check-ins using] [diff]
2017-05-13
16:29
Also use nonatomic for non-object properties file: [3fdafa72d1] check-in: [f663d40cbd] user: js, branch: trunk, size: 2070 [annotate] [blame] [check-ins using] [diff]
2017-05-07
23:14
Add OF_UNAVAILABLE file: [803e54d164] check-in: [16c05e87e1] user: js, branch: trunk, size: 2059 [annotate] [blame] [check-ins using] [diff]
20:10
Small code style change

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

2017-05-02
21:10
exceptions: Add nullability specifiers file: [220654d393] check-in: [cc4cb0d824] user: js, branch: trunk, size: 1988 [annotate] [blame] [check-ins using] [diff]
2017-04-30
13:35
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. file: [a65ba57dc8] check-in: [0a73af49f0] user: js, branch: trunk, size: 1940 [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: [54c3f3a8f8] check-in: [44f45c2e35] user: js, branch: trunk, size: 1930 [annotate] [blame] [check-ins using] [diff]

2016-01-03
00:43
Update copyright

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

00:41
Update copyright

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

2015-11-29
11:43
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). file: [2f98a6754a] check-in: [48980f2297] user: js, branch: trunk, size: 1920 [annotate] [blame] [check-ins using] [diff]

2015-04-11
11:04
Documentation improvements file: [cb15e11718] check-in: [efc6b07e2c] user: js, branch: trunk, size: 2142 [annotate] [blame] [check-ins using] [diff]
2015-02-16
08:39
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. file: [fbb81728bb] check-in: [62e2de30b9] user: js, branch: trunk, size: 2132 [annotate] [blame] [check-ins using] [diff]

2015-01-03
20:57
Update copyright file: [935cda0c3e] check-in: [cfd374b906] user: js, branch: trunk, size: 2024 [annotate] [blame] [check-ins using] [diff]
2014-02-18
18:50
Documentation: Show correct imports file: [855120ac39] check-in: [246cfe0807] user: js, branch: trunk, size: 2018 [annotate] [blame] [check-ins using] [diff]
2014-01-04
00:24
Update copyright. file: [4e3f44c003] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 1910 [annotate] [blame] [check-ins using] [diff]
2013-12-11
23:53
Added: Add +[OFFile moveItemAtPath:toPath:].

This replaces +[OFFile renameItemAtPath:toPath:] and supports moving
files to different logical devices. file: [a4f8b8376a] check-in: [260391fc1c] user: js, branch: trunk, size: 1904 [annotate] [blame] [check-ins using]