log audioDB.cpp @ 31:9503faa2981c

age author description
Tue, 21 Aug 2007 17:05:20 +0000 mas01cr Don't truncate on creation: instead error if the requested database file
Tue, 21 Aug 2007 16:59:33 +0000 mas01cr Add fcntl() locking to the database file handle.
Thu, 16 Aug 2007 11:42:19 +0000 mas01cr Merged trunk changes -r39:43 onto audiodb-debian branch audiodb-debian
Thu, 16 Aug 2007 11:39:46 +0000 mas01cr add a forWrite flag to audioDB::initTables() so that clients can specify
Thu, 16 Aug 2007 11:19:35 +0000 mas01cr Cosmetic error message string fix.
Thu, 16 Aug 2007 10:04:55 +0000 mas01cr Merged trunk changes -r30:38 onto audiodb-debian branch audiodb-debian
Thu, 16 Aug 2007 08:51:00 +0000 mas01cr Pass the needed "-d" flag to the audioDB constructor in adb__status
Mon, 13 Aug 2007 23:25:16 +0000 mas01mc New major version, mostly tested: both sequence queries (-Q seq --pointnn N and -Q seq --radius R) now work, all reported distances are Euclidean.
Mon, 13 Aug 2007 19:14:33 +0000 mas01mc minor revisions: mainly tidying up naming conventions (segment->track)
Fri, 10 Aug 2007 04:52:33 +0000 mas01mc added Euclidean distance for sequences with -R (--radus) (via dot product of unit norm vectors), re-worked L2-norm behaviour, fixed a load of bugs there, fixed shingle norming. Cosine dist sequence match not working now because of L2 norm behaviour
Thu, 02 Aug 2007 11:34:27 +0000 mas01cr Merged trunk changes -r14:29 onto audiodb-debian branch audiodb-debian
Thu, 26 Jul 2007 14:56:47 +0000 mas01mc fixed keyList loop logic for segment search
Thu, 26 Jul 2007 14:08:11 +0000 mas01mc fixed keyList logic (in sequence match only) to avoid halting just because the database's last key was visited before end of keylist sequence.
Thu, 26 Jul 2007 10:14:51 +0000 mas01mc munmap on batch insert, removed 'ignore' command line option -g