ObjFW  All files named "src/instance.m"

History for src/instance.m

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
2017. file: [995026f596] check-in: [44f45c2e35] user: js, branch: trunk, size: 2119 [annotate] [blame] [check-ins using] [diff]

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
hopefully prevent conflicts in the future, such as whether static
functions are written in camelCase or_with_underscores, like was the
case here. file: [79b4177a35] check-in: [fa6496efc7] user: js, branch: trunk, size: 2032 [annotate] [blame] [check-ins using] [diff]

2013-03-04
17:20
Replace BOOL with bool.

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

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
more sense in objc_constructInstance(). This is safe, because even if
there is a data race, sel_registerName() always returns the same result. file: [8a19fb2a3a] check-in: [879bf12fd0] user: js, branch: trunk, size: 1860 [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
runtime now if objc_constructInstance() hasn't been found. file: [36eb4908b4] check-in: [16ba7ec477] user: js, branch: trunk, size: 1916 [annotate] [blame] [check-ins using]