log src/Finder.cpp @ 215:0df914e353e1

age author description
Thu, 05 Mar 2015 10:59:32 +0000 Chris Cannam Fix some erroneous uses of -1 where INVALID_PATHCOST was intended
Fri, 27 Feb 2015 14:14:42 +0000 Chris Cannam Naming
Fri, 27 Feb 2015 12:21:58 +0000 Chris Cannam Rename getRowRange/getColRange to make nature of arg clearer memory
Fri, 27 Feb 2015 11:38:04 +0000 Chris Cannam Stats memory
Thu, 26 Feb 2015 15:52:16 +0000 Chris Cannam Normalised path costs should use a different type from un-normalised ones (because they are in a different range) re-minimise
Thu, 26 Feb 2015 12:19:17 +0000 Chris Cannam distance_t * diagonalWeight might not fit in distance_t; use pathcost_t for it. Also remove C-style casts. re-minimise