Инструменты пользователя

Инструменты сайта


blackbox:haiku

Haiku Blackbox

https://github.com/X547/BlackBox-Haiku

Haiku Blackbox version is different from others in 2 points:

  1. It have limited multithreading support because using multiple threads is obligatory for GUI API. But it have one global mutex for all safe Component Pascal code.
  2. It directly interacts with C++ ABI (https://itanium-cxx-abi.github.io/cxx-abi/abi.html), use mangled names, define vtables and C++ RTTI information (it will be nice to integrate it to compiler like COM, but currently don't).
blackbox/haiku.txt · Последнее изменение: 2022/10/02 22:33 — iadenisov