ObjFW  History of src/OFTimer.h of 7767b60d7fe24d93

History of the file that is called src/OFTimer.h at check-in 7767b60d7fe24d93

2024-04-03
02:16
[1d7548ccec] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 16973) [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
[b61037410d] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 16765) [annotate] [blame] [check-ins using] [diff]
2023-08-06
10:24
[12e510d1ae] part of check-in [7ab64323ef] Allow calling -[OFTimer fire] explicitly (check-in: [7ab64323ef] user: js, branch: trunk, size: 16765) [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
[e91495b8af] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 16732) [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
[bedc280158] part of check-in [1a86b8175b] Update copyright (check-in: [1a86b8175b] user: js, branch: trunk, size: 16732) [annotate] [blame] [check-ins using] [diff]
2021-05-02
09:18
[7b53dae76c] part of check-in [aaca545b2f] OFTimer: Add -[description]

This can be quite handy for debugging things. (check-in: [aaca545b2f] user: js, branch: trunk, size: 16732) [annotate] [blame] [check-ins using] [diff]

2021-04-17
03:37
[2337ad9abd] part of check-in [b480ef54db] of_run_loop_mode_t -> OFRunLoopMode (check-in: [b480ef54db] user: js, branch: new-naming-convention, size: 16759) [annotate] [blame] [check-ins using] [diff]
03:21
[e6818096dc] part of check-in [c4e0e56fa3] Rename all blocks (check-in: [c4e0e56fa3] user: js, branch: new-naming-convention, size: 16764) [annotate] [blame] [check-ins using] [diff]
00:51
[b4310df08c] part of check-in [8c0d76f782] of_time_interval_t -> OFTimeInterval (check-in: [8c0d76f782] user: js, branch: new-naming-convention, size: 16784) [annotate] [blame] [check-ins using] [diff]
00:14
[90ec44afc7] part of check-in [61fc389aee] of_comparison_result_t -> OFComparisonResult (check-in: [61fc389aee] user: js, branch: new-naming-convention, size: 16864) [annotate] [blame] [check-ins using] [diff]
2021-04-07
20:39
[4d79b8c7ef] part of check-in [91a4c53bb1] Override -[compare:] with a more specific type (check-in: [91a4c53bb1] user: js, branch: trunk, size: 16868) [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
[7ce735d772] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 16665) [annotate] [blame] [check-ins using] [diff]
2020-10-10
21:54
[e351b12ba6] part of check-in [ac004e624d] More type cleanups (check-in: [ac004e624d] user: js, branch: trunk, size: 16754) [annotate] [blame] [check-ins using] [diff]
2020-10-03
11:35
[e04cb8b583] part of check-in [163a4a5a2e] Use /** */ instead of /*! */ for documentation (check-in: [163a4a5a2e] user: js, branch: trunk, size: 16748) [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
[9173c61713] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 16748) [annotate] [blame] [check-ins using] [diff]
2019-09-29
19:35
[2f31460f3b] part of check-in [496695d778] Either restrict subclassing or reserve ivar space

This allows ABI stability with the fragile ABI. (check-in: [496695d778] user: js, branch: trunk, size: 16745) [annotate] [blame] [check-ins using] [diff]

2019-01-03
19:13
[4f5a514bed] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 16719) [annotate] [blame] [check-ins using] [diff]
2018-09-24
00:13
[d33430027d] part of check-in [3fb96dff3c] OFRunLoop: Add support for modes (check-in: [3fb96dff3c] user: js, branch: trunk, size: 16713) [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
[1da67466c6] part of check-in [7e5c81e186] Update copyright notice (check-in: [7e5c81e186] user: js, branch: trunk, size: 16663) [annotate] [blame] [check-ins using] [diff]
2017-11-18
18:50
[861a5eb787] part of check-in [cc3ad3ddd3] Documentation: Use @brief for all properties (check-in: [cc3ad3ddd3] user: js, branch: trunk, size: 16640) [annotate] [blame] [check-ins using] [diff]
2017-10-29
21:58
[b9c72c484e] part of check-in [f3ccf14461] Convert methods to properties where appropriate

This improves Swift compatibility. (check-in: [f3ccf14461] user: js, branch: trunk, size: 16610) [annotate] [blame] [check-ins using] [diff]

2017-10-17
00:33
[47d5c258ad] part of check-in [2f4e0df8be] 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. (check-in: [2f4e0df8be] user: js, branch: trunk, size: 16832) [annotate] [blame] [check-ins using] [diff]

2017-09-26
22:01
[71d9d15e16] part of check-in [319709fff1] Many nullability fixes (check-in: [319709fff1] user: js, branch: 0.90, size: 10603) [annotate] [blame] [check-ins using] [diff]
21:53
[5422596386] part of check-in [52011fbfd6] Many nullability fixes (check-in: [52011fbfd6] user: js, branch: trunk, size: 16734) [annotate] [blame] [check-ins using] [diff]
2017-09-25
00:02
[b74f27c672] part of check-in [f714793eb4] OFObject: Add -[performSelector*] with 4 objects (check-in: [f714793eb4] user: js, branch: trunk, size: 16710) [annotate] [blame] [check-ins using] [diff]
2017-09-24
02:11
[1654b29fa4] part of check-in [9f1accca4e] OFObject: Add -[performSelector*] with 3 objects (check-in: [9f1accca4e] user: js, branch: trunk, size: 13456) [annotate] [blame] [check-ins using] [diff]
2017-05-13
16:29
[a9d9f7dbbd] part of check-in [f663d40cbd] Also use nonatomic for non-object properties (check-in: [f663d40cbd] user: js, branch: trunk, size: 10579) [annotate] [blame] [check-ins using] [diff]
2017-05-07
23:14
[55bdca4345] part of check-in [16c05e87e1] Add OF_UNAVAILABLE (check-in: [16c05e87e1] user: js, branch: trunk, size: 10546) [annotate] [blame] [check-ins using] [diff]
20:10
[8072cf7aa4] part of check-in [4af49a13c3] Small code style change

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

2017-04-02
00:43
[6a8324c7be] part of check-in [13967106a5] OFTimer: Add "repeating" property (check-in: [13967106a5] user: js, branch: trunk, size: 10516) [annotate] [blame] [check-ins using] [diff]
2017-02-04
17:45
[2983f2edcb] part of check-in [5a31a537a1] Fix typos in comments and strings found by aspell (check-in: [5a31a537a1] user: js, branch: trunk, size: 10401) [annotate] [blame] [check-ins using] [diff]
2017-01-09
17:36
[d6f18dab08] 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: 10402) [annotate] [blame] [check-ins using] [diff]

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

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

