ObjFW  History of tests/OFDateTests.m of c7f0229795431423

History of the file that is called tests/OFDateTests.m at check-in c7f0229795431423

2024-04-03
02:16
Change license to LGPLv3 only file: [1b655b92f3] check-in: [7413a728a7] user: js, branch: trunk, size: 4569 [annotate] [blame] [check-ins using] [diff]
2024-02-18
19:29
Renamed new_tests/OFDateTests.m → tests/OFDateTests.m. Rename new tests file: [f4f700dfaa] check-in: [7a84580fb6] user: js, branch: objfwtest, size: 4361 [annotate] [blame] [check-ins using] [diff]
19:29
Renamed to tests/OFDateTests.m. Rename new tests check-in: [7a84580fb6] user: js, branch: objfwtest, size: 0
2024-02-11
20:49
Migrate OFArrayTests to ObjFWTest file: [f4f700dfaa] check-in: [7272d5b2cd] user: js, branch: objfwtest, size: 4361 [annotate] [blame] [check-ins using] [diff]
17:39
Renamed tests/OFDateTests.m → new_tests/OFDateTests.m. Migrate OFDateTests to ObjFWTest file: [94de181a0a] check-in: [109084deb0] user: js, branch: objfwtest, size: 4344 [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
Update copyright file: [a09d2c22e2] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 3771 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [23aa5adafc] check-in: [8939cbdb52] user: js, branch: trunk, size: 3771 [annotate] [blame] [check-ins using] [diff]
2022-04-19
16:44
Don't install a few private-only headers file: [f110295df2] check-in: [2b13a1112a] user: js, branch: trunk, size: 3771 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [817a8be5a4] check-in: [1a86b8175b] user: js, branch: trunk, size: 3748 [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: [7e834c33fc] check-in: [14f1e22d79] user: js, branch: trunk, size: 3748 [annotate] [blame] [check-ins using] [diff]

2021-04-18
20:51
Rename everything in several smaller files file: [ad515445a9] check-in: [35de667566] user: js, branch: new-naming-convention, size: 3627 [annotate] [blame] [check-ins using] [diff]
2021-04-17
00:14
of_comparison_result_t -> OFComparisonResult file: [dca21ab5a6] check-in: [61fc389aee] user: js, branch: new-naming-convention, size: 3629 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [02539a3684] check-in: [374e1a1bfa] user: js, branch: trunk, size: 3631 [annotate] [blame] [check-ins using] [diff]
2020-05-16
18:17
Better tests for local dates file: [3f9f2f2e15] check-in: [ce2822b26c] user: js, branch: trunk, size: 3720 [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
Update copyright file: [e04db68127] check-in: [c7f0229795] user: js, branch: trunk, size: 3370 [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: [1d894fc345] check-in: [09be825f88] user: js, branch: trunk, size: 3367 [annotate] [blame] [check-ins using] [diff]

2019-03-25
00:21
tests: Use dot syntax file: [db640ccf02] check-in: [b045cbb9c7] user: js, branch: trunk, size: 3369 [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: [e0e02d2def] check-in: [dc0c6c34ab] user: js, branch: trunk, size: 3414 [annotate] [blame] [check-ins using] [diff]

2019-01-03
19:13
Update copyright file: [0f0a72de2a] check-in: [0509d7a844] user: js, branch: trunk, size: 3548 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [1bd0fdb0b9] check-in: [7e5c81e186] user: js, branch: trunk, size: 3542 [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: [2abdea13ae] check-in: [44f45c2e35] user: js, branch: trunk, size: 3519 [annotate] [blame] [check-ins using] [diff]

2016-09-12
00:10
of_strptime: Fix parsing of %b file: [01d830b2c1] check-in: [99158f978b] user: js, branch: trunk, size: 3513 [annotate] [blame] [check-ins using] [diff]
2016-09-11
22:23
OFDate: Throw on trailing garbage file: [d9a4b150fe] check-in: [804f222e18] user: js, branch: trunk, size: 3513 [annotate] [blame] [check-ins using] [diff]
22:03
OFDate: Add support for parsing time zones

This adds %z for parsing time zones. Additionally, this also adds %a and
%b. file: [ab5193ad47] check-in: [e4439b7ef8] user: js, branch: trunk, size: 3036 [annotate] [blame] [check-ins using] [diff]

2016-02-22
15:25
OFDate: Do not use lrint() for microseconds

It's better to make sure we never round up, as it's better to be a
little bit behind in time than ahead.

This has the nice side effect of fixing the test on the 3DS, as lrint()
is behaving differently there. file: [2f507797b6] check-in: [f1765412c7] user: js, branch: trunk, size: 2379 [annotate] [blame] [check-ins using] [diff]

2016-01-03
00:41
Update copyright

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

2015-01-03
20:57
Update copyright file: [aa2b42d2bb] check-in: [cfd374b906] user: js, branch: trunk, size: 2375 [annotate] [blame] [check-ins using] [diff]
2014-01-04
00:24
Update copyright. file: [ce8e2ec150] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 2369 [annotate] [blame] [check-ins using] [diff]
2013-01-09
22:24
Update copyright. file: [c34a669c9b] check-in: [813c00ccf0] user: js, branch: trunk, size: 2363 [annotate] [blame] [check-ins using] [diff]
2012-01-05
00:56
Update copyright. file: [6f27cdfe92] check-in: [ce70e17b38] user: js, branch: trunk, size: 2357 [annotate] [blame] [check-ins using] [diff]
2011-11-23
00:21
Add an implementation of strptime. file: [b66971e5bb] check-in: [bfdf9135d3] user: js, branch: trunk, size: 2351 [annotate] [blame] [check-ins using] [diff]
2011-09-17
15:20
Change OFDate to use and export doubles. file: [ee5c9af1b5] check-in: [4bef853a72] user: js, branch: trunk, size: 2160 [annotate] [blame] [check-ins using] [diff]
2011-04-22
15:48
Style improvements in OFDate. file: [715110430e] check-in: [8c349fdf52] user: js, branch: trunk, size: 2217 [annotate] [blame] [check-ins using] [diff]
2011-02-10
18:40
Fix two unimportant typos. file: [24a93fc13e] check-in: [5a0049ac30] user: js, branch: trunk, size: 2222 [annotate] [blame] [check-ins using] [diff]
2011-01-01
20:19
Change license. file: [b1d4a1021f] check-in: [da6b3d26cb] user: js, branch: trunk, size: 2221 [annotate] [blame] [check-ins using] [diff]
14:20
Don't include microseconds in -[OFDate description].
This way, it conforms to ISO 8601.
file: [b25e0ea5a8] check-in: [65111e7409] user: js, branch: trunk, size: 1965 [annotate] [blame] [check-ins using] [diff]
2010-12-31
00:30
Add -[earlierDate:] and -[laterDate:] to OFDate. file: [f6f7311378] check-in: [bb9a6fb0da] user: js, branch: trunk, size: 1972 [annotate] [blame] [check-ins using] [diff]
2010-12-29
16:40
Add methods for local time to OFDate. file: [02a5df98fb] check-in: [172e8f39da] user: js, branch: trunk, size: 1850 [annotate] [blame] [check-ins using] [diff]
2010-12-27
22:36
Add methods to access parts of a date, in GMT/UTC. file: [6d4dee43e8] check-in: [b97bb55c50] user: js, branch: trunk, size: 1861 [annotate] [blame] [check-ins using] [diff]
2010-12-25
23:29
Add +[OFFile modificationDateOfFile:] and change -[OFDate description]. file: [9d404af2db] check-in: [2d8533a428] user: js, branch: trunk, size: 1259 [annotate] [blame] [check-ins using] [diff]
19:31
Added: Add OFDate. file: [02c7704541] check-in: [39cb19595d] user: js, branch: trunk, size: 1259 [annotate] [blame] [check-ins using]