ObjFW  History of src/OFSettings.m of c1c9443c1a681203

History of the file that is called src/OFSettings.m at check-in c1c9443c1a681203

2024-04-03
02:16
[ce7c592c1b] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 3001) [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
[5381bbc2a1] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 2793) [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
[ca8870c245] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 2793) [annotate] [blame] [check-ins using] [diff]
2022-04-19
16:28
[206814d076] part of check-in [5479feef2d] OFSettings: Fix release after throw (check-in: [5479feef2d] user: js, branch: trunk, size: 2793) [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
[020bd4039a] part of check-in [1a86b8175b] Update copyright (check-in: [1a86b8175b] user: js, branch: trunk, size: 2793) [annotate] [blame] [check-ins using] [diff]
2021-03-07
01:53
[8b3ec674cd] part of check-in [b0b5eff396] Remove useless *Value from selector names (check-in: [b0b5eff396] user: js, branch: trunk, size: 2793) [annotate] [blame] [check-ins using] [diff]
2021-02-28
15:22
[48a4a9191f] part of check-in [2ed9cbdc0c] More consistent API for OFINICategory & OFSettings (check-in: [2ed9cbdc0c] user: js, branch: trunk, size: 2933) [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
[372f573069] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 2766) [annotate] [blame] [check-ins using] [diff]
2020-08-11
19:45
[5da0b0a891] part of check-in [b6ee372b98] 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). (check-in: [b6ee372b98] user: js, branch: trunk, size: 2855) [annotate] [blame] [check-ins using] [diff]

2020-01-02
01:51
[760331490f] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 2851) [annotate] [blame] [check-ins using] [diff]
2019-06-17
02:33
[f9222a1d34] part of check-in [17d57e01ff] Remove underscores from class names (check-in: [17d57e01ff] user: js, branch: trunk, size: 2848) [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
[541f2a44aa] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 2850) [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
[a6802b6d26] part of check-in [7e5c81e186] Update copyright notice (check-in: [7e5c81e186] user: js, branch: trunk, size: 2844) [annotate] [blame] [check-ins using] [diff]
2017-10-17
00:33
[5a9246138a] 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: 2821) [annotate] [blame] [check-ins using] [diff]

2017-05-07
20:10
[a8dee6588b] 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: 2779) [annotate] [blame] [check-ins using] [diff]

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

2016-01-03
00:43
[302519bb70] part of check-in [cec0f072f8] Update copyright

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

00:41
[84bf12cf79] part of check-in [2a27cf3000] Update copyright

While at it, also update the mail address. (check-in: [2a27cf3000] user: js, branch: trunk, size: 2750) [annotate] [blame] [check-ins using] [diff]

2015-11-29
11:43
[1c08bd71db] part of check-in [48980f2297] 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). (check-in: [48980f2297] user: js, branch: trunk, size: 2746) [annotate] [blame] [check-ins using] [diff]

2015-01-03
20:57
[d9a2808cef] part of check-in [cfd374b906] Update copyright (check-in: [cfd374b906] user: js, branch: trunk, size: 2766) [annotate] [blame] [check-ins using] [diff]
2014-06-21
21:43
[390d542a71] part of check-in [13ee56edf3] Move all macros from OFObject.h to macros.h

This means that OFObject.h imports macros.h now, making it unnecessary
to manually import macros.h in almost every file. And while at it, also
import autorelease.h in OFObject.h, so that this doesn't need to be
manually imported in almost every file as well. (check-in: [13ee56edf3] user: js, branch: trunk, size: 2760) [annotate] [blame] [check-ins using] [diff]

2014-06-18
12:54
Added: [4790524e18] part of check-in [1333634935] Add OFSettings (check-in: [1333634935] user: js, branch: trunk, size: 2804) [annotate] [blame] [check-ins using]