ObjFW  History of tests/OFThreadTests.m of 1b82d3bf4f13fac7

History of the file that is called tests/OFThreadTests.m at check-in 1b82d3bf4f13fac7

2024-02-18
19:29
Renamed new_tests/OFThreadTests.m → tests/OFThreadTests.m. Rename new tests file: [b2b1434e44] check-in: [7a84580fb6] user: js, branch: objfwtest, size: 1123 [annotate] [blame] [check-ins using] [diff]
19:29
Renamed to tests/OFThreadTests.m. Rename new tests check-in: [7a84580fb6] user: js, branch: objfwtest, size: 0
2024-02-11
22:01
Renamed tests/OFThreadTests.m → new_tests/OFThreadTests.m. Migrate OFThreadTests to ObjFWTest file: [b2b1434e44] check-in: [b0901ee40e] user: js, branch: objfwtest, size: 1123 [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
Update copyright file: [bbeb8a5fbf] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 1296 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [46a94ca5e1] check-in: [8939cbdb52] user: js, branch: trunk, size: 1296 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [3abe7860ab] check-in: [1a86b8175b] user: js, branch: trunk, size: 1296 [annotate] [blame] [check-ins using] [diff]
2021-05-08
23:22
tests: Align more with ObjFW style

ObjFW's style changed over the years, but the tests were never adjusted
to it. file: [6e125a20af] check-in: [14f1e22d79] user: js, branch: trunk, size: 1296 [annotate] [blame] [check-ins using] [diff]

2021-03-07
20:25
*.m: Fold methods into one line where it fits file: [61a0609ec2] check-in: [1b82d3bf4f] user: js, branch: trunk, size: 1220 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [7689fdb7c9] check-in: [374e1a1bfa] user: js, branch: trunk, size: 1225 [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
Update copyright file: [86faf24c0e] check-in: [c7f0229795] user: js, branch: trunk, size: 1314 [annotate] [blame] [check-ins using] [diff]
2019-09-29
15:58
Remove OFAutoreleasePool

OFAutoreleasePools have long been discouraged in favor of the runtime's
autorelease pools. file: [c49f1dd816] check-in: [09be825f88] user: js, branch: trunk, size: 1311 [annotate] [blame] [check-ins using] [diff]

2019-02-17
22:44
tests: Only import ObjFW.h

This prevents forgetting to add an import to ObjFW.h, as the tests would
then not compile. file: [fb8f211ca9] check-in: [dc0c6c34ab] user: js, branch: trunk, size: 1313 [annotate] [blame] [check-ins using] [diff]

2019-01-03
19:13
Update copyright file: [cece697f84] check-in: [0509d7a844] user: js, branch: trunk, size: 1411 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [6e6f27e026] check-in: [7e5c81e186] user: js, branch: trunk, size: 1405 [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: [31c7d6b3cb] check-in: [44f45c2e35] user: js, branch: trunk, size: 1382 [annotate] [blame] [check-ins using] [diff]

2016-01-03
00:41
Update copyright

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

2015-01-03
20:57
Update copyright file: [0f68ff0d76] check-in: [cfd374b906] user: js, branch: trunk, size: 1372 [annotate] [blame] [check-ins using] [diff]
2014-01-04
00:24
Update copyright. file: [6d27b303d2] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 1366 [annotate] [blame] [check-ins using] [diff]
2013-07-28
21:07
Replace OFTLSKey w/ +[OFThread threadDictionary]. file: [4799e6c2b3] check-in: [1eaf875a88] user: js, branch: trunk, size: 1360 [annotate] [blame] [check-ins using] [diff]
2013-01-09
22:24
Update copyright. file: [e17db877ea] check-in: [813c00ccf0] user: js, branch: trunk, size: 1446 [annotate] [blame] [check-ins using] [diff]
2012-11-10
00:14
Remove "object" from OFThread.

Blocks don't allow passing it anymore and without blocks, subclassing is
necessary anyway so that an ivar with the correct type can be added
(instead of id) if required. file: [b6a82ebbc3] check-in: [0639a351db] user: js, branch: trunk, size: 1440 [annotate] [blame] [check-ins using] [diff]

2012-01-05
00:56
Update copyright. file: [b3376c3e2c] check-in: [ce70e17b38] user: js, branch: trunk, size: 1520 [annotate] [blame] [check-ins using] [diff]
2011-03-24
19:42
Get rid of OFExceptions.h. file: [04ee3aace1] check-in: [cda44767f4] user: js, branch: trunk, size: 1514 [annotate] [blame] [check-ins using] [diff]
2011-01-11
22:45
Rename tlsKey -> TLSKey. Acronyms are always uppercase! file: [827e358280] check-in: [eb374bb382] user: js, branch: trunk, size: 1539 [annotate] [blame] [check-ins using] [diff]
2011-01-01
20:19
Change license. file: [cbb2d85d6a] check-in: [da6b3d26cb] user: js, branch: trunk, size: 1562 [annotate] [blame] [check-ins using] [diff]
2010-12-25
19:31
Add OFDate. file: [8364025882] check-in: [39cb19595d] user: js, branch: trunk, size: 1306 [annotate] [blame] [check-ins using] [diff]
2010-04-17
15:46
Don't return self where not necessary, return void or something useful. file: [c4069ad79c] check-in: [062a052b50] user: js, branch: trunk, size: 1306 [annotate] [blame] [check-ins using] [diff]
2010-04-10
22:33
There was no real reason to rename -[main] to -[run]. Undo it. file: [167800b2db] check-in: [663f63e55a] user: js, branch: trunk, size: 1218 [annotate] [blame] [check-ins using] [diff]
21:43
Minor fix for -[join] in OFThread.

We also want to be able to join a thread that is still running, this
change allows that. file: [1c2bd09aff] check-in: [cc17787021] user: js, branch: trunk, size: 1217 [annotate] [blame] [check-ins using] [diff]

21:29
Greatly improve OFThread.
This fixes a lot of issues that happened in the real world.
file: [0e44f6026c] check-in: [ea96fd1e24] user: js, branch: trunk, size: 1215 [annotate] [blame] [check-ins using] [diff]
2010-04-07
21:06
Added: Rename tests files so they are named after the category they implement. file: [40840a8d67] check-in: [7bbce47bda] user: js, branch: trunk, size: 1183 [annotate] [blame] [check-ins using]