Hartmut Kaiser

Results 521 comments of Hartmut Kaiser

The Windows CI's are unhappy for some reason (even the one using the Clang frontend). Could you please have a look?

@Dysrhythmic I think the solution to the compilation problem would be to create a new type while derving from `std::atomic`: ``` namespace hpx::lockfree { struct uint128_atomic : std::atomic { //...

@Dysrhythmic I still believe that the new `uint128_atomic` type -- while it is part of this PR -- is not used anywhere in the change set. Could you verify this,...

@Dysrhythmic I have squashed your commits and rebased the PR onto current top of master. This should resolve many of the CI issues reported before.

@Dysrhythmic I still believe that the new type `uint128_atomic` is not used anywhere. Do I miss something?

@dimitraka could you fix the docs according to @emiliostassios report, please?

The easiest workaround would be to diable support for pkg_config by using `-DHPX_WITH_PKGCONFIG=Off`.

@AndreyKulikov2022 thanks for reporting this. @dimitraka could you have a look, please?

> Hi @hkaiser, hope you're doing well. I wanted to ask if this issue will be taken up as a GSoC project later on or if it is open for...