ObjFW  History of src/OFCondition.m of 374e1a1bfa30d767

History of the file that is called src/OFCondition.m at check-in 374e1a1bfa30d767

2024-01-02
17:17
Update copyright file: [be26e530b5] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 3395 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [46420e8064] check-in: [8939cbdb52] user: js, branch: trunk, size: 3395 [annotate] [blame] [check-ins using] [diff]
2022-11-15
23:04
Use OFLog() for OFEnsure() file: [28f8553bac] check-in: [18caed047e] user: js, branch: trunk, size: 3395 [annotate] [blame] [check-ins using] [diff]
2022-10-23
16:21
Rename a few exceptions for consistency file: [6291bb097b] check-in: [2872ce314d] user: js, branch: trunk, size: 3374 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [8de6591c81] check-in: [1a86b8175b] user: js, branch: trunk, size: 3359 [annotate] [blame] [check-ins using] [diff]
2021-05-01
02:39
Fix compiling for AmigaOS file: [17f7291bd2] check-in: [171f3ba831] user: js, branch: trunk, size: 3359 [annotate] [blame] [check-ins using] [diff]
2021-04-18
15:55
Rename all functions in macros.h file: [48a8d9c9b2] check-in: [7392685ffc] user: js, branch: new-naming-convention, size: 3359 [annotate] [blame] [check-ins using] [diff]
2021-04-17
16:36
of_condition_t -> OFPlainCondition file: [df9866904b] check-in: [20bfedd0b7] user: js, branch: new-naming-convention, size: 3360 [annotate] [blame] [check-ins using] [diff]
00:51
of_time_interval_t -> OFTimeInterval file: [4b58a9908d] check-in: [8c0d76f782] user: js, branch: new-naming-convention, size: 3329 [annotate] [blame] [check-ins using] [diff]
2021-03-07
20:25
*.m: Fold methods into one line where it fits file: [a2bba1aee6] check-in: [1b82d3bf4f] user: js, branch: trunk, size: 3337 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [00d905a1c0] check-in: [374e1a1bfa] user: js, branch: trunk, size: 3339 [annotate] [blame] [check-ins using] [diff]
2020-12-20
21:26
Return error instead of using errno for threading

errno is problematic for Amiga libraries and is also not thread-safe on
some systems, even though it should. file: [53f832df7b] check-in: [5b37fbeb82] user: js, branch: trunk, size: 3428 [annotate] [blame] [check-ins using] [diff]

2020-01-02
01:51
Update copyright file: [24791db544] check-in: [c7f0229795] user: js, branch: trunk, size: 3275 [annotate] [blame] [check-ins using] [diff]
2019-09-01
13:49
OFCondition: Support waiting for Exec Signals file: [1f945c9c3c] check-in: [92d63d6367] user: js, branch: trunk, size: 3272 [annotate] [blame] [check-ins using] [diff]
12:50
{condition,mutex,thread}.m: Set errno on error file: [f1fb27ae31] check-in: [d7fd999fee] user: js, branch: trunk, size: 2415 [annotate] [blame] [check-ins using] [diff]
2019-03-08
00:35
Use dot syntax file: [42e8f34c96] check-in: [bceb7ed4c9] user: js, branch: trunk, size: 2140 [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
Update copyright file: [7f0b7083ad] check-in: [0509d7a844] user: js, branch: trunk, size: 2144 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [35baa6e2d7] check-in: [7e5c81e186] user: js, branch: trunk, size: 2138 [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: [c139f6bdf6] check-in: [2f4e0df8be] user: js, branch: trunk, size: 2115 [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: [c3c05a120f] check-in: [4af49a13c3] user: js, branch: trunk, size: 2101 [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: [d93a5c097f] check-in: [44f45c2e35] user: js, branch: trunk, size: 2100 [annotate] [blame] [check-ins using] [diff]

2016-01-03
00:41
Update copyright

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

2015-01-03
20:57
Update copyright file: [9412b6f2e9] check-in: [cfd374b906] user: js, branch: trunk, size: 2090 [annotate] [blame] [check-ins using] [diff]
2014-01-16
23:09
Add of_time_interval_t.

This is used instead for time intervals now instead of doubles. file: [570c67aefb] check-in: [dc31ce3d34] user: js, branch: trunk, size: 2084 [annotate] [blame] [check-ins using] [diff]

2014-01-04
00:24
Update copyright. file: [d442f66f9a] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 2072 [annotate] [blame] [check-ins using] [diff]
2013-06-22
12:12
Rework exceptions.

This mostly removes the argument for the class in which the exception
occurred. As backtraces were recently added for all platforms, the
passed class does not give any extra information on where the exception
occurred anymore.

This also removes a few other arguments which were not too helpful. In
the past, the idea was to pass as many arguments as possible so that it
is easier to find the origin of the exception. However, as backtraces
are a much better way to find the origin, those are not useful anymore
and just make the exception more cumbersome to use. The rule is now to
only pass arguments that might help in recovering from the exception or
provide information that is otherwise not easily accessible. file: [6bdb91bf4a] check-in: [3d16a30f41] user: js, branch: trunk, size: 2066 [annotate] [blame] [check-ins using] [diff]

2013-04-30
22:36
Add -[OFCondition waitForTimeInterval:]. file: [ece7460b2e] check-in: [8d7f5db97e] user: js, branch: trunk, size: 2179 [annotate] [blame] [check-ins using] [diff]
2013-03-04
17:20
Replace BOOL with bool.

The only places where BOOL is left are those where they are required by
the ABI. file: [ece321bbec] check-in: [c5ef582958] user: js, branch: trunk, size: 1905 [annotate] [blame] [check-ins using] [diff]

2013-02-12
18:22
Prefix all ivars with an underscore. file: [7c4793cfc9] check-in: [e40729d406] user: js, branch: trunk, size: 1904 [annotate] [blame] [check-ins using] [diff]
2013-01-09
22:24
Update copyright. file: [5df1aa0315] check-in: [813c00ccf0] user: js, branch: trunk, size: 1896 [annotate] [blame] [check-ins using] [diff]
2012-10-26
11:04
Added: Split OFThread.m into multiple files.

It was time to finally have one file per class. file: [7c6f9d2d69] check-in: [0a55edad35] user: js, branch: trunk, size: 1890 [annotate] [blame] [check-ins using]