ObjFW  History of src/exceptions/OFBroadcastConditionFailedException.h of 24aadc793f178a11

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History of file src/exceptions/OFBroadcastConditionFailedException.h at check-in 24aadc793f178a11

2025-06-22
19:32
Deleted: Point to the new repository check-in: [ec62287f25] user: js branch: trunk, size: 0
2025-01-01
12:58
Update copyright file: [c9f99419a8] check-in: [9d802a786d] user: js branch: trunk, size: 2286
2024-06-17
21:08
Always use <ObjFW/ObjFW.h> in documentation file: [3be08f130c] check-in: [164f2fb4bf] user: js branch: trunk, size: 2286
2024-04-03
02:16
Change license to LGPLv3 only file: [c26850a055] check-in: [7413a728a7] user: js branch: trunk, size: 2325
2024-01-02
17:17
Update copyright file: [102c52be8a] check-in: [26ddd2e4e4] user: js branch: trunk, size: 2117
2023-01-06
09:04
Update copyright file: [c43763dcf1] check-in: [8939cbdb52] user: js branch: trunk, size: 2117
2022-10-23
16:21
Renamed and modified src/exceptions/OFConditionBroadcastFailedException.h → src/exceptions/OFBroadcastConditionFailedException.h. Rename a few exceptions for consistency file: [b5c55a5caf] check-in: [2872ce314d] user: js branch: trunk, size: 2117
2022-09-12
14:34
Either restrict subclassing or reserve ivars file: [920b114a94] check-in: [c40a295629] user: js branch: trunk, size: 2117
2022-04-23
14:26
Add a few missing OF_UNAVAILABLE file: [d2d182c69d] check-in: [ae388a8bab] user: js branch: trunk, size: 2059
2022-04-20
13:01
OFConditionBroadcastFailedException: Make nonnull file: [1bd1dd3a6d] check-in: [108b9b6a51] user: js branch: trunk, size: 2016
2022-02-12
07:46
Update copyright file: [5b7dda8eaf] check-in: [1a86b8175b] user: js branch: trunk, size: 2055
2021-01-02
22:04
Update copyright file: [6de1f6e524] check-in: [374e1a1bfa] user: js branch: trunk, size: 2055
2020-10-03
11:35
Use /** */ instead of /*! */ for documentation file: [5078c9d198] check-in: [163a4a5a2e] user: js branch: trunk, size: 2144
2020-01-02
01:51
Update copyright file: [63662d0203] check-in: [c7f0229795] user: js branch: trunk, size: 2144
2019-09-01
12:50
{condition,mutex,thread}.m: Set errno on error file: [920bf682d2] check-in: [d7fd999fee] user: js branch: trunk, size: 2141
2019-01-03
19:13
Update copyright file: [dc014de8a0] check-in: [0509d7a844] user: js branch: trunk, size: 1840
2018-01-03
19:49
Update copyright notice file: [54df14f868] check-in: [7e5c81e186] user: js branch: trunk, size: 1834
2017-11-18
18:50
Documentation: Use @brief for all properties file: [0b5a52ae75] check-in: [cc3ad3ddd3] user: js branch: trunk, size: 1811
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: [48c276f516] check-in: [2f4e0df8be] user: js branch: trunk, size: 1804
2017-06-04
23:41
Add designated initializer to all exceptions file: [c6d8b7a920] check-in: [cc5923d6bb] user: js branch: trunk, size: 1790
2017-05-07
20:10
Small code style change Casts are now written like types in variable declarations. file: [bec42f7089] check-in: [4af49a13c3] user: js branch: trunk, size: 1760
2017-05-02
21:10
exceptions: Add nullability specifiers file: [437194a4ea] check-in: [cc4cb0d824] user: js branch: trunk, size: 1758
2017-04-30
13:35
Use nonatomic for properties and clean up This changes retaining behavior, meaning properties are not returned retained and autoreleased anymore, so a property returned from a getter now needs to be manually retained and autoreleased before calling the setter. However, this is rarely the case and not using atomic improves performance. file: [30d4c356dc] check-in: [0a73af49f0] user: js branch: trunk, size: 1671
2017-01-09
17:36
Update copyright Forgot to add 2017, even though I already did quite some changes in 2017. file: [9019ee948c] check-in: [44f45c2e35] user: js branch: trunk, size: 1668
2016-01-03
00:43
Update copyright While at it, also update the mail address. file: [3c60f5ab91] check-in: [cec0f072f8] user: js branch: 0.8, size: 1797
00:41
Update copyright While at it, also update the mail address. file: [972b5a98f4] check-in: [2a27cf3000] user: js branch: trunk, size: 1662
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: Apple GCC, which already supports this with >= 4.0 starting with OS X 10.5). Since even GCC 4.6 is really old by now, there is no point in still supporting something even older and making the code ugly because of that. While some hardware and OS support was dropped from GCC 4.6 compared to GCC 4.0, there is nothing in there that would be an interesting target with the exception of BeOS maybe - but a port to BeOS can also be achieved using the Haiku support. The other dropped OSes are mostly old versions of OSes while newer ones are still being supported (and those newer versions of those OSes still support the same hardware). file: [f3828c8a1b] check-in: [48980f2297] user: js branch: trunk, size: 1658
2015-01-03
20:57
Update copyright file: [68bdb037de] check-in: [cfd374b906] user: js branch: trunk, size: 1793
2014-02-18
18:50
Documentation: Show correct imports file: [b96bc03317] check-in: [246cfe0807] user: js branch: trunk, size: 1787
2014-01-04
00:24
Update copyright. file: [e804e68ecf] check-in: [3b97fc3cd9] user: js branch: trunk, size: 1642
2013-11-20
22:06
Make exception properties atomic. file: [3ff338b702] check-in: [85e8ccc3a5] user: js branch: trunk, size: 1636
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: [d91cb950af] check-in: [3d16a30f41] user: js branch: trunk, size: 1647
2013-04-26
21:10
Use nanosleep() if available. file: [ee86acd7f5] check-in: [db70226153] user: js branch: trunk, size: 1835
2013-02-12
18:22
Prefix all ivars with an underscore. file: [8280acbac2] check-in: [e40729d406] user: js branch: trunk, size: 1773
2013-01-09
22:24
Update copyright. file: [37863f05fb] check-in: [813c00ccf0] user: js branch: trunk, size: 1772
2012-10-29
08:00
Documentation improvements. file: [f7da45bb6a] check-in: [7a3977d7fd] user: js branch: 0.7, size: 1766
07:59
Documentation improvements. file: [026060a657] check-in: [63bf4de97b] user: js branch: trunk, size: 1766
2012-10-28
12:38
Switch to a headerdoc-compatible doc format. file: [01bacf1dfa] check-in: [1ad9565253] user: js branch: trunk, size: 1599
2012-10-09
15:07
Make use of instancetype. file: [12a3b4f9af] check-in: [fb515e8e24] user: js branch: trunk, size: 1599
2012-10-02
11:00
Clean up properties in exceptions. file: [2f576e67d8] check-in: [c7adbcf399] user: js branch: trunk, size: 1585
2012-02-01
13:42
Clean up the properties mess. file: [8ae22e4efe] check-in: [c1b35e1495] user: js branch: trunk, size: 1574
2012-01-05
00:56
Update copyright. file: [ca6810b975] check-in: [ce70e17b38] user: js branch: trunk, size: 1577
2011-09-22
23:25
Exceptions are now autoreleased. This is safe as an "exception loop" can't happen, since if allocating an exception fails, it throws an OFAllocFailedException which is preallocated and can always be thrown. So, the worst case would be that an autorelease of an exception fails, triggering an OFOutOfMemoryException for which there is no memory, resulting in an OFAllocFailedException to be thrown. file: [fd13d98fd6] check-in: [e1e7ffa903] user: js branch: trunk, size: 1571
2011-03-25
15:48
Pass the condition for condition exceptions. file: [e12b7ee71b] check-in: [b7142607c2] user: js branch: trunk, size: 1566
2011-03-24
16:09
Added: Split OFExceptions.{h,m} into one file per exception. file: [aacbc46ecb] check-in: [e1eea29286] user: js branch: trunk, size: 712