ObjFW  History of src/instance.m of ee6fb4df7f688e9b

History of the file that is called src/instance.m at check-in ee6fb4df7f688e9b

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
[77311e8f90] part of check-in [754bf24742] More style improvements (check-in: [754bf24742] user: js, branch: trunk, size: 2319) [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
[64f7431604] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 2185) [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
[8f9fcaafd6] part of check-in [7e5c81e186] Update copyright notice (check-in: [7e5c81e186] user: js, branch: trunk, size: 2179) [annotate] [blame] [check-ins using] [diff]
2017-10-01
09:54
[ba0e2c91f2] part of check-in [5882409fd0] Nullability fixes for ObjFW runtime (check-in: [5882409fd0] user: js, branch: trunk, size: 2163) [annotate] [blame] [check-ins using] [diff]
09:28
[f080731090] part of check-in [166fd50e82] Nullability fixes for macOS High Sierra (check-in: [166fd50e82] user: js, branch: trunk, size: 2172) [annotate] [blame] [check-ins using] [diff]
2017-07-01
19:43
[163d513c31] part of check-in [c3ec9bb65a] instance.m: Allow nil for objc_destructInstance() (check-in: [c3ec9bb65a] user: js, branch: trunk, size: 2156) [annotate] [blame] [check-ins using] [diff]
2017-05-07
20:10
[dcb3da3872] 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: 2123) [annotate] [blame] [check-ins using] [diff]

2017-01-09
17:36
[995026f596] 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: 2119) [annotate] [blame] [check-ins using] [diff]

2016-05-28
23:02
[9c022e876c] part of check-in [03e6d6db98] Add support for zeroing weak references (check-in: [03e6d6db98] user: js, branch: trunk, size: 2113) [annotate] [blame] [check-ins using] [diff]
2016-01-03
00:41
[73d4c6636f] part of check-in [2a27cf3000] Update copyright

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

2015-01-03
20:57
[ae5d7aaab6] part of check-in [cfd374b906] Update copyright (check-in: [cfd374b906] user: js, branch: trunk, size: 2044) [annotate] [blame] [check-ins using] [diff]
2014-01-04
00:24
[1bb0ee158c] part of check-in [3b97fc3cd9] Update copyright. (check-in: [3b97fc3cd9] user: js, branch: trunk, size: 2038) [annotate] [blame] [check-ins using] [diff]
2013-12-05
17:48
[79b4177a35] part of check-in [fa6496efc7] Make coding style consistent.

A file documenting the coding style will be written soon. This will
hopefully prevent conflicts in the future, such as whether static
functions are written in camelCase or_with_underscores, like was the
case here. (check-in: [fa6496efc7] user: js, branch: trunk, size: 2032) [annotate] [blame] [check-ins using] [diff]

2013-03-04
17:20
[f378d99417] part of check-in [c5ef582958] Replace BOOL with bool.

The only places where BOOL is left are those where they are required by
the ABI. (check-in: [c5ef582958] user: js, branch: trunk, size: 1991) [annotate] [blame] [check-ins using] [diff]

2013-01-09
22:24
[4886f63f00] part of check-in [813c00ccf0] Update copyright. (check-in: [813c00ccf0] user: js, branch: trunk, size: 1997) [annotate] [blame] [check-ins using] [diff]
2012-10-20
22:22
[31b3780a78] part of check-in [1dcbea2fb0] Call C++ constructors in correct order. (check-in: [1dcbea2fb0] user: js, branch: trunk, size: 1991) [annotate] [blame] [check-ins using] [diff]
2012-10-17
20:39
[8a19fb2a3a] part of check-in [879bf12fd0] Small fix in instance.m.

It's possible the constructor gets called too late, thus the check makes
more sense in objc_constructInstance(). This is safe, because even if
there is a data race, sel_registerName() always returns the same result. (check-in: [879bf12fd0] user: js, branch: trunk, size: 1860) [annotate] [blame] [check-ins using] [diff]

2012-10-10
10:16
Added: [36eb4908b4] 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: 1916) [annotate] [blame] [check-ins using]