Hari Hara Naveen S
Hari Hara Naveen S
I have made some changes to the add_hpx_module_library cmake function, can someone please look into it. Also can we have a separate branch to merge all our changes related to...
I am currently trying to merge into STEllAR-GROUP:hpx:master, I was suggesting that we could add module support in a separate branch say STEllAR-GROUP:hpx:modules and finally merge that into master. Also,...
> Sure, that works. I almost think it might be easier to start over from master and step by step reapply necessary changes I also feel the same, it might...
@hkaiser do you suggest I fork master and start working on it? where do you think I should start?
Sorry for the delay, I have gone through the master branch and tried to figure out to what extent modules have been implemented. There seems to be a cmake file...
I have been experimenting with modules with GNU and LLVM compilers too and there do seem to be a few differences related to how they generate module files. As per...
Hi @gonidelis, thank you for the resource. One thing I would like to point out is that they suggest using the FILE_SET option which seem to be introduced only in...
> https://www.kitware.com/import-cmake-c20-modules I have tried going through this, I have faced some errors. Mostly along the lines of `CMake Error in CMakeLists.txt: The "export_bmi_and_interfaces" target has C++ module sources but...
I have gone through quite some material and reached out to people working on module support for C++ 20. Just wanted to document a couple of things over here, the...
I have managed to get everything setup, and updated/added some cmake files to add c++20 module. To initially test it out, I am trying to generate a module of all...