6
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 17, 2023 — Jan 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed the same bug in CellLocalizableByDimOutOfBoundsCursor, this was a really nasty bug More... over 14 years ago
Fixed a long standing bug in CellLocalizableByDimCursor. It requested the wrong cell in case setPosition( int, int ) was called after cell-changing fwd( int ) or back( int ) moves. More... over 14 years ago
* parameter refactor * print a lot of debug messages in OutOfBoundsStrategyPeriodic * skip ArrayContainers in ContainerTest * catch exception and print full stack trace in ContainerTest * try to simplify CellPositionableRasterSampler (that might be buggy but it's not the reason for the failure) * TestShapeList leaves out CellContainers for now More... over 14 years ago
* parameter refactor * print a lot of debug messages in OutOfBoundsStrategyPeriodic * skip ArrayContainers in ContainerTest * catch exception and print full stack trace in ContainerTest * try to simplify CellPositionableRasterSampler (that might be buggy but it's not the reason for the failure) * TestShapeList leaves out CellContainers for now More... over 14 years ago
Small changes in gauss kernel creation method More... over 14 years ago
Reorganize imglib into sub-projects. More... over 14 years ago
Merge branch 'maven' of dev.imagejdev.org:imglib into maven More... over 14 years ago
Tweak SCM connection strings. More... over 14 years ago
Add/update project description blurbs. More... over 14 years ago
Adjust license layout to match text of other projects. More... over 14 years ago
Add deployment server information. More... over 14 years ago
Use a common interface for planar access classes. More... over 14 years ago
Add 2D planar arrays to array container. More... over 14 years ago
Require Java 1.6 for imglib. More... over 14 years ago
Fix test class package names. More... over 14 years ago
Maven version of imglib project. More... over 14 years ago
Maven version of imglib project. More... over 14 years ago
Cell.getDimensions( int[] ) -> Cell.dimensions( int[] ) More... over 14 years ago
Added some Average/Min/Max functions for java.util.List More... over 14 years ago
* DirectAccessContianer.update( ... ) takes an Object instead of a RasterSampler. It is not entirely clear if we can constrain that type further. So far, it does not seems so. * tired work on Dynamic and ImagePlus, not yet ok... More... over 14 years ago
Interpolators implemented but not yet tested... More... over 14 years ago
LinearInterpolator1D, NearestNeighborInterpolator2D and 3D implemented but not yet tested... More... over 14 years ago
whitespace change More... over 14 years ago
whitespace change More... over 14 years ago
whitespace change More... over 14 years ago
whitespace change More... over 14 years ago
whitespace change - testing git works More... over 14 years ago
whitespace change - testing git works More... over 14 years ago
Removed link-chain concept. Instead of attaching Iterator/ Positionable links to any other linkable Iterators/ Positionables, we prefer now to build Iterators/Positionables that drive one, two or many Iterators/Positionables. That removes the potentially empty move-calls from the interfaces while providing the same amount of flexibility at least. More... over 14 years ago
finalized some parameters that should be final More... over 14 years ago