ObjFW  History of src/OFKeyValueCoding.h of 416094d227446f1f

History of the file that is called src/OFKeyValueCoding.h at check-in 416094d227446f1f

2024-04-03
02:16
[cc9621596c] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 3609) [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
[88d8e5ab72] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 3401) [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
[d758bb12c8] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 3401) [annotate] [blame] [check-ins using] [diff]
2022-10-14
19:36
[3568d90874] part of check-in [6c6c413432] Document more exceptions (check-in: [6c6c413432] user: js, branch: trunk, size: 3401) [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
[06cc2c1de6] part of check-in [1a86b8175b] Update copyright (check-in: [1a86b8175b] user: js, branch: trunk, size: 2743) [annotate] [blame] [check-ins using] [diff]
2021-03-07
15:07
[859098584b] part of check-in [1948e7e972] *.h: Fold methods into one line where it fits (check-in: [1948e7e972] user: js, branch: trunk, size: 2743) [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
[f61d77bf20] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 2754) [annotate] [blame] [check-ins using] [diff]
2020-10-03
11:35
[fc58ab9799] part of check-in [163a4a5a2e] Use /** */ instead of /*! */ for documentation (check-in: [163a4a5a2e] user: js, branch: trunk, size: 2843) [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
[060690869e] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 2843) [annotate] [blame] [check-ins using] [diff]
2019-03-23
22:03
[240832dbe1] part of check-in [d7824704f9] Add -[valueForKeyPath:] / -[setValue:forKeyPath:] (check-in: [d7824704f9] user: js, branch: trunk, size: 2840) [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
[e174eddd08] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 2362) [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
[72b3c01e24] part of check-in [7e5c81e186] Update copyright notice (check-in: [7e5c81e186] user: js, branch: trunk, size: 2356) [annotate] [blame] [check-ins using] [diff]
2017-09-27
22:35
[b40de73f7d] part of check-in [697e3ecbf7] More nullability fixes (check-in: [697e3ecbf7] user: js, branch: trunk, size: 2333) [annotate] [blame] [check-ins using] [diff]
2017-05-07
20:10
[f12732c01d] 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: 2342) [annotate] [blame] [check-ins using] [diff]

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

2016-06-05
15:51
[d63616901c] part of check-in [7bb4cae9db] Key Value Coding: Add -[setNilValueForKey:] (check-in: [7bb4cae9db] user: js, branch: trunk, size: 2331) [annotate] [blame] [check-ins using] [diff]
15:00
[a76365edf5] part of check-in [05196e511a] Implement Key Value Coding for OFArray

If the key starts with an @, the @ is stripped and the super method is
called. Otherwise, this returns the value for all objects / sets the
value for all objects. (check-in: [05196e511a] user: js, branch: trunk, size: 2025) [annotate] [blame] [check-ins using] [diff]

14:32
[141094746d] part of check-in [cbacea7ca3] Implement Key Value Coding for OFDictionary

If the key starts with an @, the @ is stripped and the super method is
called. Otherwise, this is equivalent to -[objectForKey:] /
-[setValue:forKey:]. (check-in: [cbacea7ca3] user: js, branch: trunk, size: 2024) [annotate] [blame] [check-ins using] [diff]

00:01
Added: [3dd35e7786] 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: 1920) [annotate] [blame] [check-ins using]