History of file tests/OFDataTests.m at check-in 9e8164519c1f02eb
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [858a29b47f] check-in: [7413a728a7] user: js, branch: trunk, size: 7523 [annotate] [blame] [check-ins using] [diff] | |
2024-02-18
| ||
19:29 | Renamed new_tests/OFDataTests.m → tests/OFDataTests.m. Rename new tests file: [e445376d45] check-in: [7a84580fb6] user: js, branch: objfwtest, size: 7315 [annotate] [blame] [check-ins using] [diff] | |
17:44 | Renamed tests/OFDataTests.m → new_tests/OFDataTests.m. Migrate OFDataTests to ObjFWTest file: [e445376d45] check-in: [f3bfdcf17a] user: js, branch: objfwtest, size: 7315 [annotate] [blame] [check-ins using] [diff] | |
2024-01-02
| ||
17:17 | Update copyright file: [a8658a6bbf] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 7462 [annotate] [blame] [check-ins using] [diff] | |
2023-01-06
| ||
09:04 | Update copyright file: [316bad9cbb] check-in: [8939cbdb52] user: js, branch: trunk, size: 7462 [annotate] [blame] [check-ins using] [diff] | |
2022-08-30
| ||
00:48 | OFObject: Small API change file: [ffac8c7aa2] check-in: [4ad0c363f3] user: js, branch: trunk, size: 7462 [annotate] [blame] [check-ins using] [diff] | |
2022-02-12
| ||
07:46 | Update copyright file: [cc1d29fd59] check-in: [1a86b8175b] user: js, branch: trunk, size: 7462 [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 | |
2021-04-17
| ||
22:45 | Rename of_(re)alloc and add OFFreeMemory file: [6024274dc3] check-in: [498074dab9] user: js, branch: new-naming-convention, size: 7439 [annotate] [blame] [check-ins using] [diff] | |
14:13 | Always prefix functions with the type file: [b220c88d1e] check-in: [eb0cfa6ff9] user: js, branch: new-naming-convention, size: 7413 [annotate] [blame] [check-ins using] [diff] | |
02:40 | Rename all types in OFArray.h file: [c6fec11f60] check-in: [e23daca6ef] user: js, branch: new-naming-convention, size: 7413 [annotate] [blame] [check-ins using] [diff] | |
00:44 | of_range_t -> OFRange file: [2cb3375466] check-in: [d975c53a43] user: js, branch: new-naming-convention, size: 7419 [annotate] [blame] [check-ins using] [diff] | |
00:14 | of_comparison_result_t -> OFComparisonResult file: [0b61c12094] check-in: [61fc389aee] user: js, branch: new-naming-convention, size: 7374 [annotate] [blame] [check-ins using] [diff] | |
2021-04-07
| ||
19:22 |
OF{Data,String}+CryptoHashing: Rename methods
This makes it clearer that these return a string and not a hash object. file: [145ac3ede5] check-in: [b5a74319e1] user: js, branch: trunk, size: 7380 [annotate] [blame] [check-ins using] [diff] | |
2021-03-07
| ||
20:25 | *.m: Fold methods into one line where it fits file: [5c0a7f22cc] check-in: [1b82d3bf4f] user: js, branch: trunk, size: 6820 [annotate] [blame] [check-ins using] [diff] | |
2021-01-15
| ||
19:06 |
OFDataTests: Don't assign structs inside R()
This is broken in GCC 7.5.0 on HP-UX targeting HPPA64. file: [5b2a9f8f8f] check-in: [8ebb5ff462] user: js, branch: trunk, size: 6879 [annotate] [blame] [check-ins using] [diff] | |
2021-01-02
| ||
22:06 | Update copyright file: [40285d8d66] check-in: [27b401c7c2] user: js, branch: amiga-library, size: 6760 [annotate] [blame] [check-ins using] [diff] | |
22:04 | Update copyright file: [0d3eb2fad7] check-in: [374e1a1bfa] user: js, branch: trunk, size: 6756 [annotate] [blame] [check-ins using] [diff] | |
2021-01-01
| ||
22:28 | OFDataTests: Fix wrong test description file: [971cb01a2a] check-in: [da0a27ee23] user: js, branch: trunk, size: 6845 [annotate] [blame] [check-ins using] [diff] | |
2020-11-14
| ||
12:23 |
Rename of_malloc and of_calloc
The new names should be more accurate. file: [2bd92fc7fc] check-in: [627511b032] user: js, branch: trunk, size: 6849 [annotate] [blame] [check-ins using] [diff] | |
2020-11-07
| ||
20:23 | OFObject: Remove -[allocMemoryWithSize:] file: [b5f79a4b6c] check-in: [4fbdca698c] user: js, branch: trunk, size: 6851 [annotate] [blame] [check-ins using] [diff] | |
2020-11-06
| ||
02:12 | OFData: Make parameter order more consistent file: [a550decdef] check-in: [9d74d1b74e] user: js, branch: trunk, size: 6902 [annotate] [blame] [check-ins using] [diff] | |
2020-01-02
| ||
01:51 | Update copyright file: [ec82a4e0aa] check-in: [c7f0229795] user: js, branch: trunk, size: 6902 [annotate] [blame] [check-ins using] [diff] | |
2019-09-29
| ||
15:58 |
Remove OFAutoreleasePool
OFAutoreleasePools have long been discouraged in favor of the runtime's | |
2019-03-25
| ||
00:21 | tests: Use dot syntax file: [cec219c44a] check-in: [b045cbb9c7] user: js, branch: trunk, size: 6901 [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 | |
2019-01-03
| ||
19:13 | Update copyright file: [f1131904d1] check-in: [0509d7a844] user: js, branch: trunk, size: 7111 [annotate] [blame] [check-ins using] [diff] | |
2018-10-13
| ||
21:39 | Add -[OFData subdataWithRange:] file: [17d65e124d] check-in: [4075c3beaf] user: js, branch: trunk, size: 7105 [annotate] [blame] [check-ins using] [diff] | |
2018-01-14
| ||
18:25 | OFData: Add -[rangeOfData:options:range:] file: [06989343f9] check-in: [c85b63d2af] user: js, branch: trunk, size: 6534 [annotate] [blame] [check-ins using] [diff] | |
2018-01-03
| ||
19:49 | Update copyright notice file: [418fe558f3] check-in: [7e5c81e186] user: js, branch: trunk, size: 4458 [annotate] [blame] [check-ins using] [diff] | |
2017-07-22
| ||
20:50 | Added: Split OFDataArray into OFData and OFMutableData file: [4187e76934] check-in: [c8f7b90082] user: js, branch: trunk, size: 4435 [annotate] [blame] [check-ins using] | |