projects
/
commons-geometry.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
GEOMETRY-126: replacing usage of commons-numbers LinearCombination with Sum; adding...
2021-06-22
Matt Juntunen
GEOMETRY-126: replacing usage of commons-numbers LinearCombi...
commit
|
commitdiff
|
tree
2021-06-12
Matt Juntunen
using commons-numbers Norm enum
commit
|
commitdiff
|
tree
2021-06-12
Matt Juntunen
improvements to DoubleFormats performance
commit
|
commitdiff
|
tree
2021-06-09
Matt Juntunen
GEOMETRY-13: using Norms from commons-numbers
commit
|
commitdiff
|
tree
2021-06-06
Matt Juntunen
removing dependabot config; updating build deps
commit
|
commitdiff
|
tree
2021-06-06
Matt Juntunen
GEOMETRY-123: replacing DoubleFormat with DoubleFunction...
commit
|
commitdiff
|
tree
2021-06-05
Matt Juntunen
GEOMETRY-122: using package-private visibility in tests...
commit
|
commitdiff
|
tree
2021-06-05
Matt Juntunen
GEOMETRY-124: replacing DoublePrecisionContext with...
commit
|
commitdiff
|
tree
2021-04-09
Matt Juntunen
GEOMETRY-117: implementing AffineTransformMatrix2D...
commit
|
commitdiff
|
tree
2021-04-08
Matt Juntunen
GEOMETRY-119: adding Vectors.normalizeOrNull() method...
commit
|
commitdiff
|
tree
2021-04-06
Matt Juntunen
dependabot: bumping checkstyle, spotbugs, junit, and...
commit
|
commitdiff
|
tree
2020-12-26
Matt Juntunen
adding version bumps suggested by dependabot
commit
|
commitdiff
|
tree
2020-12-26
Matt Juntunen
GEOMETRY-109: renaming BoundarySourceXX.from() to BoundarySo...
commit
|
commitdiff
|
tree
2020-12-18
Matt Juntunen
GEOMETRY-108: adding BoundaryList classes
commit
|
commitdiff
|
tree
2020-12-18
Matt Juntunen
fixing test docs, formatting, and compile errors
commit
|
commitdiff
|
tree
2020-12-10
Matt Juntunen
bumping pmd and spotbugs versions; using managed antrun...
commit
|
commitdiff
|
tree
2020-12-10
Matt Juntunen
updating checkstyle plugin version to 3.1.1 and excluding...
commit
|
commitdiff
|
tree
2020-12-08
Matt Juntunen
fixing test and checkstyle failures in examples-io
commit
|
commitdiff
|
tree
2020-11-15
Matt Juntunen
GEOMETRY-102: disabling clirr during beta version developmen...
commit
|
commitdiff
|
tree
2020-08-12
Matt Juntunen
GEOMETRY-63: adding equals() method test helper; using...
commit
|
commitdiff
|
tree
2020-08-10
Matt Juntunen
bumping commons-parent version to 52
commit
|
commitdiff
|
tree
2020-08-10
Matt Juntunen
GEOMETRY-63: method simplification and misc cleanup
commit
|
commitdiff
|
tree
2020-08-09
Matt Juntunen
GEOMETRY-63: reducing the complexity of several methods
commit
|
commitdiff
|
tree
2020-07-19
Matt Juntunen
updating README files and pom after 1.0-beta1 release
commit
|
commitdiff
|
tree
2020-07-19
Matt Juntunen
updating release files after 1.0-beta1 release
commit
|
commitdiff
|
tree
2020-07-15
Matt Juntunen
GEOMETRY-100: adding special cases for centroid computations...
commit
|
commitdiff
|
tree
2020-07-07
Matt Juntunen
Reverting name change after discussion on dev ML.
commit
|
commitdiff
|
tree
2020-07-05
Matt Juntunen
fixing checkstyle suppression on windows; adjusting...
commit
|
commitdiff
|
tree
2020-07-04
Matt Juntunen
GEOMETRY-99: using Double.compare in equals and Double...
commit
|
commitdiff
|
tree
2020-07-04
Matt Juntunen
using enhanced for loop when possible
commit
|
commitdiff
|
tree
2020-07-04
XenoAmess
change GeometryInternalError to GeometryInternalException...
commit
|
commitdiff
|
tree
2020-07-04
XenoAmess
simplify if
commit
|
commitdiff
|
tree
2020-07-04
XenoAmess
add break to a loop.
commit
|
commitdiff
|
tree
2020-07-04
XenoAmess
change a field to local variable, as I didn't see anywhere...
commit
|
commitdiff
|
tree
2020-07-04
XenoAmess
fix README.md in a sub-module.
commit
|
commitdiff
|
tree
2020-07-04
XenoAmess
remove redundant group-id
commit
|
commitdiff
|
tree
2020-07-04
XenoAmess
upgrade dependencies
commit
|
commitdiff
|
tree
2020-07-04
XenoAmess
fix javadocs 2
commit
|
commitdiff
|
tree
2020-07-04
XenoAmess
fix length-too-long
commit
|
commitdiff
|
tree
2020-07-04
XenoAmess
fix typos.
commit
|
commitdiff
|
tree
2020-07-04
XenoAmess
fix javadocs
commit
|
commitdiff
|
tree
2020-07-03
Matt Juntunen
GEOMETRY-63: adding assertions to test case
commit
|
commitdiff
|
tree
2020-07-03
Matt Juntunen
GEOMETRY-63: swapping assertion argument order
commit
|
commitdiff
|
tree
2020-07-03
Matt Juntunen
removing empty test
commit
|
commitdiff
|
tree
2020-07-03
Matt Juntunen
GEOMETRY-63: removing unnecessary braces in lambdas...
commit
|
commitdiff
|
tree
2020-07-03
Matt Juntunen
GEOMETRY-63: throwing NoSuchElementException in SimpleTriang...
commit
|
commitdiff
|
tree
2020-07-03
Matt Juntunen
updating dist-archive pom dependencies; removing redundant...
commit
|
commitdiff
|
tree
2020-07-02
Matt Juntunen
removing redundant groupId and version entries from...
commit
|
commitdiff
|
tree
2020-07-02
Matt Juntunen
GEOMETRY-95: adding BSP tree tutorial
commit
|
commitdiff
|
tree
2020-07-01
Matt Juntunen
GEOMETRY-95: adding 3D mesh classes, PartitionedRegionBuilde...
commit
|
commitdiff
|
tree
2020-06-26
Matt Juntunen
GEOMETRY-50: using SafeNorm for 3D norm computation
commit
|
commitdiff
|
tree
2020-05-31
Matt Juntunen
GEOMETRY-95: improving implementation of Sphere.toTree...
commit
|
commitdiff
|
tree
2020-05-27
Matt Juntunen
adding references to hyperplane and hyperplanesubset...
commit
|
commitdiff
|
tree
2020-05-27
Matt Juntunen
GEOMETRY-97: using the term 'centroid' to refer to...
commit
|
commitdiff
|
tree
2020-05-27
Matt Juntunen
GEOMETRY-94: adding PlaneConvexSubset additional implementat...
commit
|
commitdiff
|
tree
2020-05-06
Matt Juntunen
GEOMETRY-96: optimizing HyperplaneSubset.Builder implementat...
commit
|
commitdiff
|
tree
2020-05-06
Matt Juntunen
updating examples-io module with new type names
commit
|
commitdiff
|
tree
2020-05-06
Matt Juntunen
GEOMETRY-92: adding specialized segment, ray, and reverse...
commit
|
commitdiff
|
tree
2020-04-08
Matt Juntunen
updating commons-numbers dependency to 1.0-beta1
commit
|
commitdiff
|
tree
2020-04-07
Matt Juntunen
removing dist-archive module from release profile to...
commit
|
commitdiff
|
tree