ObjFW  History of src/OFINICategory+Private.h of 80f3a121e5b8701f

History of file src/OFINICategory+Private.h at check-in 80f3a121e5b8701f

2024-08-24
10:25
OFINISection: Allow values in global section file: [97d51eca37] check-in: [dab4c26020] user: js, branch: trunk, size: 1118 [annotate] [blame] [check-ins using] [diff]
10:14
Renamed src/OFINICategory+Private.h → src/OFINISection+Private.h. Rename OFINICategory to OFINISection

OFINICategory is provided as a deprecated subclass of OFINISection to
maintain API and ABI compatibility. file: [eb63ba043a] check-in: [0fead8a915] user: js, branch: trunk, size: 1131 [annotate] [blame] [check-ins using] [diff]

09:20
OFINIFile: Allow comments before first category file: [f683fe929a] check-in: [904d0639c4] user: js, branch: trunk, size: 1133 [annotate] [blame] [check-ins using] [diff]
2024-04-03
02:16
Change license to LGPLv3 only file: [9fe10387de] check-in: [7413a728a7] user: js, branch: trunk, size: 1120 [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
Update copyright file: [08ccd04496] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 912 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [1882471bdd] check-in: [8939cbdb52] user: js, branch: trunk, size: 912 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [6b757dc025] check-in: [1a86b8175b] user: js, branch: trunk, size: 912 [annotate] [blame] [check-ins using] [diff]
2021-04-17
02:10
of_string_encoding_t -> OFStringEncoding file: [6b052bbd06] check-in: [255f21fb3d] user: js, branch: new-naming-convention, size: 912 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [c5a381e443] check-in: [374e1a1bfa] user: js, branch: trunk, size: 916 [annotate] [blame] [check-ins using] [diff]
2020-06-28
15:03
Use OF_DIRECT(_MEMBERS) where appropriate file: [daec4f9da8] check-in: [b6cb3addd0] user: js, branch: trunk, size: 1005 [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
Update copyright file: [c23b5362fb] check-in: [c7f0229795] user: js, branch: trunk, size: 987 [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
Update copyright file: [8cb4fa713f] check-in: [0509d7a844] user: js, branch: trunk, size: 984 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [112b533ab9] check-in: [7e5c81e186] user: js, branch: trunk, size: 978 [annotate] [blame] [check-ins using] [diff]
2017-09-26
21:53
Many nullability fixes file: [5583b4a433] check-in: [52011fbfd6] user: js, branch: trunk, size: 955 [annotate] [blame] [check-ins using] [diff]
2017-05-21
21:28
Prefix private methods with of_ instead of OF_

This matches Apple's style. file: [59ee9ce154] check-in: [6b77a5dd8b] user: js, branch: trunk, size: 929 [annotate] [blame] [check-ins using] [diff]

2017-05-08
21:37
Add OF_DESIGNATED_INITIALIZER & OF_METHOD_FAMILY file: [9eccb1bef3] check-in: [469a496cd2] user: js, branch: trunk, size: 929 [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: [3108b44cc4] check-in: [4af49a13c3] user: js, branch: trunk, size: 906 [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: [ba852f9a21] check-in: [44f45c2e35] user: js, branch: trunk, size: 904 [annotate] [blame] [check-ins using] [diff]

2016-01-03
00:43
Update copyright

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

00:41
Update copyright

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

2015-11-29
14:23
Clean up class extensions

Now that we can require GCC >= 4.6, we no longer need to fall back to
using a category on old compilers. file: [3b162a836d] check-in: [2aca549d60] user: js, branch: trunk, size: 894 [annotate] [blame] [check-ins using] [diff]

2015-06-13
22:26
Add support for and use the new nullability file: [57eb45a3d8] check-in: [9e76144ef8] user: js, branch: trunk, size: 913 [annotate] [blame] [check-ins using] [diff]
2015-01-03
20:57
Update copyright file: [f3dd9db12f] check-in: [cfd374b906] user: js, branch: trunk, size: 865 [annotate] [blame] [check-ins using] [diff]
2014-06-21
21:43
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. file: [e411ac2081] check-in: [13ee56edf3] user: js, branch: trunk, size: 859 [annotate] [blame] [check-ins using] [diff]

2014-06-14
09:44
OFINIFile: Add support for different encodings file: [963e590a59] check-in: [44de69ef31] user: js, branch: trunk, size: 879 [annotate] [blame] [check-ins using] [diff]
2014-02-17
20:51
Added: Move OFINICategory to separate file file: [141e6d31f9] check-in: [9d6adbf3d9] user: js, branch: trunk, size: 795 [annotate] [blame] [check-ins using]