ObjFW  History of src/OFKeyValueCoding.h of d8ef56254dc71c16

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

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

2016-06-05
15:51
Key Value Coding: Add -[setNilValueForKey:] file: [d63616901c] check-in: [7bb4cae9db] user: js, branch: trunk, size: 2331 [annotate] [blame] [check-ins using] [diff]
15:00
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. file: [a76365edf5] check-in: [05196e511a] user: js, branch: trunk, size: 2025 [annotate] [blame] [check-ins using] [diff]

14:32
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:]. file: [141094746d] check-in: [cbacea7ca3] user: js, branch: trunk, size: 2024 [annotate] [blame] [check-ins using] [diff]

00:01
Added: Add OFKeyValueCoding

No support for paths and auto-wrapping yet.

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