summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-09Merge "Update s2-geometry-library-java-tests to not run in TEST_MAPPING" into...android-mainline-12.0.0_r4android-mainline-12.0.0_r36android-12.1.0_r9android-12.1.0_r8android-12.1.0_r7android-12.1.0_r26android-12.1.0_r25android-12.1.0_r24android-12.1.0_r23android-12.1.0_r22android-12.1.0_r21android-12.1.0_r20android-12.1.0_r19android-12.1.0_r18android-12.1.0_r17android-12.1.0_r16android-12.1.0_r15android-12.1.0_r14android-12.1.0_r13android-12.1.0_r12android-12.1.0_r11android-12.1.0_r10android-12.0.0_r32android-12.0.0_r29android-12.0.0_r28android-12.0.0_r27android-12.0.0_r26android-12.0.0_r21android-12.0.0_r20android-12.0.0_r19android-12.0.0_r18android-12.0.0_r16android12L-devandroid12L-d2-s8-releaseandroid12L-d2-s7-releaseandroid12L-d2-s6-releaseandroid12L-d2-s5-releaseandroid12L-d2-s4-releaseandroid12L-d2-s3-releaseandroid12L-d2-s2-releaseandroid12L-d2-s1-releaseandroid12L-d2-releaseandroid12-qpr3-s7-releaseandroid12-qpr3-s6-releaseandroid12-qpr3-s5-releaseandroid12-qpr3-s4-releaseandroid12-qpr3-s3-releaseandroid12-qpr3-s2-releaseandroid12-qpr3-s1-releaseandroid12-qpr3-releaseandroid12-qpr1-releaseandroid12-qpr1-d-s3-releaseandroid12-qpr1-d-s2-releaseandroid12-qpr1-d-s1-releaseandroid12-qpr1-d-releaseandroid12-devandroid12--mainline-releaseTreeHugger Robot
2021-03-04Update s2-geometry-library-java-tests to not run in TEST_MAPPINGJulien Desprez
2021-03-01[LSC] Add LOCAL_LICENSE_KINDS to external/s2-geometry-library-javaBob Badour
2020-11-20Changes to enable inclusion in the geotz apexNeil Fuller
2020-08-05Remove a visibility restrictionNeil Fuller
2020-07-20Revert "Remove TEST_MAPPING"Neil Fuller
2020-07-16Remove TEST_MAPPINGNeil Fuller
2020-07-15Add Android files / remove prebuiltsNeil Fuller
2020-07-15Merge remote-tracking branch 'goog/upstream-master' into FirstCommits2Neil Fuller
2020-07-07Initial empty repositoryInna Palant
2011-11-21Inline checkEqualsAndHashCodeMethods calls in preparation for deprecating the...Chris Povirk
2011-11-21Per discussion with kirilll, some checks that we desire to run at debug time ...Eric Engle
2011-11-08Removing very slow precondition checks. Removing these yields 10%Ilyia Kaushansky
2011-11-08Split S2Edge and UndirectedEdge up to make equals() method correct.David Beaumont
2011-11-08Automatic refactoring to encapsulate fields of R2Vector.David Beaumont
2011-10-31Made S1Interval and R1Interval immutable.David Beaumont
2011-10-31Made 'constant' classes fully immutable by either removing or wrapping finalDavid Beaumont
2011-10-31A tidyup CL for the geometry package. Each change in the CL is isolated to theDavid Beaumont
2011-10-31Needing owners approval for removing final keyword from S2LatLngRect in order toMoritz Neun
2011-10-31A more complex CL to avoid exposing the 'bounds' arrays from several of theDavid Beaumont
2011-10-31Removed DoubleMath from geometry package and inlined the one function that wasDavid Beaumont
2011-10-31The checkEdgeCrossings() method now uses the edge index of the context loop, ...Eric Engle
2011-10-31Use PrimitiveType.valueOf() or autoboxing (which uses #valueOf) instead of ne...Kurt Kluever
2011-10-31Modify S2EdgeIndex to prune in "XYZ" instead of longitude as it is muchFrank Warmerdam
2011-10-14This CL replaces the edge index data structure, aMichael Bolin
2011-10-14Performance improvements to S2Loop:Michael Bolin
2011-09-22Initial import.Michael Bolin