log audioDB.h @ 770:c54bc2ffbf92 tip

age author description
Sat, 15 Oct 2011 17:28:07 +0000 mas01mc Adding Kullback-Leibler divergence as alternate distance function
Thu, 22 Apr 2010 21:04:10 +0000 mas01cr actually implement the sampling functionality requested
Thu, 22 Apr 2010 21:03:47 +0000 mas01cr begin work on sampling API
Fri, 05 Mar 2010 16:00:58 +0000 mas01cr rename struct adbfoo to struct adb_foo
Tue, 05 Jan 2010 16:44:03 +0000 mas01cr Remove unused query_from_key_index field in audioDB object
Tue, 05 Jan 2010 14:45:00 +0000 mas01cr Better RNG initialization
Wed, 14 Oct 2009 12:12:37 +0000 mas01cr Protect <sys/mman.h> in audioDB.h against being included with mingw
Tue, 11 Aug 2009 21:42:18 +0000 mas01cr Use _locking() to emulate fcntl() locks
Mon, 06 Jul 2009 11:52:21 +0000 mas01cr Decorate audioDB::error with the noreturn attribute
Wed, 24 Jun 2009 11:42:32 +0000 mas01mj Rejig to put version info directly into gengetopt.in version.
Wed, 24 Jun 2009 11:36:20 +0000 mas01mj Added propset to pull in version number
Wed, 11 Feb 2009 12:38:03 +0000 mas01cr Implement a rudimentary API for audioDB::liszt
Mon, 02 Feb 2009 17:41:02 +0000 mas01mc DELETED LSH_N_POINT_BITS coding. Tracks and points are now identified with a binary search, std::lower_bound(), on *adb->track_offsets return from LSH retrieval. multiprobeLSH
Thu, 15 Jan 2009 13:57:33 +0000 mas01cr Code rearrangements to tease apart library code from C++ audioDB code.