00:41
[1c28cae984] part of check-in [2a27cf3000] Update copyright

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

2015-11-29
11:43
[2977ef816d] 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: 10392) [annotate] [blame] [check-ins using] [diff]

2015-06-13
22:26
[46ec059844] part of check-in [9e76144ef8] Add support for and use the new nullability (check-in: [9e76144ef8] user: js, branch: trunk, size: 10597) [annotate] [blame] [check-ins using] [diff]
2015-01-03
20:57
[9a0d092c72] part of check-in [cfd374b906] Update copyright (check-in: [cfd374b906] user: js, branch: trunk, size: 10468) [annotate] [blame] [check-ins using] [diff]
2014-02-18
18:50
[4c0d2f26e5] part of check-in [246cfe0807] Documentation: Show correct imports (check-in: [246cfe0807] user: js, branch: trunk, size: 10462) [annotate] [blame] [check-ins using] [diff]
2014-01-16
23:09
[d695d51e39] part of check-in [dc31ce3d34] Add of_time_interval_t.

This is used instead for time intervals now instead of doubles. (check-in: [dc31ce3d34] user: js, branch: trunk, size: 10415) [annotate] [blame] [check-ins using] [diff]

2014-01-04
00:24
[48ec421595] part of check-in [3b97fc3cd9] Update copyright. (check-in: [3b97fc3cd9] user: js, branch: trunk, size: 10351) [annotate] [blame] [check-ins using] [diff]
2013-08-15
19:00
[8545154a8d] part of check-in [1d7a1cbca0] Move private methods into private headers. (check-in: [1d7a1cbca0] user: js, branch: trunk, size: 10345) [annotate] [blame] [check-ins using] [diff]
2013-03-08
22:44
[ca397382d3] part of check-in [e8473b9db8] Document the block types.

This also removes "bool *stop" from some blocks where it does not make
sense. (check-in: [e8473b9db8] user: js, branch: trunk, size: 10394) [annotate] [blame] [check-ins using] [diff]

