ObjFW  History of src/OFConstantString.h of e91cba848b550271

History of the file that is called src/OFConstantString.h at check-in e91cba848b550271

2024-04-03
02:16
Change license to LGPLv3 only file: [db51ac0cae] check-in: [7413a728a7] user: js, branch: trunk, size: 1294 [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
Update copyright file: [74ef5585d2] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 1086 [annotate] [blame] [check-ins using] [diff]
2023-08-05
09:04
Remove hacks in headers for C compatibility

A better approach would probably be to have a separate header which
makes some classes available to pure C. file: [7b32d663ec] check-in: [14c70763b0] user: js, branch: trunk, size: 1086 [annotate] [blame] [check-ins using] [diff]

2023-01-06
09:04
Update copyright file: [bf7c0894b9] check-in: [8939cbdb52] user: js, branch: trunk, size: 1189 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [4428a8bf71] check-in: [1a86b8175b] user: js, branch: trunk, size: 1189 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [124a12b796] check-in: [374e1a1bfa] user: js, branch: trunk, size: 1189 [annotate] [blame] [check-ins using] [diff]
2020-10-03
11:35
Use /** */ instead of /*! */ for documentation file: [00399dbd51] check-in: [163a4a5a2e] user: js, branch: trunk, size: 1278 [annotate] [blame] [check-ins using] [diff]
2020-04-11
19:31
Make OFObject.h and OFString.h C-safe file: [b16809eb56] check-in: [6e7e19252b] user: js, branch: trunk, size: 1278 [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
Update copyright file: [a28a2410f5] check-in: [c7f0229795] user: js, branch: trunk, size: 1175 [annotate] [blame] [check-ins using] [diff]
2019-09-29
19:35
Either restrict subclassing or reserve ivar space

This allows ABI stability with the fragile ABI. file: [c489056f79] check-in: [496695d778] user: js, branch: trunk, size: 1172 [annotate] [blame] [check-ins using] [diff]

2019-01-03
19:13
Update copyright file: [1c96b5dc8b] check-in: [0509d7a844] user: js, branch: trunk, size: 1146 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [1af61fc5d1] check-in: [7e5c81e186] user: js, branch: trunk, size: 1140 [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: [0d67051bdb] check-in: [44f45c2e35] user: js, branch: trunk, size: 1117 [annotate] [blame] [check-ins using] [diff]

2016-01-03
00:41
Update copyright

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

2015-06-13
22:26
Add support for and use the new nullability file: [ab4546c924] check-in: [9e76144ef8] user: js, branch: trunk, size: 1107 [annotate] [blame] [check-ins using] [diff]
2015-01-03
20:57
Update copyright file: [b952a6d48c] check-in: [cfd374b906] user: js, branch: trunk, size: 1059 [annotate] [blame] [check-ins using] [diff]
2014-02-18
18:50
Documentation: Show correct imports file: [2e417ce284] check-in: [246cfe0807] user: js, branch: trunk, size: 1053 [annotate] [blame] [check-ins using] [diff]
00:22
Move around a few defines to be more consistent file: [0a749d86f9] check-in: [f9d12201f8] user: js, branch: trunk, size: 979 [annotate] [blame] [check-ins using] [diff]
2014-01-04
00:24
Update copyright. file: [ac483547b6] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 978 [annotate] [blame] [check-ins using] [diff]
2013-07-15
00:10
OFConstantString: _cStringLength -> unsigned int.

This field is actually only an unsigned int and not a size_t.

It never caused trouble on 64-bit little endian machines as padding was
added and so the most significant 32 bits were just 0. However, on 64-bit
big endian machines like SPARC64, the most significant 32 bit come
first, and thus the 32 bit size would treated as the 32 bit most
significant bits of a 64 bit value.

This also adds OpenBSD 5.3/SPARC64 to PLATFORMS.md. file: [afd472834a] check-in: [5171307598] user: js, branch: trunk, size: 972 [annotate] [blame] [check-ins using] [diff]

2013-02-12
18:22
Prefix all ivars with an underscore. file: [6b6b3d5b5b] check-in: [e40729d406] user: js, branch: trunk, size: 966 [annotate] [blame] [check-ins using] [diff]
2013-01-09
22:24
Update copyright. file: [a4e3964c53] check-in: [813c00ccf0] user: js, branch: trunk, size: 964 [annotate] [blame] [check-ins using] [diff]
2012-10-28
12:38
Switch to a headerdoc-compatible doc format. file: [592b0ead45] check-in: [1ad9565253] user: js, branch: trunk, size: 958 [annotate] [blame] [check-ins using] [diff]
2012-01-05
00:56
Update copyright. file: [faa3808289] check-in: [ce70e17b38] user: js, branch: trunk, size: 958 [annotate] [blame] [check-ins using] [diff]
2012-01-04
23:30
Work around objc_setFutureClass suddenly not working anymore on i386. file: [5cbd30ca48] check-in: [41fbb8c0a8] user: js, branch: trunk, size: 952 [annotate] [blame] [check-ins using] [diff]
2011-11-20
18:41
Make OFString a class cluster.

It is a class cluster now, but there is still much to improve. file: [854ec046f1] check-in: [301ee63212] user: js, branch: trunk, size: 881 [annotate] [blame] [check-ins using] [diff]

2011-07-29
21:34
OFConstantString: -[completeInitialization] -> -[finishInitialization]. file: [1d794f6b42] check-in: [2caeadf65a] user: js, branch: trunk, size: 1060 [annotate] [blame] [check-ins using] [diff]
2011-07-08
15:29
Make it possible to add more ivars to OFConstantString. file: [1c0a70b9ab] check-in: [0b846bcc4a] user: js, branch: trunk, size: 1063 [annotate] [blame] [check-ins using] [diff]
2011-02-01
22:11
Use extern "C" where useful.
Improves ObjC++ compatibility.
file: [90fda79f41] check-in: [03d1b71d10] user: js, branch: trunk, size: 838 [annotate] [blame] [check-ins using] [diff]
2011-01-30
12:00
{} is not required for doxygen anymore. file: [a1a961b40a] check-in: [be0af07922] user: js, branch: trunk, size: 769 [annotate] [blame] [check-ins using] [diff]
2011-01-01
20:19
Change license. file: [f48771824d] check-in: [da6b3d26cb] user: js, branch: trunk, size: 772 [annotate] [blame] [check-ins using] [diff]
2010-09-16
00:08
Added: Rename OFConstString to OFConstantString. file: [5a76a73ac7] check-in: [68ef210228] user: js, branch: trunk, size: 516 [annotate] [blame] [check-ins using]