History of file src/exceptions/OFInitializationFailedException.m at check-in a534a0deb5518021
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [b08c6880cd] check-in: [7413a728a7] user: js, branch: trunk, size: 1379 [annotate] [blame] [check-ins using] [diff] | |
2024-01-02
| ||
17:17 | Update copyright file: [1695829c14] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 1171 [annotate] [blame] [check-ins using] [diff] | |
2023-01-06
| ||
09:04 | Update copyright file: [601d4266f8] check-in: [8939cbdb52] user: js, branch: trunk, size: 1171 [annotate] [blame] [check-ins using] [diff] | |
2022-02-12
| ||
07:46 | Update copyright file: [cfa23bb7fe] check-in: [1a86b8175b] user: js, branch: trunk, size: 1171 [annotate] [blame] [check-ins using] [diff] | |
2021-01-02
| ||
22:04 | Update copyright file: [07e40cd854] check-in: [374e1a1bfa] user: js, branch: trunk, size: 1171 [annotate] [blame] [check-ins using] [diff] | |
2020-01-02
| ||
01:51 | Update copyright file: [9117449d9c] check-in: [c7f0229795] user: js, branch: trunk, size: 1260 [annotate] [blame] [check-ins using] [diff] | |
2019-01-03
| ||
19:13 | Update copyright file: [2747451166] check-in: [0509d7a844] user: js, branch: trunk, size: 1257 [annotate] [blame] [check-ins using] [diff] | |
2018-01-03
| ||
19:49 | Update copyright notice file: [1866c1c7fe] check-in: [7e5c81e186] user: js, branch: trunk, size: 1251 [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: [a45044fb6a] check-in: [cc5923d6bb] user: js, branch: trunk, size: 1200 [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: [ba889780e2] check-in: [4af49a13c3] user: js, branch: trunk, size: 1153 [annotate] [blame] [check-ins using] [diff] | |
2017-05-02
| ||
21:10 | exceptions: Add nullability specifiers file: [43347ab5a7] check-in: [cc4cb0d824] user: js, branch: trunk, size: 1152 [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 | |
2016-01-03
| ||
00:43 |
Update copyright
While at it, also update the mail address. file: [d71489d98b] check-in: [cec0f072f8] user: js, branch: 0.8, size: 1123 [annotate] [blame] [check-ins using] [diff] | |
00:41 |
Update copyright
While at it, also update the mail address. file: [e05b2a4d07] check-in: [2a27cf3000] user: js, branch: trunk, size: 1116 [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-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: [26c9c44c2d] check-in: [cfd374b906] user: js, branch: trunk, size: 1139 [annotate] [blame] [check-ins using] [diff] | |
2014-06-21
| ||
21:43 |
Move all macros from OFObject.h to macros.h
This means that OFObject.h imports macros.h now, making it unnecessary | |
2014-01-04
| ||
00:24 | Update copyright. file: [051b8ce663] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 1152 [annotate] [blame] [check-ins using] [diff] | |
2013-11-23
| ||
01:12 | Add OF_INVALID_INIT_METHOD. file: [f8f3e3d8f3] check-in: [35dafd5c57] user: js, branch: trunk, size: 1146 [annotate] [blame] [check-ins using] [diff] | |
2013-06-22
| ||
12:12 |
Rework exceptions.
This mostly removes the argument for the class in which the exception This also removes a few other arguments which were not too helpful. In | |
2013-02-13
| ||
23:10 |
Don't cache the description of exceptions.
This was pretty pointless, as it's usually only used once. file: [5b64ada8d8] check-in: [d9ddc4d06e] user: js, branch: trunk, size: 826 [annotate] [blame] [check-ins using] [diff] | |
2013-02-12
| ||
18:22 | Prefix all ivars with an underscore. file: [5f9ac7b48a] check-in: [e40729d406] user: js, branch: trunk, size: 913 [annotate] [blame] [check-ins using] [diff] | |
2013-01-09
| ||
22:24 | Update copyright. file: [c6c6b9a8bb] check-in: [813c00ccf0] user: js, branch: trunk, size: 908 [annotate] [blame] [check-ins using] [diff] | |
2012-01-05
| ||
00:56 | Update copyright. file: [a1a965a4db] check-in: [ce70e17b38] user: js, branch: trunk, size: 902 [annotate] [blame] [check-ins using] [diff] | |
2011-03-24
| ||
16:09 | Added: Split OFExceptions.{h,m} into one file per exception. file: [787f4e61c1] check-in: [e1eea29286] user: js, branch: trunk, size: 896 [annotate] [blame] [check-ins using] | |