Barend Gehrels

Results 145 comments of Barend Gehrels

Sorry for the delay. Not fixed by my concept fix for #1295 and others. But it's another problem. Added: ``` for (const auto& sub : buffered_b) { std::cout

> Regarding perimeter tests, should you also move `test_perimeter.hpp` in `perimeter` directory? Sure, thank you! I missed it. Fixed.

> Thanks, I think it is very useful to have a complete cmake support for tests. The algorithms should be complete now. But there is still some work to do...

> There is no cmake related testing in CI, we should include it. See also [#1273 (comment)](https://github.com/boostorg/geometry/pull/1273#issuecomment-2102961622) Thanks, looking forward to it.

@vissarion I automated it a bit (not checked in) with help of ChatGPT, last pushes were from that effort. That also adds `detail/sections` which I missed before. Next PR will...