Commit Graph

17 Commits

Author SHA1 Message Date
SvyatoslavScherbina 1745a95f57 Fix #3952 2020-04-10 14:01:09 +03:00
Nikolay Igotti bcead48fde Make IsInstance return proper bool, fixes GH-3686. (#3688)
* Make IsInstance return proper bool, fixes GH-3686.

* Proper fix.
2019-12-18 16:57:26 +03:00
Vladimir Ivanov 2358edf4e8 simd-128 basic support (#3498) 2019-11-13 19:16:35 +03:00
Nikolay Igotti 4f0a3b7a13 Use IR for override checks. (#3339) 2019-09-13 14:00:49 +03:00
Nikolay Igotti 9cf71e8010 Support nullable types in reverse C interop. (#3198) 2019-07-23 15:24:22 +03:00
Nikolay Igotti 5f224cf0b2 Support nullable string return type in reverse C interop. (#2967) 2019-05-14 14:42:40 +03:00
Nikolay Igotti 019e7b1cc8 Custom exception hook in reverse C interop (#2946) 2019-05-14 14:32:29 +03:00
Nikolay Igotti d072920133 Rework memory manager to make stack slot update faster (#2813) 2019-04-09 15:40:14 +02:00
Nikolay Igotti 147c7d2c3e Init runtime on singleton objects access in C interop. (#2658) 2019-02-14 12:42:36 +03:00
Nikolay Igotti ce0b43e596 Support singleton objects in C interop. (#1940) 2018-08-27 14:48:29 +03:00
SvyatoslavScherbina cd4f116f78 Support inline classes (#1840) 2018-08-10 09:57:15 +03:00
Nikolay Igotti 1599eddfe1 Allow passing interop types to C API, refactoring. 2018-01-18 18:27:58 +03:00
Nikolay Igotti 77f220f335 Support @CName annotation for reverse C interop, similar to @JvmName. (#1237) 2018-01-17 19:34:00 +03:00
Nikolay Igotti 1aa2e26344 Fix enum entries processing in C reverse interop. (#1232) 2018-01-15 20:16:30 +03:00
Nikolay Igotti c2d067924d Rework C bindings generator to pure descriptor-based system. (#1193) 2017-12-27 13:30:12 +03:00
Nikolay Igotti a05688351a Fix C API generation. (#1182) 2017-12-25 16:24:16 +03:00
Alexander Gorshenev bf612fdbdc A -produce dynamic test. 2017-12-15 13:25:10 +03:00