ObjFW  History of src/OFCondition.m of b366e52deef1ce9b

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

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

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

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

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

2016-01-03
00:41
[0472d403ca] part of check-in [2a27cf3000] Update copyright

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

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

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

2014-01-04
00:24
[d442f66f9a] part of check-in [3b97fc3cd9] Update copyright. (check-in: [3b97fc3cd9] user: js, branch: trunk, size: 2072) [annotate] [blame] [check-ins using] [diff]
2013-06-22
12:12
[6bdb91bf4a] part of check-in [3d16a30f41] 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. (check-in: [3d16a30f41] user: js, branch: trunk, size: 2066) [annotate] [blame] [check-ins using] [diff]

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

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

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

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