Kirill A. Korinsky
Kirill A. Korinsky
The concept is `ZonedHandle[T]` allows to marks some Scala level object that should be tracked to prevent be removed by GC when it still used inside C-level pointers. This fix...
This commit introduced `NativeThread` which is a part of #947 This is a step to split https://github.com/catap/scala-native/tree/multithreading
This commit moved `memset` from `alloc` macros to `zone.alloc` to reset all allocated memory at any case.
This commit migrated all dynamic memory allocation to `calloc` instead of `malloc` plus `memset` because: - at some places `memset` was missed and it maight be an issue, - `memset`...
I have a repo https://github.com/kcrypt/scala-sha where `scala-steward` doesn't feel that Scala-Native need to be updated. Probably because it's a formatting which was bit wired: ```scala val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.10.0") val...
#### Description Here a three commits: darwin-xtools port and incorporation it into MacPorts infrastructure via ld64 and cctools ports. This way allows to test it. Basic tests on 10.5 had...
#### Description ###### Type(s) - [ ] bugfix - [x] enhancement - [ ] security fix ###### Tested on macOS 10.12.6 16G2136 x86_64 Xcode 9.2 9C40b ###### Verification Have you...
#### Description legacy-support since v1.0.5 contains `typedef char uuid_string_t[37]` when removed patch contains `typedef char * uuid_string_t`. An attempt to build it may fail with error: ``` ../llvm/tools/dsymutil/SymbolMap.cpp:23:16: error: typedef...
#### Description ###### Type(s) - [ ] bugfix - [x] enhancement - [ ] security fix ###### Tested on macOS 12.5 21G72 x86_64 Xcode 13.4.1 13F100 ###### Verification Have you...
#### Description ###### Type(s) - [ ] bugfix - [x] enhancement - [ ] security fix ###### Tested on macOS 12.5 21G72 x86_64 Xcode 13.4.1 13F100 ###### Verification Have you...