History of file src/OFCondition.m at check-in 1ad52a2f2cefbfea
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [74d65a81a7] check-in: [7413a728a7] user: js, branch: trunk, size: 3603 [annotate] [blame] [check-ins using] [diff] | |
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 | |
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 | |
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 | |
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 This also removes a few other arguments which were not too helpful. In | |
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 | |
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] | |