]> gitweb.michael.orlitzky.com - spline3.git/shortlog
spline3.git
2022-08-28 Michael Orlitzkyspline3.cabal: update to v1.0.1. master 1.0.1
2022-08-28 Michael Orlitzkyspline3.cabal: remove unused dependencies.
2022-08-28 Michael Orlitzkyspline3.cabal: update for newer cabal and ghc-9.x.
2022-08-28 Michael Orlitzkymakefile,spline3.cabal: move ghc-options to the makefile.
2022-08-28 Michael Orlitzkymakefile: rename "test" target to "check".
2019-03-05 Michael Orlitzkymakefile: remove unused FLAGS variable.
2019-03-05 Michael Orlitzkyspline3.cabal: set version to 1.0.0.
2019-03-05 Michael Orlitzkymakefile: remove deprecated "hscolour" pass over docs.
2019-03-05 Michael Orlitzkymakefile: remove unused "make llvm" and "make profile...
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 Orlitzkytest/TestSuite.hs: enable missing "function_values_prop...
2019-03-05 Michael Orlitzkytest/TestSuite.hs: make all imports explicit.
2019-03-05 Michael Orlitzkytest/Doctests.hs: use explicit import lists.
2019-03-05 Michael Orlitzkytest/{Doctests,TestSuite}.hs: add explicit export lists.
2019-03-05 Michael Orlitzkysrc/Misc.hs: add a type signature to eliminate polymorp...
2019-03-05 Michael Orlitzkyspline3.cabal: enable a lot more warnings by default.
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 Orlitzkyspline3.cabal: remove "-prof" from the profiling flags...
2019-03-05 Michael Orlitzkyspline3.cabal: remove untested and probably-busted...
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...
2019-03-05 Michael Orlitzkyspline3.cabal: add other-modules for the test suite...
2019-03-05 Michael Orlitzkyspline3.cabal: add Paths_spline3 to other-modules to...
2017-12-05 Michael Orlitzkyspline3.cabal: loosen repa dependency bounds (any 3...
2016-11-08 Michael OrlitzkySwitch from GPL-3 to AGPL-3 and update the project...
2015-04-17 Michael OrlitzkyRemove the hpc build flag to appease Hackage. 0.0.2
2015-04-17 Michael OrlitzkyInstate Repa upper bound (due to its GHC dependency). 0.0.1
2015-04-17 Michael OrlitzkySet cabal version to 0.0.1.
2015-04-16 Michael OrlitzkyFix typo.
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 OrlitzkyBump non-test dependencies in the cabal file.
2015-04-15 Michael OrlitzkyAdd some doctest examples to RealFunction.
2015-04-15 Michael OrlitzkyPass -isrc to doctest directly (without --optghc).
2015-04-15 Michael OrlitzkyWhitespace cleanup.
2013-06-04 Michael OrlitzkyBump dependencies, and move some Arbitrary code from...
2012-11-30 Michael OrlitzkyBump deps for ghc-7.6.
2012-10-12 Michael OrlitzkyBump the cmdargs dep to 0.10.*.
2012-08-24 Michael OrlitzkyRemove the TODO; "add more documentation" is an implici...
2012-08-24 Michael OrlitzkyRemove the plain text README now that the webpage works.
2012-08-24 Michael OrlitzkyUpdate all 3D result images.
2012-08-24 Michael OrlitzkyRemove the 'src_html' makefile target and replace it...
2012-08-22 Michael OrlitzkyAdd a preliminary README.
2012-08-22 Michael OrlitzkyAdd the python script used to view the 3D input/results.
2012-08-22 Michael OrlitzkyFlip bytes again before outputting the 3D data.
2012-08-22 Michael OrlitzkyRecreate the MRI data, something went wrong with it.
2012-08-22 Michael OrlitzkyMove the last two MRI-specific variables out of MRI...
2012-08-22 Michael OrlitzkyRemove the hscolour_srcs script, praying that Cabal...
2012-08-22 Michael OrlitzkyAdd images of some results.
2012-08-22 Michael OrlitzkyAdd a LICENSE file.
next