History of file src/instance.h at check-in 2b6a12065e9c85e8
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 | Update copyright file: [41bebb0c3d] check-in: [0509d7a844] user: js, branch: trunk, size: 863 [annotate] [blame] [check-ins using] [diff] | |
2018-01-03
| ||
19:49 | Update copyright notice file: [18efffa3c7] check-in: [7e5c81e186] user: js, branch: trunk, size: 857 [annotate] [blame] [check-ins using] [diff] | |
2017-07-01
| ||
19:43 | instance.m: Allow nil for objc_destructInstance() file: [656a4aad81] check-in: [c3ec9bb65a] user: js, branch: trunk, size: 834 [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: [0671acd0b4] check-in: [4af49a13c3] user: js, branch: trunk, size: 824 [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:43 |
Update copyright
While at it, also update the mail address. file: [876e496d27] check-in: [cec0f072f8] user: js, branch: 0.8, size: 822 [annotate] [blame] [check-ins using] [diff] | |
00:41 |
Update copyright
While at it, also update the mail address. file: [986f7820a8] check-in: [2a27cf3000] user: js, branch: trunk, size: 818 [annotate] [blame] [check-ins using] [diff] | |
2015-11-21
| ||
18:35 |
Remove OF_NULLABLE / OF_NONNULL
Now that Clang switched to use _Nullable and _Nonnull instead of This also defines _Null_unspecified to nothing if unavailable. file: [4dd0773bd7] check-in: [d526d938d7] user: js, branch: trunk, size: 814 [annotate] [blame] [check-ins using] [diff] | |
2015-06-14
| ||
10:45 |
Add OF_NONNULL / OF_NULLABLE and use that instead
Using __nonnull directly doesn't work on systems using glibc, as glibc | |
2015-06-13
| ||
22:26 | Add support for and use the new nullability file: [a5b3481f06] check-in: [9e76144ef8] user: js, branch: trunk, size: 816 [annotate] [blame] [check-ins using] [diff] | |
2015-01-03
| ||
20:57 | Update copyright file: [e149a9f613] check-in: [cfd374b906] user: js, branch: trunk, size: 726 [annotate] [blame] [check-ins using] [diff] | |
2014-01-04
| ||
00:24 | Update copyright. file: [9b85be467f] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 720 [annotate] [blame] [check-ins using] [diff] | |
2013-01-09
| ||
22:24 | Update copyright. file: [91e691b7a9] check-in: [813c00ccf0] user: js, branch: trunk, size: 714 [annotate] [blame] [check-ins using] [diff] | |
2012-10-10
| ||
10:16 |
Added:
Provide objc_constructInstance() when necessary.
OS X < 10.6 did not have it, so it is built regardless of the selected | |