1. 44e8ed0 Snap for 7842839 from d83d29f5a2e7ab7ab427c650c0230f643e313133 to tm-release by Android Build Coastguard Worker · 2 years, 7 months ago int/13/fp3 rel/13/fp3/6.A.018 rel/13/fp3/6.A.022 rel/13/fp3/6.A.023 rel/13/fp3/6.A.025 rel/13/fp3/6.A.028 rel/13/fp3/6.A.018.0 rel/13/fp3/6.A.022.1 rel/13/fp3/6.A.023.1 rel/13/fp3/6.A.025.0 rel/13/fp3/6.A.028.1
  2. d83d29f Update OWNERS am: f8f41f2483 am: 3a963d93f0 am: 1658bacbc0 am: 3df186b85a am: 45b25db709 by Neil Fuller · 2 years, 7 months ago int/13/fp4
  3. 45b25db Update OWNERS am: f8f41f2483 am: 3a963d93f0 am: 1658bacbc0 am: 3df186b85a by Neil Fuller · 2 years, 7 months ago
  4. 3df186b Update OWNERS am: f8f41f2483 am: 3a963d93f0 am: 1658bacbc0 by Neil Fuller · 2 years, 7 months ago
  5. 1658bac Update OWNERS am: f8f41f2483 am: 3a963d93f0 by Neil Fuller · 2 years, 7 months ago
  6. 3a963d9 Update OWNERS am: f8f41f2483 by Neil Fuller · 2 years, 7 months ago
  7. f8f41f2 Update OWNERS by Neil Fuller · 2 years, 7 months ago
  8. d98fe27 Snap for 7418644 from 893a772a91fdd2c9ddb63d875607ae4ff359c408 to tm-release by android-build-team Robot · 3 years ago
  9. 893a772 Merge sc-mainline-prod by Xin Li · 3 years ago
  10. 7465410 Snap for 7196743 from d4ac547bcb20a19c056465a3ffe9c359c6b86266 to tm-release by android-build-team Robot · 3 years, 2 months ago
  11. 94d856f Merge "Update s2-geometry-library-java-tests to not run in TEST_MAPPING" into sc-dev am: 68ec31df9a by TreeHugger Robot · 3 years, 2 months ago
  12. d4ac547 Merge "Update s2-geometry-library-java-tests to not run in TEST_MAPPING" into sc-dev am: 68ec31df9a by TreeHugger Robot · 3 years, 2 months ago
  13. 68ec31d Merge "Update s2-geometry-library-java-tests to not run in TEST_MAPPING" into sc-dev by TreeHugger Robot · 3 years, 2 months ago
  14. f5617f6 Update s2-geometry-library-java-tests to not run in TEST_MAPPING by Julien Desprez · 3 years, 3 months ago
  15. 2508fcc Snap for 7181034 from 7188f0cb4d439b8dba80db0ba16b497bdf26f414 to tm-release by android-build-team Robot · 3 years, 3 months ago
  16. 567675d [LSC] Add LOCAL_LICENSE_KINDS to external/s2-geometry-library-java am: dae5745741 by Bob Badour · 3 years, 3 months ago
  17. 7188f0c [LSC] Add LOCAL_LICENSE_KINDS to external/s2-geometry-library-java am: dae5745741 by Bob Badour · 3 years, 3 months ago
  18. dae5745 [LSC] Add LOCAL_LICENSE_KINDS to external/s2-geometry-library-java by Bob Badour · 3 years, 3 months ago
  19. 3ebc0f0 Changes to enable inclusion in the geotz apex by Neil Fuller · 3 years, 8 months ago
  20. d48b6f5 Remove a visibility restriction by Neil Fuller · 3 years, 10 months ago
  21. e750d5d Revert "Remove TEST_MAPPING" by Neil Fuller · 3 years, 10 months ago
  22. 081ad24 Remove TEST_MAPPING by Neil Fuller · 3 years, 10 months ago
  23. 7e1dc66 Add Android files / remove prebuilts by Neil Fuller · 3 years, 10 months ago
  24. bd43a4c Merge remote-tracking branch 'goog/upstream-master' into FirstCommits2 by Neil Fuller · 3 years, 10 months ago
  25. a5c1c22 Initial empty repository by Inna Palant · 3 years, 11 months ago
  26. c28f287 Inline checkEqualsAndHashCodeMethods calls in preparation for deprecating the method. by Chris Povirk · 12 years ago
  27. 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 · 12 years ago
  28. a497b82 Removing very slow precondition checks. Removing these yields 10% by Ilyia Kaushansky · 13 years ago
  29. 03d6087 Split S2Edge and UndirectedEdge up to make equals() method correct. by David Beaumont · 13 years ago
  30. c04b68b Automatic refactoring to encapsulate fields of R2Vector. by David Beaumont · 13 years ago
  31. 33f4700 Made S1Interval and R1Interval immutable. by David Beaumont · 13 years ago
  32. 89b8770 Made 'constant' classes fully immutable by either removing or wrapping final by David Beaumont · 13 years ago
  33. 9d370a8 A tidyup CL for the geometry package. Each change in the CL is isolated to the by David Beaumont · 13 years ago
  34. 1bc1d9c Needing owners approval for removing final keyword from S2LatLngRect in order to by Moritz Neun · 13 years ago
  35. 0095e3d A more complex CL to avoid exposing the 'bounds' arrays from several of the by David Beaumont · 13 years ago
  36. b9d250e Removed DoubleMath from geometry package and inlined the one function that was by David Beaumont · 13 years ago
  37. 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
  38. b898242 Use PrimitiveType.valueOf() or autoboxing (which uses #valueOf) instead of new PrimitiveType(primitive) to by Kurt Kluever · 13 years ago
  39. 7eb31f4 Modify S2EdgeIndex to prune in "XYZ" instead of longitude as it is much by Frank Warmerdam · 13 years ago
  40. a393b19 This CL replaces the edge index data structure, a by Michael Bolin · 13 years ago
  41. 25544e0 Performance improvements to S2Loop: by Michael Bolin · 13 years ago
  42. 6fb4657 Initial import. by Michael Bolin · 13 years ago