ObjFW  History of src/OFMutex.m of 374e1a1bfa30d767

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

2024-01-02
17:17
Update copyright file: [64408a13e1] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 2059 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [02f32d24e6] check-in: [8939cbdb52] user: js, branch: trunk, size: 2059 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [91291c7344] check-in: [1a86b8175b] user: js, branch: trunk, size: 2059 [annotate] [blame] [check-ins using] [diff]
2021-04-18
15:55
Rename all functions in macros.h file: [80f846e417] check-in: [7392685ffc] user: js, branch: new-naming-convention, size: 2059 [annotate] [blame] [check-ins using] [diff]
2021-04-17
16:24
of_mutex_t -> OFPlainMutex

Also rename of_rmutex_t -> OFPlainRecursiveMutex. file: [beea68f36f] check-in: [dfd52d5220] user: js, branch: new-naming-convention, size: 2060 [annotate] [blame] [check-ins using] [diff]

2021-01-02
22:04
Update copyright file: [8256799039] check-in: [374e1a1bfa] user: js, branch: trunk, size: 2045 [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: [4c3fd1c33e] check-in: [5b37fbeb82] user: js, branch: trunk, size: 2134 [annotate] [blame] [check-ins using] [diff]

2020-01-02
01:51
Update copyright file: [2c5bdb0793] check-in: [c7f0229795] user: js, branch: trunk, size: 2029 [annotate] [blame] [check-ins using] [diff]
2019-09-01
12:50
{condition,mutex,thread}.m: Set errno on error file: [2faea18a32] check-in: [d7fd999fee] user: js, branch: trunk, size: 2026 [annotate] [blame] [check-ins using] [diff]
2019-03-08
00:35
Use dot syntax file: [99a3d0e9e5] check-in: [bceb7ed4c9] user: js, branch: trunk, size: 1772 [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
Update copyright file: [08bcd2f7b5] check-in: [0509d7a844] user: js, branch: trunk, size: 1786 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [fdefaa7d33] check-in: [7e5c81e186] user: js, branch: trunk, size: 1780 [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: [454d70b9af] check-in: [2f4e0df8be] user: js, branch: trunk, size: 1757 [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: [fcee48ecda] check-in: [4af49a13c3] user: js, branch: trunk, size: 1743 [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: [a5b00a027c] check-in: [44f45c2e35] user: js, branch: trunk, size: 1742 [annotate] [blame] [check-ins using] [diff]

2016-01-03
00:43
Update copyright

While at it, also update the mail address. file: [5f6b85e7ad] check-in: [cec0f072f8] user: js, branch: 0.8, size: 1827 [annotate] [blame] [check-ins using] [diff]

00:41
Update copyright

While at it, also update the mail address. file: [98f14fbc8c] check-in: [2a27cf3000] user: js, branch: trunk, size: 1736 [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:
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: [b8634db568] check-in: [48980f2297] user: js, branch: trunk, size: 1732 [annotate] [blame] [check-ins using] [diff]

2015-01-03
20:57
Update copyright file: [37a9b75801] check-in: [cfd374b906] user: js, branch: trunk, size: 1823 [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
to manually import macros.h in almost every file. And while at it, also
import autorelease.h in OFObject.h, so that this doesn't need to be
manually imported in almost every file as well. file: [54ba474cf0] check-in: [13ee56edf3] user: js, branch: trunk, size: 1817 [annotate] [blame] [check-ins using] [diff]

2014-01-04
00:24
Update copyright. file: [9762b9a489] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 1837 [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: [8d97287034] check-in: [3d16a30f41] user: js, branch: trunk, size: 1831 [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: [c030ce7087] check-in: [c5ef582958] user: js, branch: trunk, size: 1929 [annotate] [blame] [check-ins using] [diff]

2013-02-12
18:22
Prefix all ivars with an underscore. file: [d5036265a2] check-in: [e40729d406] user: js, branch: trunk, size: 1926 [annotate] [blame] [check-ins using] [diff]
2013-01-09
22:24
Update copyright. file: [03afd45a89] check-in: [813c00ccf0] user: js, branch: trunk, size: 1908 [annotate] [blame] [check-ins using] [diff]
2012-12-09
12:13
Split OFHTTPRequest into OFHTTP{Client,Request}. file: [dc1f59fb34] check-in: [2b7a70e246] user: js, branch: trunk, size: 1902 [annotate] [blame] [check-ins using] [diff]
2012-12-05
12:22
OFLocking: Add property for lock name. file: [0fa68d097c] check-in: [5918fe8ab2] user: js, branch: trunk, size: 1904 [annotate] [blame] [check-ins using] [diff]
2012-10-26
11:23
Add OFLocking protocol. file: [e9519677f8] check-in: [7c33158c22] user: js, branch: trunk, size: 1574 [annotate] [blame] [check-ins using] [diff]
11:04
Added: Split OFThread.m into multiple files.

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