]> gitweb.michael.orlitzky.com - spline3.git/shortlog
spline3.git
2011-09-20 Michael OrlitzkyGet rid of the chunk code, and recompute the grid withi...
2011-09-20 Michael OrlitzkyMove the Tetrahedron tests into the Tetrehedron module.
2011-09-14 Michael OrlitzkyAdd a chunked version of zoom.
2011-09-14 Michael OrlitzkySwitch the default compiler back to GHC.
2011-09-14 Michael OrlitzkyAdd some convenience functions to write chunks/slices...
2011-09-14 Michael OrlitzkyAdd some junk to Main where I am experimenting.
2011-09-14 Michael OrlitzkyAdd transpose_zx and z_slice3 functions to MRI.
2011-09-14 Michael OrlitzkyAdd an export list to Examples.
2011-09-09 Michael OrlitzkyMake Main a little more amenable to changes.
2011-09-09 Michael OrlitzkyBracket doubles instead of ints. This gives us /slightl...
2011-09-08 Michael OrlitzkyRemove the Tetrahedron 'number' field from tests.
2011-09-08 Michael OrlitzkyRemove the Tetrahedron 'number' field.
2011-09-08 Michael OrlitzkyOne-line cleanup.
2011-09-08 Michael OrlitzkyForce a few maps in the MRI module.
2011-09-08 Michael OrlitzkyAdd MRI to Everything.
2011-09-08 Michael OrlitzkyAdd -caf-all to the profile targets.
2011-09-07 Michael OrlitzkyModify Main/MRI to operate on the scalar values (as...
2011-09-07 Michael OrlitzkyAdd the 'drop_z' function.
2011-09-07 Michael OrlitzkyGeneralize 'Values' to n-dimensions; create type synon...
2011-09-07 Michael OrlitzkyAdd the MRI code as it is after its first successful...
2011-09-07 Michael OrlitzkyMerge branch 'uncached_vector'
2011-09-07 Michael OrlitzkyFix a comment.
2011-09-07 Michael OrlitzkyUse unsafe versions of index and traverse.
2011-09-07 Michael OrlitzkyConvert the polynomial sum to a vector sum.
2011-09-07 Michael OrlitzkySet zoom to 4x.
2011-09-07 Michael Orlitzky4x, completely uncached.
2011-09-06 Michael OrlitzkyFix the one failing test and its documentation.
2011-09-06 Michael OrlitzkyFix a few test warnings and one documentation warning.
2011-09-05 Michael OrlitzkyChange some names in the test suite.
2011-09-05 Michael OrlitzkyUpdate the 'disjoint' function to work on Vectors inste...
2011-09-05 Michael OrlitzkyUpdate the Cube tests to match the new code.
2011-09-05 Michael OrlitzkyAdd back an accidentally-deleted line.
2011-09-05 Michael OrlitzkySpeed up the find_containing_tetrahedron function by...
2011-09-05 Michael OrlitzkyUse pattern matching in the 'center' function. Might...
2011-09-05 Michael OrlitzkyAdd the 'dot' function for Points.
2011-09-05 Michael OrlitzkyMake a LLVM/GCC distinction in the profile targets.
2011-09-04 Michael OrlitzkyMemoize the zoom function via PolynomialArray.
2011-09-04 Michael OrlitzkyFix the Cube tests re: the 'tetrahedron' change.
2011-09-04 Michael OrlitzkyUse one top-level function, 'tetrahedron', and take...
2011-09-04 Michael OrlitzkyAdd the "number" field for tetrahedra.
2011-09-04 Michael OrlitzkyAdd the PolynomialArray module.
2011-09-04 Michael OrlitzkyAdd another TODO.
2011-09-04 Michael OrlitzkyMove the Grid tests into the Grid module.
2011-09-03 Michael OrlitzkyMove the Cardinal tests into the Cardinal module.
2011-09-03 Michael OrlitzkyA bunch more test cleanup.
2011-09-03 Michael OrlitzkyDefault to compiling with llvm.
2011-09-03 Michael OrlitzkyMove the FunctionValues tests into the FunctionValues...
2011-09-03 Michael OrlitzkyAdd some C optimizations.
2011-09-02 Michael OrlitzkyOnly compute 'cubes' once, and store it in a new Grid...
2011-09-02 Michael OrlitzkyFix (I think) the cube offset issue.
2011-09-02 Michael OrlitzkyFinish the precomputed_volume optimization.
2011-09-02 Michael OrlitzkyFix a few test warnings.
2011-09-02 Michael OrlitzkyBegin writing the precomputed_volume feature again.
2011-09-02 Michael OrlitzkyRevert "Attempt to use precomputed volumes everywhere...
2011-09-02 Michael OrlitzkyAttempt to use precomputed volumes everywhere, tests...
2011-09-02 Michael OrlitzkyAdd a new test group, slow_tests, that is run after...
2011-09-02 Michael OrlitzkyMake test_trilinear9x9x9_reproduced slow again.
2011-09-02 Michael OrlitzkyAdd another guard on calculate_containing_cube_coordinate.
2011-09-02 Michael OrlitzkyLimit the size of arbitrary Values3D, and prevent empty...
2011-09-02 Michael OrlitzkyFix the broken Arbitrary instance of Values3D.
2011-09-02 Michael OrlitzkySpeed up the Tetrahedron contains_point function by...
2011-09-02 Michael OrlitzkyUse an IArray for the cubes and cube_at functions.
2011-09-01 Michael OrlitzkyAdd the data folder with a .gitignore.
2011-09-01 Michael OrlitzkyAdd tests for some functions used in the new 'find_cont...
2011-09-01 Michael OrlitzkyReplace the 'find_containing_tetrahedra' function with...
2011-09-01 Michael OrlitzkyAdd the 'disjoint' function.
2011-08-31 Michael OrlitzkyEven more Tetrahedron de-dupe.
2011-08-31 Michael OrlitzkyRemove some completed TODO entries.
2011-08-31 Michael OrlitzkySpeed up the trilinear9x9x9 test.
2011-08-31 Michael OrlitzkyDe-dupe some more Tetrahedron tests.
2011-08-31 Michael OrlitzkyAdd -fno-spec-constr-count to the GHC command line.
2011-08-30 Michael OrlitzkyCombine some Tetrahedron tests.
2011-08-30 Michael OrlitzkyReduce more duplication in the Grid tests.
2011-08-30 Michael OrlitzkyFix two minor hLint warnings.
2011-08-30 Michael OrlitzkyCombine a bunch of Grid tests into a Test.Framework...
2011-08-30 Michael OrlitzkyFix some more hLint warnings.
2011-08-29 Michael OrlitzkyClean up some hLint warnings.
2011-08-29 Michael OrlitzkyAdd the current Main module, which works alrightish.
2011-08-29 Michael OrlitzkyModify the Grid module to use ScaleFactors.
2011-08-29 Michael OrlitzkyModify the Values module to use ScaleFactors instead...
2011-08-29 Michael OrlitzkyIncrease theta by an order of magnitude, fixing one...
2011-08-29 Michael OrlitzkyAdd the ScaleFactor module and type, allowing us to...
2011-08-28 Michael OrlitzkyTranspose all of the example lists.
2011-08-28 Michael OrlitzkyAdd the Misc.transpose_xz function.
2011-08-28 Michael OrlitzkyUn-transpose the x,z coordinates in the Values.idx...
2011-08-28 Michael OrlitzkyFix the tetrahedron collision detection.
2011-08-28 Michael OrlitzkyAdd the theta tolerance and nearly_equals, nearly_ge...
2011-08-28 Michael OrlitzkyMove the tetrahedra collision sensitivity test before...
2011-08-28 Michael OrlitzkyAdd another 1x20x1 example vector.
2011-08-28 Michael OrlitzkyMake cube_at either return a cube or error instead...
2011-08-27 Michael OrlitzkyAdd a test: test_tetrahedra_collision_sensitivity.
2011-08-27 Michael OrlitzkyAdd the Values module to Everything.
2011-08-26 Michael OrlitzkyCorrect an error in the value_at function.
2011-08-26 Michael OrlitzkyChoose a nearby value instead of zero when asked for...
2011-08-24 Michael OrlitzkyReplace TypeSynonymInstances with FlexibleInstances...
2011-08-24 Michael OrlitzkyRemove an unused Misc import.
2011-08-24 Michael OrlitzkyInline the two inner functions of the zoom traversal.
2011-08-24 Michael OrlitzkyRemove the x_coord, y_coord, and z_coord functions...
2011-08-24 Michael OrlitzkyChange "find_containing_cubes" to "find_containing_cube...
2011-08-24 Michael OrlitzkyUndo the previous FunctionValues test fix.
next