Rokas Kupstys
Rokas Kupstys
I am using cppast to generate .net bindings for one project. Unfortunately some template containers are a big part of API and i am looking for ways to wrap these...
Yes indeed i am. I already have wrapper generation automated for good chunk of API. these template classes are like a last piece of puzzle.
CppSharp project successfully uses mangled names from llvm/clang though.
Clang does support msvc ABI. https://clang.llvm.org/docs/MSVCCompatibility.html
Hmm ok claiming its all applications was kind of overstatement. I tried `glxgears` and `glxspheres64` and since both crashed... Odd thing is that after testing them now they no longer...
Cool that you chose to implement build in a single file, not littering entire project with CMake-isms! There already were other attempts, adding them for reference: #4614, #3027, #2820, #2033,...
Build systems are a complicated can of worms. Adopting a build script implies maintenance. Current build infrastructure (vcxproj + Makefile) are not used by people so they only need to...
Do we really need `IMGUI_METAL_CPP_AUTO_RELEASE_POOL`? Are there downsides if `autoRelease()` simply gets called explicitly always?
I am unable to reproduce either of problems. Windows can be dragged using any point on the titlebar and i get no spaces when window is docked. Something is missing...