History of file src/instance.m at check-in eaa612ad50608d30
2020-01-02
| ||
01:35 | Deleted: Move objc_{con,de}structInstance to runtime check-in: [7f1acf9221] user: js, branch: trunk, size: 0 | |
2019-02-07
| ||
21:31 | More style improvements file: [77311e8f90] check-in: [754bf24742] user: js, branch: trunk, size: 2319 [annotate] [blame] [check-ins using] [diff] | |
2019-01-03
| ||
19:13 | Update copyright file: [64f7431604] check-in: [0509d7a844] user: js, branch: trunk, size: 2185 [annotate] [blame] [check-ins using] [diff] | |
2018-01-03
| ||
19:49 | Update copyright notice file: [8f9fcaafd6] check-in: [7e5c81e186] user: js, branch: trunk, size: 2179 [annotate] [blame] [check-ins using] [diff] | |
2017-10-01
| ||
09:54 | Nullability fixes for ObjFW runtime file: [ba0e2c91f2] check-in: [5882409fd0] user: js, branch: trunk, size: 2163 [annotate] [blame] [check-ins using] [diff] | |
09:28 | Nullability fixes for macOS High Sierra file: [f080731090] check-in: [166fd50e82] user: js, branch: trunk, size: 2172 [annotate] [blame] [check-ins using] [diff] | |
2017-07-01
| ||
19:43 | instance.m: Allow nil for objc_destructInstance() file: [163d513c31] check-in: [c3ec9bb65a] user: js, branch: trunk, size: 2156 [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: [dcb3da3872] check-in: [4af49a13c3] user: js, branch: trunk, size: 2123 [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-05-28
| ||
23:02 | Add support for zeroing weak references file: [9c022e876c] check-in: [03e6d6db98] user: js, branch: trunk, size: 2113 [annotate] [blame] [check-ins using] [diff] | |
2016-01-03
| ||
00:41 |
Update copyright
While at it, also update the mail address. file: [73d4c6636f] check-in: [2a27cf3000] user: js, branch: trunk, size: 2048 [annotate] [blame] [check-ins using] [diff] | |
2015-01-03
| ||
20:57 | Update copyright file: [ae5d7aaab6] check-in: [cfd374b906] user: js, branch: trunk, size: 2044 [annotate] [blame] [check-ins using] [diff] | |
2014-01-04
| ||
00:24 | Update copyright. file: [1bb0ee158c] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 2038 [annotate] [blame] [check-ins using] [diff] | |
2013-12-05
| ||
17:48 |
Make coding style consistent.
A file documenting the coding style will be written soon. This will | |
2013-03-04
| ||
17:20 |
Replace BOOL with bool.
The only places where BOOL is left are those where they are required by | |
2013-01-09
| ||
22:24 | Update copyright. file: [4886f63f00] check-in: [813c00ccf0] user: js, branch: trunk, size: 1997 [annotate] [blame] [check-ins using] [diff] | |
2012-10-20
| ||
22:22 | Call C++ constructors in correct order. file: [31b3780a78] check-in: [1dcbea2fb0] user: js, branch: trunk, size: 1991 [annotate] [blame] [check-ins using] [diff] | |
2012-10-17
| ||
20:39 |
Small fix in instance.m.
It's possible the constructor gets called too late, thus the check makes | |
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 | |