ObjFW  History of src/OFINIFile.h of a43377bd13b12c01

History of the file that is called src/OFINIFile.h at check-in a43377bd13b12c01

2024-01-02
17:17
Update copyright file: [a491fd2c94] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 4078 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [b499732126] check-in: [8939cbdb52] user: js, branch: trunk, size: 4078 [annotate] [blame] [check-ins using] [diff]
2022-11-24
00:21
Rename OFURI to OFIRI file: [8921a991d2] check-in: [23272e6d43] user: js, branch: trunk, size: 4078 [annotate] [blame] [check-ins using] [diff]
2022-09-28
21:40
Rename OFUR{L -> I} in preparation for URI support file: [f35fd21473] check-in: [e7ab06503c] user: js, branch: trunk, size: 4078 [annotate] [blame] [check-ins using] [diff]
2022-09-25
20:14
Document more exceptions file: [7ac69fbcc1] check-in: [5a4e00df9a] user: js, branch: trunk, size: 4078 [annotate] [blame] [check-ins using] [diff]
2022-08-07
15:59
OFINIFile: Use URLs instead of paths file: [de47c3e875] check-in: [28942b4055] user: js, branch: trunk, size: 3340 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [85f822e023] check-in: [1a86b8175b] user: js, branch: trunk, size: 3375 [annotate] [blame] [check-ins using] [diff]
2021-04-17
02:10
of_string_encoding_t -> OFStringEncoding file: [8b191bee9f] check-in: [255f21fb3d] user: js, branch: new-naming-convention, size: 3375 [annotate] [blame] [check-ins using] [diff]
2021-03-17
23:14
OFINIFile: Add property containing all categories file: [bd06a8855c] check-in: [deebe3c034] user: js, branch: trunk, size: 3387 [annotate] [blame] [check-ins using] [diff]
2021-03-07
01:53
Remove useless *Value from selector names file: [4e2773d0f5] check-in: [b0b5eff396] user: js, branch: trunk, size: 3255 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [5f1fab4818] check-in: [374e1a1bfa] user: js, branch: trunk, size: 3259 [annotate] [blame] [check-ins using] [diff]
2020-10-03
11:35
Use /** */ instead of /*! */ for documentation file: [c3c19039f7] check-in: [163a4a5a2e] user: js, branch: trunk, size: 3348 [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
Update copyright file: [6fb61f66a8] check-in: [c7f0229795] user: js, branch: trunk, size: 3348 [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: [71d6c12d86] check-in: [496695d778] user: js, branch: trunk, size: 3345 [annotate] [blame] [check-ins using] [diff]

2019-01-03
19:13
Update copyright file: [772b56ea19] check-in: [0509d7a844] user: js, branch: trunk, size: 3319 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [ab6ba4eb99] check-in: [7e5c81e186] user: js, branch: trunk, size: 3313 [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: [40d24517e7] check-in: [2f4e0df8be] user: js, branch: trunk, size: 3290 [annotate] [blame] [check-ins using] [diff]

2017-05-08
21:37
Add OF_DESIGNATED_INITIALIZER & OF_METHOD_FAMILY file: [80cc8bd83f] check-in: [469a496cd2] user: js, branch: trunk, size: 3244 [annotate] [blame] [check-ins using] [diff]
2017-05-07
23:14
Add OF_UNAVAILABLE file: [4b14f5b90f] check-in: [16c05e87e1] user: js, branch: trunk, size: 3218 [annotate] [blame] [check-ins using] [diff]
20:10
Small code style change

Casts are now written like types in variable declarations. file: [233379f0e4] check-in: [4af49a13c3] user: js, branch: trunk, size: 3194 [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: [1a37c007aa] check-in: [44f45c2e35] user: js, branch: trunk, size: 3185 [annotate] [blame] [check-ins using] [diff]

2016-01-03
00:41
Update copyright

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

2015-06-13
22:26
Add support for and use the new nullability file: [0ded227d84] check-in: [9e76144ef8] user: js, branch: trunk, size: 3175 [annotate] [blame] [check-ins using] [diff]
2015-06-12
23:59
Add support for and use the new ObjC generics file: [2b02002d00] check-in: [5329fe7c1a] user: js, branch: trunk, size: 3127 [annotate] [blame] [check-ins using] [diff]
2015-01-03
20:57
Update copyright file: [98bc445d76] check-in: [cfd374b906] user: js, branch: trunk, size: 3077 [annotate] [blame] [check-ins using] [diff]
2014-06-14
09:44
OFINIFile: Add support for different encodings file: [ad0922c06d] check-in: [44de69ef31] user: js, branch: trunk, size: 3071 [annotate] [blame] [check-ins using] [diff]
2014-06-12
13:43
OFINIFile: Add support for quoted keys / values

This is a much more logical way to handle leading and trailing
whitespaces and also seems to be used by a few other INI
implementations.

Additionally, this imports OFINICategory.h in OFINIFile.h so that
importing OFINIFile.h is enough - this should be less confusing - and
allows opening non-existant files, treating them like an empty file. file: [d3236d0058] check-in: [12c5b7ee91] user: js, branch: trunk, size: 1936 [annotate] [blame] [check-ins using] [diff]

2014-02-18
18:50
Documentation: Show correct imports file: [48c881a928] check-in: [246cfe0807] user: js, branch: trunk, size: 1932 [annotate] [blame] [check-ins using] [diff]
2014-02-17
20:51
Move OFINICategory to separate file file: [826ba40401] check-in: [9d6adbf3d9] user: js, branch: trunk, size: 1879 [annotate] [blame] [check-ins using] [diff]
18:25
Added: Add OFINIFile file: [ebe81ff199] check-in: [355e24465d] user: js, branch: trunk, size: 6160 [annotate] [blame] [check-ins using]