ObjFW  History of src/OFString+PathAdditions.m of 416094d227446f1f

History of the file that is called src/OFString+PathAdditions.m at check-in 416094d227446f1f

2024-04-03
02:16
[20d5832743] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 1203) [annotate] [blame] [check-ins using] [diff]
2024-02-15
22:13
[1756dbb6cf] part of check-in [b93ad0661b] ObjFWTest: Implement output on Nintendo DS (check-in: [b93ad0661b] user: js, branch: objfwtest, size: 995) [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
[d839db3f93] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 968) [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
[a252f81de7] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 968) [annotate] [blame] [check-ins using] [diff]
2022-07-17
22:49
[dfeb40c068] part of check-in [3228d624fe] Add support for files on Nintendo Switch (check-in: [3228d624fe] user: js, branch: nintendo-switch, size: 968) [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
[422d7384b5] part of check-in [1a86b8175b] Update copyright (check-in: [1a86b8175b] user: js, branch: trunk, size: 931) [annotate] [blame] [check-ins using] [diff]
2022-01-29
19:38
[5949517844] part of check-in [b438bd9bd8] Use MS-DOS-style paths on MiNT (check-in: [b438bd9bd8] user: js, branch: trunk, size: 931) [annotate] [blame] [check-ins using] [diff]
2021-05-01
03:02
[6ba7aac1d0] part of check-in [4a6e3b42f5] Rename directories in src/platform (check-in: [4a6e3b42f5] user: js, branch: trunk, size: 911) [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
[ea7cb030e3] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 909) [annotate] [blame] [check-ins using] [diff]
2020-02-29
14:49
[ea666f96ec] part of check-in [109db78ecd] Move platform specific files into a subdirectory (check-in: [109db78ecd] user: js, branch: trunk, size: 998) [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
[5f71f32820] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 958) [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
[046a0ea02c] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 955) [annotate] [blame] [check-ins using] [diff]
2018-08-25
19:02
[fbe4228a96] part of check-in [4d2a22a5d9] Use the same path handling on Wii as on 3DS (check-in: [4d2a22a5d9] user: js, branch: trunk, size: 949) [annotate] [blame] [check-ins using] [diff]
2018-08-18
23:10
[3ae7057f01] part of check-in [b519963535] Path handling for Nintendo 3DS (check-in: [b519963535] user: js, branch: trunk, size: 927) [annotate] [blame] [check-ins using] [diff]
2018-04-15
12:51
[f88a76c9e5] part of check-in [1c499f0728] Add handling of AmigaOS paths (check-in: [1c499f0728] user: js, branch: trunk, size: 856) [annotate] [blame] [check-ins using] [diff]
2018-03-11
12:35
[5661460aef] part of check-in [c6930c5141] OFString+PathAdditions: Split into per-type files (check-in: [c6930c5141] user: js, branch: trunk, size: 786) [annotate] [blame] [check-ins using] [diff]
00:37
Added: [fde00f0835] part of check-in [7a488c3062] OFString: Move path handling into a category

This is the first step to have different versions of those for different
operating systems, rather than #ifdefs everywhere.

This also has the nice side-effect of not having one implementation in
OFString and another one in OFString_UTF8 anymore. The one in OFString
was a generic version, while the one in OFString_UTF8 was one optimized
for UTF-8 strings. Now only the version optimized for UTF-8 strings
exists, as this is by far the most common string implementation used,
and the overhead of converting from something else to UTF-8 is not more
than converting to UTF-32. (check-in: [7a488c3062] user: js, branch: trunk, size: 6966) [annotate] [blame] [check-ins using]