History of file tests/OFStreamTests.m at check-in b96b150ce3568766
2024-10-19
| ||
11:09 | Add -[OFStream tryReadStringWithEncoding:] file: [63b992a9ad] check-in: [6e91e313a5] user: js, branch: trunk, size: 2478 [annotate] [blame] [check-ins using] [diff] | |
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [c1be2e2921] check-in: [7413a728a7] user: js, branch: trunk, size: 1958 [annotate] [blame] [check-ins using] [diff] | |
2024-02-18
| ||
19:29 | Renamed new_tests/OFStreamTests.m → tests/OFStreamTests.m. Rename new tests file: [cac1034b86] check-in: [7a84580fb6] user: js, branch: objfwtest, size: 1750 [annotate] [blame] [check-ins using] [diff] | |
19:23 | Renamed tests/OFStreamTests.m → new_tests/OFStreamTests.m. Migrate OFStreamTests to ObjFWTest file: [cac1034b86] check-in: [886a90bb34] user: js, branch: objfwtest, size: 1750 [annotate] [blame] [check-ins using] [diff] | |
2024-01-02
| ||
17:17 | Update copyright file: [b1e1e0bf5b] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 1803 [annotate] [blame] [check-ins using] [diff] | |
2023-01-06
| ||
09:04 | Update copyright file: [c45325de0e] check-in: [8939cbdb52] user: js, branch: trunk, size: 1803 [annotate] [blame] [check-ins using] [diff] | |
2022-02-12
| ||
07:46 | Update copyright file: [12c9753c4d] check-in: [1a86b8175b] user: js, branch: trunk, size: 1803 [annotate] [blame] [check-ins using] [diff] | |
2021-08-09
| ||
16:41 | OFStreamTests: Work around Apple GCC 4.0.1 bug file: [641e91bbf2] check-in: [826147d4e9] user: js, branch: trunk, size: 1803 [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: [ad2f2ab750] check-in: [498074dab9] user: js, branch: new-naming-convention, size: 1720 [annotate] [blame] [check-ins using] [diff] | |
2021-03-07
| ||
20:25 | *.m: Fold methods into one line where it fits file: [fe454fc94f] check-in: [1b82d3bf4f] user: js, branch: trunk, size: 1707 [annotate] [blame] [check-ins using] [diff] | |
2021-01-02
| ||
22:04 | Update copyright file: [fdf2fcbee2] check-in: [374e1a1bfa] user: js, branch: trunk, size: 1712 [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: [7eb72ee0e3] check-in: [627511b032] user: js, branch: trunk, size: 1801 [annotate] [blame] [check-ins using] [diff] | |
2020-11-07
| ||
20:23 | OFObject: Remove -[allocMemoryWithSize:] file: [5c572f840c] check-in: [4fbdca698c] user: js, branch: trunk, size: 1802 [annotate] [blame] [check-ins using] [diff] | |
2020-09-27
| ||
03:27 | Fix tests with Apple GCC 4.0.1 file: [3c0c93a949] check-in: [8911d7f031] user: js, branch: trunk, size: 1799 [annotate] [blame] [check-ins using] [diff] | |
2020-01-02
| ||
01:51 | Update copyright file: [75ebf3e4bd] check-in: [c7f0229795] user: js, branch: trunk, size: 1797 [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: [21aef18599] check-in: [b045cbb9c7] user: js, branch: trunk, size: 1796 [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: [aeb82915bf] check-in: [0509d7a844] user: js, branch: trunk, size: 1919 [annotate] [blame] [check-ins using] [diff] | |
2018-01-03
| ||
19:49 | Update copyright notice file: [e59e7f0073] check-in: [7e5c81e186] user: js, branch: trunk, size: 1913 [annotate] [blame] [check-ins using] [diff] | |
2017-05-07
| ||
20:10 |
Small code style change
Casts are now written like types in variable declarations. file: [ef2c49709d] check-in: [4af49a13c3] user: js, branch: trunk, size: 1890 [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 | |
2016-01-03
| ||
00:41 |
Update copyright
While at it, also update the mail address. file: [eba8145bb7] check-in: [2a27cf3000] user: js, branch: trunk, size: 1882 [annotate] [blame] [check-ins using] [diff] | |
2015-01-03
| ||
20:57 | Update copyright file: [e99b561510] check-in: [cfd374b906] user: js, branch: trunk, size: 1878 [annotate] [blame] [check-ins using] [diff] | |
2014-01-04
| ||
00:24 | Update copyright. file: [9b54a1f01d] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 1872 [annotate] [blame] [check-ins using] [diff] | |
2013-03-04
| ||
17:20 |
Replace BOOL with bool.
The only places where BOOL is left are those where they are required by | |
2013-01-09
| ||
22:24 | Update copyright. file: [3c057c5909] check-in: [813c00ccf0] user: js, branch: trunk, size: 1877 [annotate] [blame] [check-ins using] [diff] | |
2012-12-26
| ||
14:10 | Add OFSystemInfo. file: [e6328e2572] check-in: [4b637f8516] user: js, branch: trunk, size: 1871 [annotate] [blame] [check-ins using] [diff] | |
2012-09-16
| ||
15:43 | OFStream: Use lowlevel as prefix instead of _. file: [6be1a5b957] check-in: [61c1932caf] user: js, branch: trunk, size: 1778 [annotate] [blame] [check-ins using] [diff] | |
2012-06-07
| ||
12:03 | Rework OFStream API. file: [cf598bf19b] check-in: [0d4059306a] user: js, branch: trunk, size: 1764 [annotate] [blame] [check-ins using] [diff] | |
2012-01-05
| ||
00:56 | Update copyright. file: [25c328e52e] check-in: [ce70e17b38] user: js, branch: trunk, size: 1763 [annotate] [blame] [check-ins using] [diff] | |
2011-09-20
| ||
21:57 | Fix conflicting declarations in tests. file: [69fba112b7] check-in: [5e214166e1] user: js, branch: trunk, size: 1757 [annotate] [blame] [check-ins using] [diff] | |
2011-09-12
| ||
19:57 | Rename -[cString] to -[UTF8String]. file: [f7dd955202] check-in: [e6fd39d11e] user: js, branch: trunk, size: 1738 [annotate] [blame] [check-ins using] [diff] | |
2011-01-01
| ||
20:19 | Change license. file: [346b537e80] check-in: [da6b3d26cb] user: js, branch: trunk, size: 1735 [annotate] [blame] [check-ins using] [diff] | |
2010-12-25
| ||
19:31 | Add OFDate. file: [e09114dec9] check-in: [39cb19595d] user: js, branch: trunk, size: 1479 [annotate] [blame] [check-ins using] [diff] | |
2010-10-24
| ||
13:15 | Rename a few methods returning BOOL. file: [6e872e9aa9] check-in: [b6a39dd3d1] user: js, branch: trunk, size: 1479 [annotate] [blame] [check-ins using] [diff] | |
2010-04-09
| ||
14:59 | Better hiding of the internal OFStream methods. file: [837d422c65] check-in: [2a9e91b67c] user: js, branch: trunk, size: 1477 [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: [f89e698465] check-in: [7bbce47bda] user: js, branch: trunk, size: 1503 [annotate] [blame] [check-ins using] | |