Mercurial > hg > audiodb
log create.cpp @ 390:f20571eeb9a6 api-inversion
age | author | description |
---|---|---|
Mon, 24 Nov 2008 12:45:54 +0000 | mas01cr | Really free allocated memory, even on normal(!) exit... api-inversion |
Mon, 24 Nov 2008 12:42:17 +0000 | mas01cr | More careful audiodb_create() api-inversion |
Fri, 21 Nov 2008 15:22:15 +0000 | mas01cr | Invert audiodb_create() / audioDB::create(). api-inversion |
Wed, 12 Nov 2008 15:23:29 +0000 | mas01cr | check return values of read() and write(), erroring out on an error gcc-4.3-cleanups |
Thu, 21 Aug 2008 21:28:33 +0000 | mas01mc | Merge of branches/large_adb -r 514:524 onto the trunk. No conflicts. Added LARGE_ADB support. Turn on with --ntracks 20001 or greater. Use --adb_feature_root to locate feature files at QUERY time. A bug fix in LSH indexing that was incorrectly thresholding large numbers of shingles. |
Wed, 20 Aug 2008 13:50:58 +0000 | mas01mc | working LARGE_ADB support. Activiate at creation time with -N --ntracks 20001 or greater, or with --datasize 1356 or greater, or both. LARGE_ADB blocks non-indexed QUERY. large_adb |