ObjFW  History of src/OFTimer+Private.h of e2a818c0b5b0332a

History of the file that is called src/OFTimer+Private.h at check-in e2a818c0b5b0332a

2024-04-03
02:16
[355e148add] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 965) [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
[935ebe136a] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 757) [annotate] [blame] [check-ins using] [diff]
2023-08-06
10:24
[387c4c02eb] part of check-in [7ab64323ef] Allow calling -[OFTimer fire] explicitly (check-in: [7ab64323ef] user: js, branch: trunk, size: 757) [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
[0f4b8327b6] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 734) [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
[37a8d06411] part of check-in [1a86b8175b] Update copyright (check-in: [1a86b8175b] user: js, branch: trunk, size: 734) [annotate] [blame] [check-ins using] [diff]
2021-04-17
03:37
[766374c70a] part of check-in [b480ef54db] of_run_loop_mode_t -> OFRunLoopMode (check-in: [b480ef54db] user: js, branch: new-naming-convention, size: 734) [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
[a79edf83ef] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 739) [annotate] [blame] [check-ins using] [diff]
2020-06-28
15:03
[3bdcab087f] part of check-in [b6cb3addd0] Use OF_DIRECT(_MEMBERS) where appropriate (check-in: [b6cb3addd0] user: js, branch: trunk, size: 828) [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
[89cdf956f3] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 810) [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
[e025a3b32b] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 807) [annotate] [blame] [check-ins using] [diff]
2018-09-24
00:13
[1eb35d584b] part of check-in [3fb96dff3c] OFRunLoop: Add support for modes (check-in: [3fb96dff3c] user: js, branch: trunk, size: 801) [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
[cc3d766613] part of check-in [7e5c81e186] Update copyright notice (check-in: [7e5c81e186] user: js, branch: trunk, size: 805) [annotate] [blame] [check-ins using] [diff]
2017-08-11
22:26
[e0515c7a8d] part of check-in [9db36c14b5] Always have retain / copy before nonatomic (check-in: [9db36c14b5] user: js, branch: trunk, size: 782) [annotate] [blame] [check-ins using] [diff]
2017-05-21
21:28
[315f62b4c1] part of check-in [6b77a5dd8b] Prefix private methods with of_ instead of OF_

This matches Apple's style. (check-in: [6b77a5dd8b] user: js, branch: trunk, size: 782) [annotate] [blame] [check-ins using] [diff]

2017-04-30
13:35
[22f9803439] part of check-in [0a73af49f0] 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. (check-in: [0a73af49f0] user: js, branch: trunk, size: 782) [annotate] [blame] [check-ins using] [diff]

2017-01-09
17:36
[3b1ce81179] part of check-in [44f45c2e35] Update copyright

Forgot to add 2017, even though I already did quite some changes in
2017. (check-in: [44f45c2e35] user: js, branch: trunk, size: 771) [annotate] [blame] [check-ins using] [diff]

2016-01-03
00:43
[450542957a] part of check-in [cec0f072f8] Update copyright

While at it, also update the mail address. (check-in: [cec0f072f8] user: js, branch: 0.8, size: 747) [annotate] [blame] [check-ins using] [diff]

00:41
[8d6c809bea] part of check-in [2a27cf3000] Update copyright

While at it, also update the mail address. (check-in: [2a27cf3000] user: js, branch: trunk, size: 765) [annotate] [blame] [check-ins using] [diff]

2015-11-29
14:23
[5d9f0e719d] part of check-in [2aca549d60] Clean up class extensions

Now that we can require GCC >= 4.6, we no longer need to fall back to
using a category on old compilers. (check-in: [2aca549d60] user: js, branch: trunk, size: 761) [annotate] [blame] [check-ins using] [diff]

11:43
[a5998b0d21] part of check-in [48980f2297] 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). (check-in: [48980f2297] user: js, branch: trunk, size: 780) [annotate] [blame] [check-ins using] [diff]

2015-06-13
22:26
[27d3b82c84] part of check-in [9e76144ef8] Add support for and use the new nullability (check-in: [9e76144ef8] user: js, branch: trunk, size: 743) [annotate] [blame] [check-ins using] [diff]
2015-01-03
20:57
[f003cb3fb5] part of check-in [cfd374b906] Update copyright (check-in: [cfd374b906] user: js, branch: trunk, size: 686) [annotate] [blame] [check-ins using] [diff]
2014-06-21
21:43
[5cf7455065] part of check-in [13ee56edf3] 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. (check-in: [13ee56edf3] user: js, branch: trunk, size: 680) [annotate] [blame] [check-ins using] [diff]

2014-01-04
00:24
[7aa09bfabb] part of check-in [3b97fc3cd9] Update copyright. (check-in: [3b97fc3cd9] user: js, branch: trunk, size: 700) [annotate] [blame] [check-ins using] [diff]
2013-08-15
19:00
Added: [a31ad4eb72] part of check-in [1d7a1cbca0] Move private methods into private headers. (check-in: [1d7a1cbca0] user: js, branch: trunk, size: 694) [annotate] [blame] [check-ins using]