Arthur Laurent

Results 67 comments of Arthur Laurent

https://github.com/Arthapz/xmake/commit/32d0bbebf81e59f156769a43c5ae36181eadb040 we should backport this to avoid errors like ``` ..\..\build\debug\stormkit\.gens\model_viewer\windows\x64\debug\engine\applications\ModelViewer\src\moc_StormKitNode.cpp: fatal error C1083: Cannot open compiler generated file: '..\..\build\debug\stormkit\.gens\model_viewer\windows\x64\debug\rules\modules\cache\..\..\..\..\..\build\debug\stormkit\.gens\model_viewer\windows\x64\debug\engine\applications\ModelViewer\src\moc_StormKitNode.cpp.json': No such file or directory ```

https://github.com/Arthapz/xmake/commits/cxxmodules i'm pushing on this branch now

> However, we can continue to add before_build_files to optimise parallel compilation. > > xmake build -> before_build_files -> modules parallel compilation > xmake project -k compile_commands/cmake/vs -> before_buildcmd_files ->...

I implemented a module mapper file for MSVC, it simplifies the code a little and i think i can do the same for clang

mmmmh, when building a shared lib with header units, we may have link error because the library consummer don't have access to the header units .obj, i think i need...

Sorry, i forgot to specifying that i'm on Linux environnement (and SFML expose Window handle but not Display handle), i managed this issue by writting my own library that expose...

> Could you be specific which namespaces you would like to go away? Just the parameter ones where UInt8 component would refer to the same entity? Or also the ones...

https://github.com/microsoft/winget-pkgs/pull/93675 i've done a PR, maybe need some reviewing (for publishers URLs)

ah the package is done, but they can't merge it because of https://github.com/microsoft/winget-pkgs/issues/87300 they'll merge it when it's done so it's let a lot of time for reviewing the meta-infos...