ObjFW  History of src/exceptions/OFUndefinedKeyException.h of 34fe205b844a13e7

History of the file that is called src/exceptions/OFUndefinedKeyException.h at check-in 34fe205b844a13e7

2024-04-03
02:16
[fdbbdafcc0] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 2999) [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
[23829743a6] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 2791) [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
[d2579a3557] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 2791) [annotate] [blame] [check-ins using] [diff]
2022-09-12
14:34
[1b1bc72e6f] part of check-in [c40a295629] Either restrict subclassing or reserve ivars (check-in: [c40a295629] user: js, branch: trunk, size: 2791) [annotate] [blame] [check-ins using] [diff]
2022-07-01
10:19
[1d0c472b52] part of check-in [111c97b5b3] OFWindowsRegistryKey: Support for DWORDs/QWORDs (check-in: [111c97b5b3] user: js, branch: trunk, size: 2745) [annotate] [blame] [check-ins using] [diff]
2022-04-25
13:08
[4055b4e74a] part of check-in [29bc151b83] More declaration reordering for consistency (check-in: [29bc151b83] user: js, branch: trunk, size: 2696) [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
[87fea8b2cb] part of check-in [1a86b8175b] Update copyright (check-in: [1a86b8175b] user: js, branch: trunk, size: 2696) [annotate] [blame] [check-ins using] [diff]
2021-03-07
15:07
[dcded81ec7] part of check-in [1948e7e972] *.h: Fold methods into one line where it fits (check-in: [1948e7e972] user: js, branch: trunk, size: 2696) [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
[867e9e731b] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 2706) [annotate] [blame] [check-ins using] [diff]
2020-10-03
11:35
[3f22266364] part of check-in [163a4a5a2e] Use /** */ instead of /*! */ for documentation (check-in: [163a4a5a2e] user: js, branch: trunk, size: 2795) [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
[baecf879da] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 2795) [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
[928cdd0079] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 2792) [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
[216427633a] part of check-in [7e5c81e186] Update copyright notice (check-in: [7e5c81e186] user: js, branch: trunk, size: 2786) [annotate] [blame] [check-ins using] [diff]
2017-11-18
18:50
[f0289baead] part of check-in [cc3ad3ddd3] Documentation: Use @brief for all properties (check-in: [cc3ad3ddd3] user: js, branch: trunk, size: 2763) [annotate] [blame] [check-ins using] [diff]
2017-11-12
18:27
[e74205bb71] part of check-in [34fe205b84] OFFileManager: Major API redesign

This removes all query methods and replaces them by a single one that
returns a dictionary. Not only does this allow querying multiple
attributes at once, it is also more extensible, as the previous
attributes were specific to file URLs. (check-in: [34fe205b84] user: js, branch: trunk, size: 2742) [annotate] [blame] [check-ins using] [diff]

2017-10-17
00:33
[2cf6faae58] 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: 2699) [annotate] [blame] [check-ins using] [diff]

2017-06-04
23:41
[8262adf7cd] part of check-in [cc5923d6bb] Add designated initializer to all exceptions (check-in: [cc5923d6bb] user: js, branch: trunk, size: 2657) [annotate] [blame] [check-ins using] [diff]
2017-05-07
23:14
[9c2b705ff9] part of check-in [16c05e87e1] Add OF_UNAVAILABLE (check-in: [16c05e87e1] user: js, branch: trunk, size: 2613) [annotate] [blame] [check-ins using] [diff]
20:10
[f6db7d17ce] 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: 2546) [annotate] [blame] [check-ins using] [diff]

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

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

2016-06-05
00:01
Added: [62c355b2c5] part of check-in [3ad1f2b268] Add OFKeyValueCoding

No support for paths and auto-wrapping yet.

Also, no classes like OFDictionary override it yet. (check-in: [3ad1f2b268] user: js, branch: trunk, size: 2477) [annotate] [blame] [check-ins using]