ObjFW  Check-in [505137f25f]

Overview
Comment:Reintroduce of_char{16,32}_t

There is no reliable way to check if C++ already defined those, as Clang
now defines char{16,32}_t even when it is not in C++ 11 mode. So we
cannot check if we are not in C++ 11 and then define them and otherwise
rely on the C++ 11 types.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 505137f25f4b7f6de1809d3898c2db4c80d64877003e31b35dc8700d6d9955a7
User & Date: js on 2018-02-25 04:31:30
Other Links: manifest | tags
Context
2018-02-25
13:46
OFRunLoop: Reset _stop after -[run] check-in: 184011467a user: js tags: trunk
04:31
Reintroduce of_char{16,32}_t check-in: 505137f25f user: js tags: trunk
04:21
OFObject: Bring +[new] back check-in: d6bf2b12dd user: js tags: trunk
Changes

Modified src/OFApplication.m from [04c6846e99] to [240e542914].    [diff]

Modified src/OFConstantString.m from [37198b5a4e] to [32fee23859].    [diff]

Modified src/OFMutableString.m from [4263a0fe76] to [188469b5c0].    [diff]

Modified src/OFProcess.m from [49cc46fab4] to [bf28fd0153].    [diff]

Modified src/OFStdIOStream_Win32Console.h from [a9981c21d1] to [caf3ff9ea1].    [diff]

Modified src/OFStdIOStream_Win32Console.m from [07af5c7a6d] to [24ecc550f0].    [diff]

Modified src/OFString+JSONValue.m from [8041bfaa01] to [0d9de1d0b0].    [diff]

Modified src/OFString.h from [73a909cfb2] to [70879a2fc2].    [diff]

Modified src/OFString.m from [03d1103065] to [8f9360fade].    [diff]

Modified src/OFString_UTF8.m from [be8ebf571d] to [d6a602d281].    [diff]

Modified src/encodings/codepage_437.m from [c804c25bfb] to [2112040382].    [diff]

Modified src/encodings/codepage_850.m from [3f90e2dc33] to [d25e946730].    [diff]

Modified src/encodings/codepage_858.m from [bd3f79d0f4] to [f202674432].    [diff]

Modified src/encodings/iso_8859-15.m from [202e5b1ba1] to [7e592cc86a].    [diff]

Modified src/encodings/iso_8859-2.m from [5a22dee89e] to [4afc9195d4].    [diff]

Modified src/encodings/iso_8859-3.m from [a967d89d6d] to [7d3d18f3ed].    [diff]

Modified src/encodings/koi8-r.m from [1d50f6f5b6] to [87f57df74b].    [diff]

Modified src/encodings/koi8-u.m from [0c416bfeda] to [6d44fcd016].    [diff]

Modified src/encodings/mac_roman.m from [c00af6d3a5] to [dd5a441e73].    [diff]

Modified src/encodings/windows-1251.m from [b998dc4c21] to [defbb87fc6].    [diff]

Modified src/encodings/windows-1252.m from [9129604014] to [5e3973e816].    [diff]

Modified tests/OFStringTests.m from [cf94882f29] to [0e68977055].    [diff]