History of file src/exceptions/OFMoveItemFailedException.h at check-in ccf154b51a0e97d1
2024-06-17
| ||
21:08 | Always use <ObjFW/ObjFW.h> in documentation file: [ba89add58a] check-in: [164f2fb4bf] user: js, branch: trunk, size: 2287 [annotate] [blame] [check-ins using] [diff] | |
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [86beb99f9c] check-in: [7413a728a7] user: js, branch: trunk, size: 2314 [annotate] [blame] [check-ins using] [diff] | |
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 | |
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 | |
2017-01-09
| ||
17:36 |
Update copyright
Forgot to add 2017, even though I already did quite some changes in | |
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: | |
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 This also greatly increases errno handling on Win32, especially in | |
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 | |