You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Require C++17
* Require abseil-cpp LTS 20250512
* Fix S2ShapeNestingQuery when two chains share a vertex
* Fix S2Polygon bug when intersecting polyline
* Add S2ClosestEdgeQuery::VisitClosestShapes
* Delete deprecated S2Error::text(); use message() instead
* Ensure _fp_contract_off.h is included everywhere
* Add thread annotations to SpinLock
* Convert many const vector<>&s to Span<>s
* Add noexcept to move operators
* Make some comparisons stable for sorting
* Guard against overflow in Decode functions
0 commit comments