Francisco García Collado

Results 135 comments of Francisco García Collado

Hi @beteunam-saram, Fixed on this commit: https://github.com/frang75/nappgui_src/commit/850b45300ae6efd00b3b293477969077885e4cd5 The problem also affected to `ogl3d` library. From now, build shared libraries is included in NAppGUI CI/CD https://nappgui.com/builds/en/builds/bindex.html Thanks for report!

Hi @chamaeleon! Thank you very much for your contribution. Unfortunately this repository is read-only. All changes must be approved by NAppGUI CI/CD before being published. We are preparing build nodes...

Hi @ThomasJaeger. Yes, I am planning to support both systems. iOS would be easier and I already have some proof of concept. What I cannot provide are exact dates. It...

Exactly. Programming in iOS is very similar to that of macOS. Thanks @ThomasJaeger, I will be posting progress in this thread.

Hi @colugomusic ! Normally, it is not necessary to change `CMAKE_OSX_SYSROOT` (I never touch it). I leave the BaseSDK that comes by default in every version of Xcode. To ensure...

You can have different Xcode versions installed, and switch between them with `xcode-select`. It will "force" the base SDK. https://nappgui.com/en/guide/win_mac_linux.html#h5.2 I think this is the "official" way to do it....

Hi @peter23, Interesting test; I wasn't familiar with `rpmalloc`. Thank you very much for running the tests and reporting back. I'll review this library when the time comes. I think...

_Then I noticed that i_malloc_imp (in original code) always calls bmutex_lock. But i_realloc_imp and heap_free do that only if mtcount > 0 (that means heap_start_mt was called). According to documentation...

Hi again @peter23. Thank you soo much to take the time of testing this part of NAppGUI and provide feedback and possible improvements. However, before changing such a fundamental part,...

I will take a look during the week. Great job!