History of file src/exceptions/OFUnboundPrefixException.h at check-in 38ccb06dff305071
2024-06-17
| ||
21:08 | Always use <ObjFW/ObjFW.h> in documentation file: [a904f171ed] check-in: [164f2fb4bf] user: js, branch: trunk, size: 2113 [annotate] [blame] [check-ins using] [diff] | |
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [731b4f4217] check-in: [7413a728a7] user: js, branch: trunk, size: 2139 [annotate] [blame] [check-ins using] [diff] | |
2024-01-02
| ||
17:17 | Update copyright file: [d2503eb0f8] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 1931 [annotate] [blame] [check-ins using] [diff] | |
2023-01-06
| ||
09:04 | Update copyright file: [da8310264b] check-in: [8939cbdb52] user: js, branch: trunk, size: 1931 [annotate] [blame] [check-ins using] [diff] | |
2022-09-12
| ||
14:34 | Either restrict subclassing or reserve ivars file: [c1eaadb13e] check-in: [c40a295629] user: js, branch: trunk, size: 1931 [annotate] [blame] [check-ins using] [diff] | |
2022-04-25
| ||
13:08 | More declaration reordering for consistency file: [6d7bca5c41] check-in: [29bc151b83] user: js, branch: trunk, size: 1884 [annotate] [blame] [check-ins using] [diff] | |
2022-02-12
| ||
07:46 | Update copyright file: [aa8941dce1] check-in: [1a86b8175b] user: js, branch: trunk, size: 1884 [annotate] [blame] [check-ins using] [diff] | |
2021-01-02
| ||
22:04 | Update copyright file: [726c0697fd] check-in: [374e1a1bfa] user: js, branch: trunk, size: 1884 [annotate] [blame] [check-ins using] [diff] | |
2020-10-03
| ||
11:35 | Use /** */ instead of /*! */ for documentation file: [e2787d1963] check-in: [163a4a5a2e] user: js, branch: trunk, size: 1973 [annotate] [blame] [check-ins using] [diff] | |
2020-01-02
| ||
01:51 | Update copyright file: [617134b0e4] check-in: [c7f0229795] user: js, branch: trunk, size: 1973 [annotate] [blame] [check-ins using] [diff] | |
2019-01-03
| ||
19:13 | Update copyright file: [4f7837a4da] check-in: [0509d7a844] user: js, branch: trunk, size: 1970 [annotate] [blame] [check-ins using] [diff] | |
2018-01-03
| ||
19:49 | Update copyright notice file: [36230fbce4] check-in: [7e5c81e186] user: js, branch: trunk, size: 1964 [annotate] [blame] [check-ins using] [diff] | |
2017-11-18
| ||
18:50 | Documentation: Use @brief for all properties file: [724d7c2acf] check-in: [cc3ad3ddd3] user: js, branch: trunk, size: 1941 [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: [5e8a642c6a] check-in: [cc5923d6bb] user: js, branch: trunk, size: 1899 [annotate] [blame] [check-ins using] [diff] | |
2017-05-07
| ||
23:14 | Add OF_UNAVAILABLE file: [86ff7f38fd] check-in: [16c05e87e1] user: js, branch: trunk, size: 1873 [annotate] [blame] [check-ins using] [diff] | |
20:10 |
Small code style change
Casts are now written like types in variable declarations. file: [8b87f7d166] check-in: [4af49a13c3] user: js, branch: trunk, size: 1806 [annotate] [blame] [check-ins using] [diff] | |
2017-05-02
| ||
21:10 | exceptions: Add nullability specifiers file: [85076c578b] check-in: [cc4cb0d824] user: js, branch: trunk, size: 1802 [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: [92da310e95] check-in: [cec0f072f8] user: js, branch: 0.8, size: 1944 [annotate] [blame] [check-ins using] [diff] | |
00:41 |
Update copyright
While at it, also update the mail address. file: [9eb940544f] check-in: [2a27cf3000] user: js, branch: trunk, size: 1740 [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-01-03
| ||
20:57 | Update copyright file: [98d8f67d84] check-in: [cfd374b906] user: js, branch: trunk, size: 1940 [annotate] [blame] [check-ins using] [diff] | |
2014-02-18
| ||
18:50 | Documentation: Show correct imports file: [1b839ed1ff] check-in: [246cfe0807] user: js, branch: trunk, size: 1934 [annotate] [blame] [check-ins using] [diff] | |
2014-01-04
| ||
00:24 | Update copyright. file: [b6f2d0d8de] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 1829 [annotate] [blame] [check-ins using] [diff] | |
2013-11-20
| ||
22:06 | Make exception properties atomic. file: [ee5905f9a4] check-in: [85e8ccc3a5] user: js, branch: trunk, size: 1823 [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-06-16
| ||
20:03 |
Added:
Split OFUnboundNamespaceException.
OFUnboundNamespaceException is now only used when the namespace is not | |