]> gitweb.michael.orlitzky.com - spline3.git/shortlog
spline3.git
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.
2012-08-22 Michael OrlitzkyUpdate the doc target.
2012-08-22 Michael OrlitzkyRemove the old (unused) doc/html directory.
2012-08-22 Michael OrlitzkyRemove the unused example1.py/spline3.lyx paper that...
2012-08-21 Michael OrlitzkyUse cmdargs to parse command-line arguments.
2012-08-21 Michael OrlitzkyAdd dependencies on cmdargs and MissingH.
2012-08-19 Michael OrlitzkyRemove the test-framework-doctest dependency.
2012-08-19 Michael OrlitzkyFix MRI.hs for repa-3.2.
2012-08-19 Michael OrlitzkyUpdate repa, quickcheck, and doctest version bounds.
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...
2012-04-17 Michael OrlitzkyBump dependencies in the cabal file.
2012-01-18 Michael OrlitzkyRemove the bin/.gitignore file.
2012-01-03 Michael OrlitzkyUpdate the cabal file for ghc-7.4.
2011-11-27 Michael OrlitzkyRemove the README since the cabal file now lists depend...
2011-11-27 Michael OrlitzkyUpdate the hscolour_srcs script to use the Cabal filesy...
2011-11-27 Michael OrlitzkyUpdate the makefile to use Cabal.
2011-11-27 Michael OrlitzkyAdd an empty Setup.hs file for Cabal.
2011-11-27 Michael OrlitzkyAdd a cabal file.
2011-11-08 Michael OrlitzkyRemove the repa3 includes from the GHC command-line...
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 OrlitzkyAdd Repa 3 to the README.
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-25 Michael OrlitzkyAdd -funbox-strict-fields to OPTIMIZATIONS (Ben Lippmeier).
2011-10-18 Michael OrlitzkyAdd the MRI data, now that we know it works, and remove...
2011-10-15 Michael OrlitzkyAdd another TODO.
2011-10-15 Michael OrlitzkyRemove some dead code.
2011-10-15 Michael OrlitzkyClean up the makefile a little bit and add an 'hpc...
2011-10-15 Michael OrlitzkyAdd a TODO item.
2011-10-15 Michael OrlitzkyDefine a few tests locally.
2011-10-11 Michael OrlitzkyUpdate some documentation.
next