ObjFW  History of src/instance.h of f25b2c9e914c6f26

History of the file that is called src/instance.h at check-in f25b2c9e914c6f26

2020-01-02
01:35
Deleted: Move objc_{con,de}structInstance to runtime (check-in: [7f1acf9221] user: js, branch: trunk, size: 0)
2019-01-03
19:13
[41bebb0c3d] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 863) [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
[18efffa3c7] part of check-in [7e5c81e186] Update copyright notice (check-in: [7e5c81e186] user: js, branch: trunk, size: 857) [annotate] [blame] [check-ins using] [diff]
2017-07-01
19:43
[656a4aad81] part of check-in [c3ec9bb65a] instance.m: Allow nil for objc_destructInstance() (check-in: [c3ec9bb65a] user: js, branch: trunk, size: 834) [annotate] [blame] [check-ins using] [diff]
2017-05-07
20:10
[0671acd0b4] part of check-in [4af49a13c3] Small code style change

Casts are now written like types in variable declarations. (check-in: [4af49a13c3] user: js, branch: trunk, size: 824) [annotate] [blame] [check-ins using] [diff]

2017-01-09
17:36
[69b1191150] part of check-in [44f45c2e35] Update copyright

Forgot to add 2017, even though I already did quite some changes in
2017. (check-in: [44f45c2e35] user: js, branch: trunk, size: 824) [annotate] [blame] [check-ins using] [diff]

2016-01-03
00:43
[876e496d27] part of check-in [cec0f072f8] Update copyright

While at it, also update the mail address. (check-in: [cec0f072f8] user: js, branch: 0.8, size: 822) [annotate] [blame] [check-ins using] [diff]

00:41
[986f7820a8] part of check-in [2a27cf3000] Update copyright

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

2015-11-21
18:35
[4dd0773bd7] part of check-in [d526d938d7] Remove OF_NULLABLE / OF_NONNULL

Now that Clang switched to use _Nullable and _Nonnull instead of
__nullable / __nonnull, there is no longer a conflict with glibc, which
means we can just define _Nullable / _Nonnull to nothing if they are not
understood by the compiler (which did not work with __nullable /
__nonnull due to this conflict).

This also defines _Null_unspecified to nothing if unavailable. (check-in: [d526d938d7] user: js, branch: trunk, size: 814) [annotate] [blame] [check-ins using] [diff]

2015-06-14
10:45
[8f8be6243f] part of check-in [b7097a67b6] Add OF_NONNULL / OF_NULLABLE and use that instead

Using __nonnull directly doesn't work on systems using glibc, as glibc
defines __nonnull as a parameterized define. While this does not fix the
problem of Clang introducing __nonnull even though it conflicts with
glibc, this at least means it's possible again to compile things with
versions of Clang that don't support __nonnull on systems with glibc. (check-in: [b7097a67b6] user: js, branch: trunk, size: 818) [annotate] [blame] [check-ins using] [diff]

2015-06-13
22:26
[a5b3481f06] part of check-in [9e76144ef8] Add support for and use the new nullability (check-in: [9e76144ef8] user: js, branch: trunk, size: 816) [annotate] [blame] [check-ins using] [diff]
2015-01-03
20:57
[e149a9f613] part of check-in [cfd374b906] Update copyright (check-in: [cfd374b906] user: js, branch: trunk, size: 726) [annotate] [blame] [check-ins using] [diff]
2014-01-04
00:24
[9b85be467f] part of check-in [3b97fc3cd9] Update copyright. (check-in: [3b97fc3cd9] user: js, branch: trunk, size: 720) [annotate] [blame] [check-ins using] [diff]
2013-01-09
22:24
[91e691b7a9] part of check-in [813c00ccf0] Update copyright. (check-in: [813c00ccf0] user: js, branch: trunk, size: 714) [annotate] [blame] [check-ins using] [diff]
2012-10-10
10:16
Added: [bb544f5a22] part of check-in [16ba7ec477] Provide objc_constructInstance() when necessary.

OS X < 10.6 did not have it, so it is built regardless of the selected
runtime now if objc_constructInstance() hasn't been found. (check-in: [16ba7ec477] user: js, branch: trunk, size: 708) [annotate] [blame] [check-ins using]