Mercurial > hg > audiodb
log lshlib.cpp @ 299:b10ad7b6427f
age | author | description |
---|---|---|
Fri, 01 Aug 2008 15:45:10 +0000 | mas01mc | fixed recently-introduced strict point ordering bug when LSH index is initially empty |
Fri, 01 Aug 2008 15:04:31 +0000 | mas01mc | fixed file size allocation for FORMAT2 files. Made LSH index size() in bytes an unsigned long long. Changed the name of lsh_inCore flag to lsh_on_disk (to reverse the sense of the 'flag'). |
Wed, 30 Jul 2008 18:00:50 +0000 | mas01mc | fixed UNIT_TEST_LSH.cpp to work with refactored lshlib and fixed default LSH file FORMAT on serialization. |
Wed, 30 Jul 2008 15:22:22 +0000 | mas01mc | Refactored LSH interface to separate hashfunctions and parameters from insertion/retrieval/serialization |
Tue, 29 Jul 2008 22:01:17 +0000 | mas01mc | Completed merge of lshlib back to current version of the trunk. |