ObjFW  History of src/OFLocking.h of 374e1a1bfa30d767

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

2024-01-02
17:17
Update copyright file: [5738e43f58] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 1292 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [fb6e822d44] check-in: [8939cbdb52] user: js, branch: trunk, size: 1292 [annotate] [blame] [check-ins using] [diff]
2022-10-14
19:36
Document more exceptions file: [155544ed9e] check-in: [6c6c413432] user: js, branch: trunk, size: 1292 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [ae2e49ea45] check-in: [1a86b8175b] user: js, branch: trunk, size: 1050 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [d55ccd5d7d] check-in: [374e1a1bfa] user: js, branch: trunk, size: 1050 [annotate] [blame] [check-ins using] [diff]
2020-10-03
11:35
Use /** */ instead of /*! */ for documentation file: [9eac423122] check-in: [163a4a5a2e] user: js, branch: trunk, size: 1139 [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
Update copyright file: [d33412c615] check-in: [c7f0229795] user: js, branch: trunk, size: 1139 [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
Update copyright file: [57076ca612] check-in: [0509d7a844] user: js, branch: trunk, size: 1136 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [0beb1468e2] check-in: [7e5c81e186] user: js, branch: trunk, size: 1130 [annotate] [blame] [check-ins using] [diff]
2017-11-18
18:50
Documentation: Use @brief for all properties file: [91fa38b165] check-in: [cc3ad3ddd3] user: js, branch: trunk, size: 1107 [annotate] [blame] [check-ins using] [diff]
2017-08-11
22:26
Always have retain / copy before nonatomic file: [9a0e98f204] check-in: [9db36c14b5] user: js, branch: trunk, size: 1100 [annotate] [blame] [check-ins using] [diff]
2017-05-07
21:18
OFLocking: Remove -[name] and -[setName:]

These are already handled by the name property. file: [ff0c964b4c] check-in: [150d3df1e9] user: js, branch: trunk, size: 1100 [annotate] [blame] [check-ins using] [diff]

20:10
Small code style change

Casts are now written like types in variable declarations. file: [484f458e2d] check-in: [4af49a13c3] user: js, branch: trunk, size: 1344 [annotate] [blame] [check-ins using] [diff]

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: [1787b597ed] check-in: [0a73af49f0] user: js, branch: trunk, size: 1342 [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: [9101d3d77b] check-in: [44f45c2e35] user: js, branch: trunk, size: 1331 [annotate] [blame] [check-ins using] [diff]

2016-01-03
00:43
Update copyright

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

00:41
Update copyright

While at it, also update the mail address. file: [f1c3f07ee7] check-in: [2a27cf3000] user: js, branch: trunk, size: 1325 [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: [47131bbb4d] check-in: [48980f2297] user: js, branch: trunk, size: 1321 [annotate] [blame] [check-ins using] [diff]

2015-06-17
22:11
Add OF_NULLABLE_PROPERTY

This is necessary to make GCC (>= 4.6 and Apple GCC) happy as they don't
like the list of property attributes ending in a comma. file: [5d56441827] check-in: [80e1a9655b] user: js, branch: trunk, size: 1321 [annotate] [blame] [check-ins using] [diff]

2015-06-13
22:26
Add support for and use the new nullability file: [aabddd2a24] check-in: [9e76144ef8] user: js, branch: trunk, size: 1310 [annotate] [blame] [check-ins using] [diff]
2015-01-03
20:57
Update copyright file: [ff0b514bb3] check-in: [cfd374b906] user: js, branch: trunk, size: 1234 [annotate] [blame] [check-ins using] [diff]
2014-02-18
18:50
Documentation: Show correct imports file: [51639b5a37] check-in: [246cfe0807] user: js, branch: trunk, size: 1228 [annotate] [blame] [check-ins using] [diff]
2014-01-04
00:24
Update copyright. file: [7317b63929] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 1172 [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: [f41c1b5827] check-in: [c5ef582958] user: js, branch: trunk, size: 1166 [annotate] [blame] [check-ins using] [diff]

2013-01-09
22:24
Update copyright. file: [1831eed890] check-in: [813c00ccf0] user: js, branch: trunk, size: 1166 [annotate] [blame] [check-ins using] [diff]
2012-12-05
12:22
OFLocking: Add property for lock name. file: [24ff162053] check-in: [5918fe8ab2] user: js, branch: trunk, size: 1160 [annotate] [blame] [check-ins using] [diff]
2012-10-28
12:38
Switch to a headerdoc-compatible doc format. file: [5f7cf70e41] check-in: [1ad9565253] user: js, branch: trunk, size: 869 [annotate] [blame] [check-ins using] [diff]
2012-10-26
11:23
Added: Add OFLocking protocol. file: [0ad6f630ce] check-in: [7c33158c22] user: js, branch: trunk, size: 869 [annotate] [blame] [check-ins using]