2013-03-04
17:20
[eafb8bd36e] part of check-in [c5ef582958] Replace BOOL with bool.

The only places where BOOL is left are those where they are required by
the ABI. (check-in: [c5ef582958] user: js, branch: trunk, size: 10276) [annotate] [blame] [check-ins using] [diff]

2013-02-12
18:22
[06b74b5159] part of check-in [e40729d406] Prefix all ivars with an underscore. (check-in: [e40729d406] user: js, branch: trunk, size: 10276) [annotate] [blame] [check-ins using] [diff]
2013-01-12
20:53
[b48acf13c1] part of check-in [b8ce2359f3] Clean up the feature #ifdef mess. (check-in: [b8ce2359f3] user: js, branch: trunk, size: 10265) [annotate] [blame] [check-ins using] [diff]
20:21
[2f990ddaf1] part of check-in [85b8efadbc] Fix --disable-threads. (check-in: [85b8efadbc] user: js, branch: trunk, size: 10250) [annotate] [blame] [check-ins using] [diff]
2013-01-09
22:24
[b7f0bac474] part of check-in [813c00ccf0] Update copyright. (check-in: [813c00ccf0] user: js, branch: trunk, size: 10169) [annotate] [blame] [check-ins using] [diff]
2012-12-20
13:57
[7d93190810] part of check-in [4572170728] OFTimer: Make rescheduling possible. (check-in: [4572170728] user: js, branch: trunk, size: 10163) [annotate] [blame] [check-ins using] [diff]
2012-10-29
08:00
[111602135a] part of check-in [7a3977d7fd] Documentation improvements. (check-in: [7a3977d7fd] user: js, branch: 0.7, size: 9663) [annotate] [blame] [check-ins using] [diff]
07:59
[91db3a9035] part of check-in [63bf4de97b] Documentation improvements. (check-in: [63bf4de97b] user: js, branch: trunk, size: 9663) [annotate] [blame] [check-ins using] [diff]
2012-10-28
12:38
[428e3783b2] part of check-in [1ad9565253] Switch to a headerdoc-compatible doc format. (check-in: [1ad9565253] user: js, branch: trunk, size: 9485) [annotate] [blame] [check-ins using] [diff]
2012-10-09
15:07
[72b838b1fd] part of check-in [fb515e8e24] Make use of instancetype. (check-in: [fb515e8e24] user: js, branch: trunk, size: 9485) [annotate] [blame] [check-ins using] [diff]
2012-10-02
11:20
[3a4d8a5c86] part of check-in [7261ba5bd1] More property cleanup. (check-in: [7261ba5bd1] user: js, branch: trunk, size: 9254) [annotate] [blame] [check-ins using] [diff]
00:01
[7baf2bee73] part of check-in [bbc8bb5ad1] OFTimer: Fix -[waitUntilDone]. (check-in: [bbc8bb5ad1] user: js, branch: trunk, size: 9173) [annotate] [blame] [check-ins using] [diff]
2012-09-17
06:58
[c48810ddb2] part of check-in [be7d619b6e] Pass the timer as argument in timer blocks. (check-in: [be7d619b6e] user: js, branch: trunk, size: 9167) [annotate] [blame] [check-ins using] [diff]
2012-09-16
22:29
[98ed7e03b4] part of check-in [c96dbe88c6] Add -[OFTimer waitUntilDone]. (check-in: [c96dbe88c6] user: js, branch: trunk, size: 9147) [annotate] [blame] [check-ins using] [diff]
21:59
[ff1fcecae5] part of check-in [8658d1a22a] Make it possible to invalidate OFTimers. (check-in: [8658d1a22a] user: js, branch: trunk, size: 9031) [annotate] [blame] [check-ins using] [diff]
2012-09-12
08:03
[e58cca5bff] part of check-in [dde45db1ef] OFTimer: Add support for invoking blocks. (check-in: [dde45db1ef] user: js, branch: trunk, size: 8583) [annotate] [blame] [check-ins using] [diff]
2012-09-11
16:48
Added: [1d5be3d2a6] part of check-in [a4494ec477] Add OFTimer and OFRunLoop. (check-in: [a4494ec477] user: js, branch: trunk, size: 6909) [annotate] [blame] [check-ins using]