Mercurial > hg > match-vamp
log src/Matcher.cpp @ 205:010b91e44098 memory
age | author | description |
---|---|---|
Fri, 27 Feb 2015 12:21:58 +0000 | Chris Cannam | Rename getRowRange/getColRange to make nature of arg clearer memory |
Fri, 27 Feb 2015 12:20:32 +0000 | Chris Cannam | Make getRowRange/getColRange operate on first matcher only memory |
Fri, 27 Feb 2015 12:09:43 +0000 | Chris Cannam | Make isRowAvailable/isColAvailable operate on first matcher only 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 |