ObjFW  History of src/OFINICategory.h of b37858358e5c88a4

History of the file that is called src/OFINICategory.h at check-in b37858358e5c88a4

2024-04-03
02:16
Change license to LGPLv3 only file: [ce5c79e0c9] check-in: [7413a728a7] user: js, branch: trunk, size: 8467 [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
Update copyright file: [47ccd5fcd2] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 8259 [annotate] [blame] [check-ins using] [diff]
2023-08-28
14:35
OFINICategory: Better method names file: [4dd7182878] check-in: [e1d01a4ee6] user: js, branch: trunk, size: 8259 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [78e7ff0afc] check-in: [8939cbdb52] user: js, branch: trunk, size: 8139 [annotate] [blame] [check-ins using] [diff]
2022-09-25
20:14
Document more exceptions file: [8e0c968abf] check-in: [5a4e00df9a] user: js, branch: trunk, size: 8139 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [e194c2c9e1] check-in: [1a86b8175b] user: js, branch: trunk, size: 7723 [annotate] [blame] [check-ins using] [diff]
2021-04-29
22:56
Fix Doxygen warnings file: [f788995406] check-in: [5e985aa805] user: js, branch: trunk, size: 7723 [annotate] [blame] [check-ins using] [diff]
2021-03-07
01:53
Remove useless *Value from selector names file: [ce099ffcaa] check-in: [b0b5eff396] user: js, branch: trunk, size: 7729 [annotate] [blame] [check-ins using] [diff]
2021-02-28
23:42
OFINICategory: Documentation fixes file: [30849cd33f] check-in: [b5afddbea4] user: js, branch: trunk, size: 8033 [annotate] [blame] [check-ins using] [diff]
15:22
More consistent API for OFINICategory & OFSettings file: [f40b53851b] check-in: [2ed9cbdc0c] user: js, branch: trunk, size: 7968 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [4d30d101c6] check-in: [374e1a1bfa] user: js, branch: trunk, size: 7826 [annotate] [blame] [check-ins using] [diff]
2020-10-03
11:35
Use /** */ instead of /*! */ for documentation file: [0c961c5344] check-in: [163a4a5a2e] user: js, branch: trunk, size: 7915 [annotate] [blame] [check-ins using] [diff]
2020-08-11
19:45
OFString: Rework number parsing API

This solves the old signed vs. unsigned problem and allows for more
bases than just 8, 10 and 16, as well as auto-detection of the base (if
base is 0). file: [b224331a40] check-in: [b6ee372b98] user: js, branch: trunk, size: 7915 [annotate] [blame] [check-ins using] [diff]

2020-01-02
01:51
Update copyright file: [fee5b6cdbd] check-in: [c7f0229795] user: js, branch: trunk, size: 7911 [annotate] [blame] [check-ins using] [diff]
2019-09-29
19:35
Either restrict subclassing or reserve ivar space

This allows ABI stability with the fragile ABI. file: [cfca4456a9] check-in: [496695d778] user: js, branch: trunk, size: 7908 [annotate] [blame] [check-ins using] [diff]

2019-01-03
19:13
Update copyright file: [a52c1059f2] check-in: [0509d7a844] user: js, branch: trunk, size: 7882 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [0118f0959f] check-in: [7e5c81e186] user: js, branch: trunk, size: 7876 [annotate] [blame] [check-ins using] [diff]
2017-11-18
18:50
Documentation: Use @brief for all properties file: [ff12c0f0d2] check-in: [cc3ad3ddd3] user: js, branch: trunk, size: 7853 [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
not apply to implicit return types. This means that after this commit,
all init methods have a nonnull return type, as they should have. file: [729eb91da7] check-in: [2f4e0df8be] user: js, branch: trunk, size: 7846 [annotate] [blame] [check-ins using] [diff]

2017-08-11
22:26
Always have retain / copy before nonatomic file: [34c49be172] check-in: [9db36c14b5] user: js, branch: trunk, size: 7832 [annotate] [blame] [check-ins using] [diff]
2017-06-05
18:56
Doxyfile: Add missing defines file: [9e0b1efe51] check-in: [4b6dfe02f2] user: js, branch: trunk, size: 7832 [annotate] [blame] [check-ins using] [diff]
2017-05-07
23:14
Add OF_UNAVAILABLE file: [2a41b8afa0] check-in: [16c05e87e1] user: js, branch: trunk, size: 7855 [annotate] [blame] [check-ins using] [diff]
20:10
Small code style change

Casts are now written like types in variable declarations. file: [3e2b10c31b] check-in: [4af49a13c3] user: js, branch: trunk, size: 7831 [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
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. file: [1a4f4e7d5d] check-in: [0a73af49f0] user: js, branch: trunk, size: 7808 [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: [60cb5a925a] check-in: [44f45c2e35] user: js, branch: trunk, size: 7797 [annotate] [blame] [check-ins using] [diff]

2016-01-03
00:43
Update copyright

While at it, also update the mail address. file: [b6e8828c38] check-in: [cec0f072f8] user: js, branch: 0.8, size: 8021 [annotate] [blame] [check-ins using] [diff]

00:41
Update copyright

While at it, also update the mail address. file: [207b860492] check-in: [2a27cf3000] user: js, branch: trunk, size: 7791 [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:
Apple GCC, which already supports this with >= 4.0 starting with OS X
10.5). Since even GCC 4.6 is really old by now, there is no point in
still supporting something even older and making the code ugly because
of that. While some hardware and OS support was dropped from GCC 4.6
compared to GCC 4.0, there is nothing in there that would be an
interesting target with the exception of BeOS maybe - but a port to BeOS
can also be achieved using the Haiku support. The other dropped OSes are
mostly old versions of OSes while newer ones are still being supported
(and those newer versions of those OSes still support the same
hardware). file: [9f2008ee0c] check-in: [48980f2297] user: js, branch: trunk, size: 7787 [annotate] [blame] [check-ins using] [diff]

2015-11-28
19:47
Minor documentation improvements file: [b816d84214] check-in: [650b4be224] user: js, branch: trunk, size: 8021 [annotate] [blame] [check-ins using] [diff]
2015-06-13
22:26
Add support for and use the new nullability file: [e2014b9e81] check-in: [9e76144ef8] user: js, branch: trunk, size: 8017 [annotate] [blame] [check-ins using] [diff]
2015-06-12
23:59
Add support for and use the new ObjC generics file: [96f0151dae] check-in: [5329fe7c1a] user: js, branch: trunk, size: 7940 [annotate] [blame] [check-ins using] [diff]
2015-01-03
20:57
Update copyright file: [f170a65249] check-in: [cfd374b906] user: js, branch: trunk, size: 7827 [annotate] [blame] [check-ins using] [diff]
2014-06-16
18:35
OFINICategory: Add support for arrays file: [3d136493c4] check-in: [9555835784] user: js, branch: trunk, size: 7821 [annotate] [blame] [check-ins using] [diff]
2014-02-19
11:17
OFINICategory: Add missing -[setName:] and -[name] file: [c458e5b7fa] check-in: [e6ff688bf4] user: js, branch: trunk, size: 5236 [annotate] [blame] [check-ins using] [diff]
2014-02-18
18:50
Documentation: Show correct imports file: [453e9e177f] check-in: [246cfe0807] user: js, branch: trunk, size: 4995 [annotate] [blame] [check-ins using] [diff]
2014-02-17
20:51
Added: Move OFINICategory to separate file file: [d8d5c9ed59] check-in: [9d6adbf3d9] user: js, branch: trunk, size: 4930 [annotate] [blame] [check-ins using]