Skip to content

Conversation

@jmr
Copy link
Member

@jmr jmr commented Jul 10, 2025

  • 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

* 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
@jmr jmr force-pushed the update-2025-07-09 branch from 5d0b52f to 26a4052 Compare July 10, 2025 08:41
@jmr
Copy link
Member Author

jmr commented Jul 10, 2025

@smcallis

* 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
@jmr jmr force-pushed the update-2025-07-09 branch from 26a4052 to 87bc966 Compare July 10, 2025 13:04
@jmr jmr changed the title Update to latest google3 version Update to 2025-07-09 google3 version Jul 10, 2025
@jmr jmr merged commit bd26b76 into google:master Jul 10, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant