ObjFW  All files named "src/OFSettings_INIFile.m"

History for src/OFSettings_INIFile.m

2019-06-17
02:33
Deleted: Remove underscores from class names check-in: [17d57e01ff] user: js, branch: trunk, size: 0
2019-03-08
00:35
Use dot syntax file: [4d0ca9211c] check-in: [bceb7ed4c9] user: js, branch: trunk, size: 6497 [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
Update copyright file: [3e8385c835] check-in: [0509d7a844] user: js, branch: trunk, size: 6499 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [ac925c4765] check-in: [7e5c81e186] user: js, branch: trunk, size: 6493 [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: [8cfaeaee2d] check-in: [2f4e0df8be] user: js, branch: trunk, size: 6470 [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: [458ae98147] check-in: [6b77a5dd8b] user: js, branch: trunk, size: 6456 [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: [4485c04494] check-in: [4af49a13c3] user: js, branch: trunk, size: 6456 [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: [9b36d2589e] check-in: [44f45c2e35] user: js, branch: trunk, size: 6433 [annotate] [blame] [check-ins using] [diff]

2016-01-03
00:41
Update copyright

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

2015-01-03
20:57
Update copyright file: [e8b47e9bc4] check-in: [cfd374b906] user: js, branch: trunk, size: 6423 [annotate] [blame] [check-ins using] [diff]
2014-07-19
16:16
Fix MinGW32 build file: [faaf323fbb] check-in: [083e05b444] user: js, branch: trunk, size: 6417 [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: [26bae693c9] check-in: [13ee56edf3] user: js, branch: trunk, size: 6397 [annotate] [blame] [check-ins using] [diff]

2014-06-18
12:54
Added: Add OFSettings file: [a6dc81e428] check-in: [1333634935] user: js, branch: trunk, size: 6441 [annotate] [blame] [check-ins using]