Results 272 issues of soywiz

Similar to #279 Link to https was wrong. I just changed to http temporarily, but we should totally use https.

After 1.0, I'd like to implement threads in all targets including single-threaded, event-loop-based, asynchronous targets. This is not going to implement soon, to avoid making noise to other things that...

I have typed C++ code, but now it crashes. I think that it is due to polymorphism. I'm going to try to use `p_java_lang_Object` in arguments and return types and...

bug
enhancement
cpp

``` #include #include #include #include #include #include #include extern "C" { #include #include #include #include //#include } struct A { GC_word *tdesc; int a; int b; void *ptr; //void test();...

enhancement
cpp

We should work on interoperability for 0.7: Being able to define interfaces to call C++, or JavaScript or other supported languages in a easy way.

enhancement

Initially i did this kind of initialization, but removed to avoid the overhead. But since it has proved to be problematic. I plan to enable it again with a flag....

enhancement

Kotlin-native is doing something that I think is great: https://github.com/JetBrains/kotlin-native/blob/bc941269f0b05332ea003523ba25db36138c44d8/samples/nonBlockingEchoServer/src/main/kotlin/EchoServer.kt#L55 While it provides a mixed GC+ref counting approach, it supports `memScoped` blocks for manual memory management. I think we can...

enhancement
cpp