Barend Gehrels
Barend Gehrels
I realize it's too late (release is scheduled today), I was earlier confused about release date. Anyway, I still think it's good to have these changes listed, even though they...
See comments in #1028 We have now: `promoted_type const dx = get(p) - get(vertex);` which could overflow if p is negative and huge, and vertex is positive and huge (or...
There are several test cases which were OK, but since commit e38c093b5 they are failing now. From there, there are even simple tests such as `difference_simplex_multi_mp_p_s` now missing one triangle:...
This is a follow up of issue #869 and the pull request #887 @kleunen found an issue with this code (I adapted it slightly to give more output): ``` #include...
Hi @vissarion , @awulkiew , I'm busy producing buffers in geographical coordinate system around a point. That is work in progress now, and it starts to work. However, when I...
Hi @vissarion , I'm busy with the buffer for linestrings and in some rare cases, it goes wrong because a turn (intersection point) is not calculated. For example this input...
This is a follow up on `numeric_cast` - now for `bounds` - which is different and simpler because it was already a structure. It also adds unit tests for it....