1. de2dc0d Per discussion with kirilll, some checks that we desire to run at debug time only have been converted to asserts, and commented out pending an answer from the java libraries team on how best to handle debug time only checks. One of these changes overlaps a change started by ikaushan in CL 25025671 -- hopefully he beats me to the punch. by Eric Engle · 13 years ago
  2. a497b82 Removing very slow precondition checks. Removing these yields 10% by Ilyia Kaushansky · 13 years ago
  3. 03d6087 Split S2Edge and UndirectedEdge up to make equals() method correct. by David Beaumont · 13 years ago
  4. c04b68b Automatic refactoring to encapsulate fields of R2Vector. by David Beaumont · 13 years ago
  5. 33f4700 Made S1Interval and R1Interval immutable. by David Beaumont · 13 years ago
  6. 89b8770 Made 'constant' classes fully immutable by either removing or wrapping final by David Beaumont · 13 years ago
  7. 9d370a8 A tidyup CL for the geometry package. Each change in the CL is isolated to the by David Beaumont · 13 years ago
  8. 1bc1d9c Needing owners approval for removing final keyword from S2LatLngRect in order to by Moritz Neun · 13 years ago
  9. 0095e3d A more complex CL to avoid exposing the 'bounds' arrays from several of the by David Beaumont · 13 years ago
  10. b9d250e Removed DoubleMath from geometry package and inlined the one function that was by David Beaumont · 13 years ago
  11. e3151c7 The checkEdgeCrossings() method now uses the edge index of the context loop, instead of iterating over the product of all edges against all other edges filtered only by bounding volume. This method is integral to the performance of intersects(), contains(), containsOrCrosses(), etc. This matches the c++ algorithm in the corresponding method S2Loop::AreBoundariesCrossing. by Eric Engle · 13 years ago
  12. b898242 Use PrimitiveType.valueOf() or autoboxing (which uses #valueOf) instead of new PrimitiveType(primitive) to by Kurt Kluever · 13 years ago
  13. 7eb31f4 Modify S2EdgeIndex to prune in "XYZ" instead of longitude as it is much by Frank Warmerdam · 13 years ago
  14. a393b19 This CL replaces the edge index data structure, a by Michael Bolin · 13 years ago
  15. 25544e0 Performance improvements to S2Loop: by Michael Bolin · 13 years ago
  16. 6fb4657 Initial import. by Michael Bolin · 13 years ago