Arthur Laurent

Results 17 issues of Arthur Laurent

XMake should be able to scan and build all imported header into header unit i've done a POC https://github.com/Arthapz/xmake/tree/header-units-support

feature request

### Describe the bug XMake fail to import QtCreator Library to reproduce: ``` git pull https://github.com/qt-creator/qt-creator.git -b 6.0 --depth 1 wget -O libclang.7z https://download.qt.io/development_releases/prebuilt/libclang/libclang-release_130-based-windows-vs2019_64.7z 7za libclang.7z cd qt-creator xmake --trybuild="cmake"...

bug

i'm working on free fly camera, and i move the cursor on window center, but this generate an event and gainput update his listener with it, how can i ignore...

Hi, how can i integrate Gainput with SFML, SFML expose only the Window ID, and how to integrate gainput event handling with sfml event Handling ?

Hi, is it possible to remove the namespace in the documentation part of a function or a class ? The output is a bit heavy visually. ![Screenshot_20210307_115228](https://user-images.githubusercontent.com/27437334/110237334-d3e91d00-7f3b-11eb-8dd8-23fdd5d00743.png) i tried with...

enhancement

Update multipart_t to use socket_ref instead of socket_t& to uniformise API

This PR add a C++20 module, enable examples with the module when EXAMPLES_USE_MODULE define is set and add xmake build system support (mainly to test module compilation, it's easier to...

It works on gcc and msvc, it should work too on clang but clang can't compile a module named "module" https://github.com/llvm/llvm-project/issues/59404 so for now the CI fail on clang https://github.com/Arthapz/cxx-modules-sandbox/actions/runs/3653980614...

Hi, what is the difference between named/mymodule_part_impl and named/mymodule_part_internal ? you mention MSVC specifics -internalPartition but i don't see the difference between the two files but you wrote that we...