History of file src/exceptions/OFWaitForConditionFailedException.m at check-in c45b04b1f8f1033d
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [8431e1c216] check-in: [7413a728a7] user: js, branch: trunk, size: 1659 [annotate] [blame] [check-ins using] [diff] | |
2024-01-02
| ||
17:17 | Update copyright file: [527c08b36e] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 1451 [annotate] [blame] [check-ins using] [diff] | |
2023-01-06
| ||
09:04 | Update copyright file: [fde9e1c16a] check-in: [8939cbdb52] user: js, branch: trunk, size: 1451 [annotate] [blame] [check-ins using] [diff] | |
2022-10-23
| ||
16:21 | Renamed src/exceptions/OFConditionWaitFailedException.m → src/exceptions/OFWaitForConditionFailedException.m. Rename a few exceptions for consistency file: [e419f3f9dc] check-in: [2872ce314d] user: js, branch: trunk, size: 1451 [annotate] [blame] [check-ins using] [diff] | |
2022-04-23
| ||
14:26 | Add a few missing OF_UNAVAILABLE file: [5702b9d98a] check-in: [ae388a8bab] user: js, branch: trunk, size: 1445 [annotate] [blame] [check-ins using] [diff] | |
2022-02-12
| ||
07:46 | Update copyright file: [da9da9acc0] check-in: [1a86b8175b] user: js, branch: trunk, size: 1388 [annotate] [blame] [check-ins using] [diff] | |
2021-03-07
| ||
20:25 | *.m: Fold methods into one line where it fits file: [7ea539fb7f] check-in: [1b82d3bf4f] user: js, branch: trunk, size: 1388 [annotate] [blame] [check-ins using] [diff] | |
2021-01-02
| ||
22:04 | Update copyright file: [ec7442c12c] check-in: [374e1a1bfa] user: js, branch: trunk, size: 1395 [annotate] [blame] [check-ins using] [diff] | |
2020-01-02
| ||
01:51 | Update copyright file: [3628b82a85] check-in: [c7f0229795] user: js, branch: trunk, size: 1484 [annotate] [blame] [check-ins using] [diff] | |
2019-09-01
| ||
12:50 | {condition,mutex,thread}.m: Set errno on error file: [476d475e5f] check-in: [d7fd999fee] user: js, branch: trunk, size: 1481 [annotate] [blame] [check-ins using] [diff] | |
2019-03-08
| ||
00:35 | Use dot syntax file: [872efbe506] check-in: [bceb7ed4c9] user: js, branch: trunk, size: 1431 [annotate] [blame] [check-ins using] [diff] | |
2019-01-03
| ||
19:13 | Update copyright file: [ed882483df] check-in: [0509d7a844] user: js, branch: trunk, size: 1433 [annotate] [blame] [check-ins using] [diff] | |
2018-01-03
| ||
19:49 | Update copyright notice file: [1fb77c69c7] check-in: [7e5c81e186] user: js, branch: trunk, size: 1427 [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-06-04
| ||
23:41 | Add designated initializer to all exceptions file: [6f1e6cd9f4] check-in: [cc5923d6bb] user: js, branch: trunk, size: 1376 [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: [d191ac48bf] check-in: [4af49a13c3] user: js, branch: trunk, size: 1325 [annotate] [blame] [check-ins using] [diff] | |
2017-05-02
| ||
21:10 | exceptions: Add nullability specifiers file: [71f9cc7f2e] check-in: [cc4cb0d824] user: js, branch: trunk, size: 1322 [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:43 |
Update copyright
While at it, also update the mail address. file: [8f4addfe5b] check-in: [cec0f072f8] user: js, branch: 0.8, size: 1292 [annotate] [blame] [check-ins using] [diff] | |
00:41 |
Update copyright
While at it, also update the mail address. file: [341510c337] check-in: [2a27cf3000] user: js, branch: trunk, size: 1269 [annotate] [blame] [check-ins using] [diff] | |
2015-11-29
| ||
11:43 |
Make properties a requirement and clean up code
This increases the required GCC version from 4.0 to 4.6 (exception: | |
2015-01-03
| ||
20:57 | Update copyright file: [4373801af5] check-in: [cfd374b906] user: js, branch: trunk, size: 1288 [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 | |
2014-01-04
| ||
00:24 | Update copyright. file: [90cb478e3d] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 1302 [annotate] [blame] [check-ins using] [diff] | |
2013-11-23
| ||
01:12 | Add OF_INVALID_INIT_METHOD. file: [54badab712] check-in: [35dafd5c57] user: js, branch: trunk, size: 1296 [annotate] [blame] [check-ins using] [diff] | |
2013-11-20
| ||
22:06 | Make exception properties atomic. file: [eacb3cb5f7] check-in: [85e8ccc3a5] user: js, branch: trunk, size: 1385 [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-03-04
| ||
17:20 |
Replace BOOL with bool.
The only places where BOOL is left are those where they are required by | |
2013-02-13
| ||
23:10 |
Don't cache the description of exceptions.
This was pretty pointless, as it's usually only used once. file: [15401b6dca] check-in: [d9ddc4d06e] user: js, branch: trunk, size: 1481 [annotate] [blame] [check-ins using] [diff] | |
2013-02-12
| ||
18:22 | Prefix all ivars with an underscore. file: [8bbc25a706] check-in: [e40729d406] user: js, branch: trunk, size: 1568 [annotate] [blame] [check-ins using] [diff] | |
2013-02-05
| ||
22:24 | Move abort() to make old GCCs happy. file: [1c3c12a3c1] check-in: [737a82e1a4] user: js, branch: trunk, size: 1567 [annotate] [blame] [check-ins using] [diff] | |
2013-01-09
| ||
22:24 | Update copyright. file: [bcc8ee9c88] check-in: [813c00ccf0] user: js, branch: trunk, size: 1567 [annotate] [blame] [check-ins using] [diff] | |
2012-12-22
| ||
15:37 | Add -[doesNotRecognizeSelector:]. file: [46242fbae6] check-in: [917ce5754c] user: js, branch: trunk, size: 1561 [annotate] [blame] [check-ins using] [diff] | |
2012-10-26
| ||
11:04 |
Split OFThread.m into multiple files.
It was time to finally have one file per class. file: [f57be4081a] check-in: [0a55edad35] user: js, branch: trunk, size: 1593 [annotate] [blame] [check-ins using] [diff] | |
2012-10-09
| ||
15:07 | Make use of instancetype. file: [e651da53f2] check-in: [fb515e8e24] user: js, branch: trunk, size: 1590 [annotate] [blame] [check-ins using] [diff] | |
2012-10-02
| ||
11:00 | Clean up properties in exceptions. file: [3cdc6fcdf0] check-in: [c7adbcf399] user: js, branch: trunk, size: 1576 [annotate] [blame] [check-ins using] [diff] | |
2012-07-12
| ||
01:28 | Don't access isa directly. file: [28d819a605] check-in: [8892ae9fcc] user: js, branch: trunk, size: 1569 [annotate] [blame] [check-ins using] [diff] | |
2012-01-05
| ||
00:56 | Update copyright. file: [0cd74eb5d3] check-in: [ce70e17b38] user: js, branch: trunk, size: 1560 [annotate] [blame] [check-ins using] [diff] | |
2011-09-22
| ||
23:25 |
Exceptions are now autoreleased.
This is safe as an "exception loop" can't happen, since if allocating So, the worst case would be that an autorelease of an exception fails, | |
2011-09-11
| ||
00:03 | Make use of the fact that -[retain] and -[release] must not throw. file: [8456d86d00] check-in: [74eeea199c] user: js, branch: trunk, size: 1529 [annotate] [blame] [check-ins using] [diff] | |
2011-06-06
| ||
15:53 | Add missing imports to make gcc from trunk happy. file: [8a702fc8e7] check-in: [df329a38cd] user: js, branch: trunk, size: 1590 [annotate] [blame] [check-ins using] [diff] | |
2011-03-25
| ||
15:48 | Pass the condition for condition exceptions. file: [395ad03884] check-in: [b7142607c2] user: js, branch: trunk, size: 1569 [annotate] [blame] [check-ins using] [diff] | |
2011-03-24
| ||
16:09 | Added: Split OFExceptions.{h,m} into one file per exception. file: [f3848c3722] check-in: [e1eea29286] user: js, branch: trunk, size: 895 [annotate] [blame] [check-ins using] | |