]> gitweb.michael.orlitzky.com - spline3.git/history - src
spline3.cabal: update to v1.0.1.
[spline3.git] / src /
2019-03-05 Michael Orlitzkysrc/Cube.hs: use explicit Prelude imports.
2019-03-05 Michael Orlitzkysrc/FunctionValues.hs: use explicit Prelude imports.
2019-03-05 Michael Orlitzkysrc/Tetrahedron.hs: use explicit FunctionValues(.....
2019-03-05 Michael Orlitzkysrc/FunctionValues.hs: disable incomplete pattern match...
2019-03-05 Michael Orlitzkysrc/{Cube,Tetrahedron}.hs: disable incomplete pattern...
2019-03-05 Michael Orlitzkysrc/Cardinal.hs: remove unused language pragma.
2019-03-05 Michael Orlitzkysrc/Main.hs: import Args(..) explicitly.
2019-03-05 Michael Orlitzkysrc/{Cube,FunctionValues}.hs: add explicit Cardinal...
2019-03-05 Michael Orlitzkysrc/Cardinal.hs: use explicit Prelude imports to silenc...
2019-03-05 Michael Orlitzkysrc/Misc.hs: add a type signature to eliminate polymorp...
2019-03-05 Michael Orlitzkysrc/CommandLine.hs: import ExitFailure explicitly.
2019-03-05 Michael Orlitzkysrc/CommandLine.hs: drop explicit "typeable" derivation.
2019-03-05 Michael Orlitzkysrc/Point.hs: import "arbitrary" explicitly.
2019-03-05 Michael Orlitzkysrc/Face.hs: don't import "Point" type members.
2019-03-05 Michael Orlitzkysrc/Cardinal.hs: add a bunch of type signatures to...
2019-03-05 Michael Orlitzkysrc/Cardinal.hs: undo a stupid trick, to eliminate...
2019-03-05 Michael Orlitzkysrc/Cardinal.hs: make an import list explicit.
2019-03-05 Michael Orlitzkysrc/Tetrahedron.hs: make an import list explicit.
2019-03-05 Michael Orlitzkysrc/FunctionValues.hs: make an import list explicit.
2019-03-05 Michael Orlitzkysrc/Cube.hs: make some import lists explicit.
2019-03-05 Michael Orlitzkysrc/Grid.hs: make two import lists explicit.
2019-03-05 Michael Orlitzkysrc/Grid.hs: add a type signature to eliminate polymorp...
2019-03-05 Michael Orlitzkysrc/Volumetric.hs: remove a redundant constraint from...
2019-03-05 Michael Orlitzkysrc/Main.hs: make two import lists explicit.
2019-03-05 Michael Orlitzkysrc/Main.hs: add an explicit export list.
2019-03-05 Michael Orlitzkysrc/Everything.hs: disable missing import list warning.
2019-03-05 Michael Orlitzkysrc/Point.hs: add a type annotation to avoid a monomorp...
2019-03-05 Michael Orlitzkysrc/FunctionValues.hs: undo a stupid trick, to fix...
2019-03-05 Michael Orlitzkysrc/Misc.hs: add a type annotation to avoid a monomorph...
2019-03-05 Michael Orlitzkysrc/Tetrahedron.hs: add a type annotation to avoid...
2019-03-05 Michael Orlitzkysrc/RealFunction.hs: ignore orphan instance warnings.
2019-03-05 Michael Orlitzkysrc/Cube.hs: add type annotations to avoid monomorphism...
2019-03-05 Michael Orlitzkysrc/Grid.hs: add type annotations to avoid monomorphism...
2019-03-05 Michael Orlitzkysrc/Volumetric.hs: add type annotations to avoid monomo...
2019-03-05 Michael Orlitzkysrc/Volumetric.hs: fix whitespace alignment of an ...
2019-03-05 Michael Orlitzkysrc/Main.hs: add a few type annotations to avoid monomo...
2019-03-05 Michael Orlitzkysrc/Grid.hs: define the Grid using "newtype" instead...
2015-04-16 Michael OrlitzkySwitch to Tasty for testing.
2015-04-16 Michael OrlitzkyImport cleanup in Volumetric.
2015-04-16 Michael OrlitzkyImport cleanup in Values.
2015-04-16 Michael OrlitzkyImport cleanup in Tetrahedron.
2015-04-16 Michael OrlitzkyAdd a comment to the ScaleFactor module.
2015-04-16 Michael OrlitzkyWhitespace cleanup and hlint fix in RealFunction.
2015-04-16 Michael OrlitzkyWhitespace cleanup in Point.
2015-04-16 Michael OrlitzkyDefine an export list in Misc, clean up imports.
2015-04-16 Michael OrlitzkyImport cleanup and hlint fix in Main.
2015-04-16 Michael OrlitzkyImport cleanup in Grid.
2015-04-16 Michael OrlitzkyImport cleanup in FunctionValues.
2015-04-16 Michael OrlitzkyImport cleanup in Face.
2015-04-16 Michael OrlitzkyDefine an export list in ExitCodes.
2015-04-16 Michael OrlitzkyWhitespace and import cleanup in Examples.
2015-04-16 Michael OrlitzkyWhitespace cleanup in Everything.hs.
2015-04-16 Michael OrlitzkyWhitespace and import cleanup in Cube.
2015-04-16 Michael OrlitzkyWhitespace cleanup in Comparisons.
2015-04-16 Michael OrlitzkyImport cleanup and hlint fix in CommandLine.
2015-04-16 Michael OrlitzkyDefine an export list in Cardinal.
2015-04-16 Michael OrlitzkyImport cleanup in Assertions.
2015-04-15 Michael OrlitzkyAdd some doctest examples to RealFunction.
2015-04-15 Michael OrlitzkyWhitespace cleanup.
2013-06-04 Michael OrlitzkyBump dependencies, and move some Arbitrary code from...
2012-08-22 Michael OrlitzkyFlip bytes again before outputting the 3D data.
2012-08-22 Michael OrlitzkyMove the last two MRI-specific variables out of MRI...
2012-08-21 Michael OrlitzkyUse cmdargs to parse command-line arguments.
2012-08-19 Michael OrlitzkyFix MRI.hs for repa-3.2.
2012-05-30 Michael OrlitzkyUse lenient comparisons in two failing tests.
2012-04-17 Michael OrlitzkyFix all of the sequential operations with the caveat...
2012-04-17 Michael OrlitzkyMake the minimum number of changes necessary to work...
2011-11-07 Michael OrlitzkyRemove the 'h' parameter from the model entirely by...
2011-11-07 Michael OrlitzkyRemove redundant '$' operators.
2011-11-07 Michael OrlitzkyFix more hlint issues in Grid tests.
2011-11-07 Michael OrlitzkyFix some hlint issues.
2011-11-07 Michael OrlitzkyRemove the now-useless make_grid function.
2011-11-07 Michael OrlitzkyRemove an unused import of Comparisons.nearly_ge.
2011-11-07 Michael OrlitzkyRemove the Tetrahedron contains_point function and...
2011-11-07 Michael OrlitzkyRemove the coincident vertices guards from the Tetrahed...
2011-11-06 Michael OrlitzkyDrop the no-longer-useful ThreeDimensional class.
2011-10-31 Michael OrlitzkyRemove all "otherwise -> error" cases for performance...
2011-10-31 Michael OrlitzkyUpdate to repa3 (Ben Lippmeier).
2011-10-27 Michael OrlitzkyInline the polynomial function.
2011-10-27 Michael OrlitzkyComment some test-only functions.
2011-10-26 Michael OrlitzkyInline Tetrahedron functions volume, b0, b1, b2, and...
2011-10-26 Michael OrlitzkyRemove the Eq instance for Grids.
2011-10-26 Michael OrlitzkyInline find_containing_tetrahedron.
2011-10-26 Michael OrlitzkyDefine a custom 'Point' type instead of a 3-tuple so...
2011-10-25 Michael OrlitzkyRemove a redundant import.
2011-10-25 Michael OrlitzkyInline the dot product (Ben Lippmeier).
2011-10-25 Michael OrlitzkyRemove the Point.distance function and associated asser...
2011-10-25 Michael OrlitzkyAdd comments to the effect that some functions are...
2011-10-25 Michael OrlitzkyEliminate common subexpressions in Cube.hs (Ben Lippmeier).
2011-10-25 Michael OrlitzkyAdd bang patterns to the Misc module and use them to...
2011-10-25 Michael OrlitzkyAdd bang patterns to the Tetrahedron module (Ben Lippme...
2011-10-25 Michael OrlitzkyAdd bang patterns to the definition of Face (Ben Lippme...
2011-10-25 Michael OrlitzkyAdd bang patterns for the cube_at function (Ben Lippmeier).
2011-10-25 Michael OrlitzkyAdd bang patterns to the FunctionValues module (Ben...
2011-10-25 Michael OrlitzkyAdd bang patterns to the definition of Cube (Ben Lippme...
2011-10-15 Michael OrlitzkyRemove some dead code.
2011-10-15 Michael OrlitzkyDefine a few tests locally.
2011-10-11 Michael OrlitzkyUpdate some documentation.
2011-10-04 Michael OrlitzkyClean up the imports/exports between MRI and Main.
2011-10-04 Michael OrlitzkyUn-inline two functions.
next