Hartmut Kaiser

Results 521 comments of Hartmut Kaiser

> `HPX_WITH_TESTS` is disabled during build, and then it is enabled when reconfigured for tests. You might have to delete the build directory (at least the CMakeCache.txt) in between those...

> `HPX_WITH_TESTS` is disabled during build, and then it is enabled when reconfigured for tests. Also, that's why I asked you for your command lines. If we want to fix...

> I updated the file at the above links so that it contains command lines now. > > cmake does support re-configuring w/out the need to delete intermediate files. @jurivict:...

Intrinsic CMake support in Boost reaches complete status starting V1.82: https://github.com/boostorg/cmake/blob/develop/README.md. At that point this ticket should be easily resolvable.

There is also: - [ ] System execution context (wg21.link/p2079), #6089

> I am interested on working on this enhancement. @Johan511 Perfect! > Can you suggest any resources I'd suggest watching Daniela Egert's talks first, e.g.: - https://www.youtube.com/watch?v=nP8QcvPpGeM - https://www.youtube.com/watch?v=35SlLAGLRIA Also,...

> Apart from the changes made to the cmake files most of the other changes seem to be replacing includes from **#include ** to **#include ** which as of now...

> How are we going to achieve this? won't older compilers throw an error on encountering the export keyword? I was thinking about using #ifdef, #ifndef directives to achieve it...

> I have gone through HPX_AddModule.cmake, the add_hpx_module function seems to be the one which generates the files included by or at least sets necessary contents of the files in...

> I have made some changes to the add_hpx_module_library cmake function, can someone please look into it. I will, thanks! > Also can we have a separate branch to merge...