Mikael Simberg
Mikael Simberg
@McKillroy just to be clear, what you mean is to use the "normal" HTML documentation generated by Doxygen, as opposed to the one we include using Breathe in Sphinx (because...
We had a brief discussion (@aurianer, @biddisco, @hkaiser, and myself) yesterday on how to proceed towards 2.0.0. I've tried to write down here the rough consensus from that discussion. 1.6.0...
Removing the milestone as the individual issues can be scheduled for milestones instead (and it's unlikely that all of them will be done for one milestone).
Will expand with other points as I remember, but here's one that we discussed earlier: * Distributing tasks created by parallel for loops etc over threads by groups of chunks...
I did some experimenting with different ways of launching tasks in a fork-join style and ended up with the conclusion that anything that has to spawn new tasks for each...
I have local changes to add the remaining CPOs defined in P0443, and some basic senders/receivers that work on our thread pools. I'll be opening a PR next week...
Added P2300 (https://isocpp.org/files/papers/P2300R0.html) to the list. It combines P0443 and P1897 into a single paper and cleans up some rough edges.
The lazy/eager bifurcation was removed from a later revision. @hkaiser I've edited your comment to remove the `lazy_` versions (the non-`lazy_` versions are now always lazy).
Since https://github.com/STEllAR-GROUP/hpx/pull/5383 was merged, this *should* be fixed. @DarkDeepBlue any chance you could confirm if that is the case?
I think this is wontfix at least from my perspective. This is a problem that we can't fix at the moment because of certain behaviours of CMake's generator expressions (a...