Svyatoslav Scherbina
|
49eee47d7e
|
Fix #2004
Fix delegation to constructor of the same class in Objective-C subclasses
|
2018-09-05 12:47:03 +03:00 |
|
Nikolay Igotti
|
32fe05afa2
|
Copyright update. (#1944)
|
2018-08-27 14:55:51 +03:00 |
|
SvyatoslavScherbina
|
8f1b94f38b
|
Use unsigned types in interop (#1913)
|
2018-08-24 18:30:56 +03:00 |
|
Vasily Levchenko
|
79755d8fbf
|
[stdlib and samples][rename] konan -> kotlin.native
|
2018-08-14 15:05:24 +03:00 |
|
SvyatoslavScherbina
|
5f661b20aa
|
Support weak references to Objective-C objects (#1531)
|
2018-04-24 12:32:43 +03:00 |
|
Nikolay Igotti
|
c5c2a080d8
|
Fix missing dealloc hooks on object freed by cycle collector. (#1487)
|
2018-04-12 18:40:07 +03:00 |
|
Svyatoslav Scherbina
|
77139d58f8
|
Unify interop with Objective-C in both directions
Also support casts to Objective-C types
|
2018-04-12 09:56:29 +03:00 |
|
Svyatoslav Scherbina
|
841bb51e65
|
Add workaround to interop_objc_smoke for bug in MM
|
2018-04-12 09:56:29 +03:00 |
|
Svyatoslav Scherbina
|
e035ac1022
|
Support importing string literal macros with cinterop
|
2018-02-22 10:08:54 +03:00 |
|
Svyatoslav Scherbina
|
e1b507f998
|
Fix fixed NSString* parameters in variadic functions
|
2018-01-11 12:28:40 +03:00 |
|
Svyatoslav Scherbina
|
b700f96e0c
|
Rework stubs for interop globals passed by value
#KT-21855 Fixed
|
2018-01-09 17:51:50 +03:00 |
|
Svyatoslav Scherbina
|
e8f97b0436
|
Represent Objective-C block pointers in methods as Kotlin functions
Also do some refactoring.
|
2017-10-17 13:23:21 +03:00 |
|
Svyatoslav Scherbina
|
a0dc2ecef2
|
Enable method signature checks when overriding Objective-C method
|
2017-10-17 13:23:21 +03:00 |
|
Svyatoslav Scherbina
|
4e285a5ef4
|
Implement equals, hashCode and toString for Objective-C objects
|
2017-09-06 23:57:19 +03:00 |
|
Svyatoslav Scherbina
|
d3185e3e19
|
Implement very basic Objective-C interop
Also refactor StubGenerator
|
2017-08-16 10:04:23 +03:00 |
|