]> gitweb.michael.orlitzky.com - spline3.git/shortlog
spline3.git
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.
2011-10-04 Michael OrlitzkyUpdate the TODO once more.
2011-10-04 Michael OrlitzkyClean up the imports/exports between MRI and Main.
2011-10-04 Michael OrlitzkyUn-inline two functions.
2011-10-04 Michael OrlitzkyClean up imports/exports.
2011-10-04 Michael OrlitzkyImport explicitly in Assertions.hs.
2011-10-04 Michael OrlitzkyImport from FunctionValues explicitly.
2011-10-04 Michael OrlitzkyPerformance improvement: don't compute coefficients...
2011-10-04 Michael OrlitzkyExport the record accessors from FunctionValues.
2011-10-04 Michael OrlitzkyFix value_at for 2d slices.
2011-10-04 Michael OrlitzkyUpdate the README and TODO.
2011-10-04 Michael OrlitzkyUse test options to specify a 1000-test requirement.
2011-10-04 Michael OrlitzkyUpdate the arbitrary instance for Cube to use smaller...
2011-10-04 Michael OrlitzkyDon't output function values when 'show'ing a cube.
2011-10-04 Michael OrlitzkyUse a sensible definition for the all volumes positive...
2011-10-03 Michael OrlitzkyGo back to the "simplified" determinant formula in...
2011-10-03 Michael OrlitzkyUse a slightly more stable (I think?) formula for the...
2011-10-02 Michael OrlitzkyUse the cleaner formula for 'det'.
2011-10-02 Michael OrlitzkyImplement my own 4x4 determinant.
2011-10-02 Michael OrlitzkyReclassify some Grid tests as "slow."
next