log common.cpp @ 770:c54bc2ffbf92 tip

age author description
Thu, 22 Apr 2010 21:03:47 +0000 mas01cr begin work on sampling API
Tue, 05 Jan 2010 14:45:00 +0000 mas01cr Better RNG initialization
Tue, 11 Aug 2009 21:42:18 +0000 mas01cr Use _locking() to emulate fcntl() locks
Thu, 15 Jan 2009 13:57:33 +0000 mas01cr Code rearrangements to tease apart library code from C++ audioDB code.
Sat, 10 Jan 2009 20:01:53 +0000 mas01mc Fixed bug in LSH_N_POINT_BITS coding when using AudioDB with LSH indexes memory-leaks
Sat, 10 Jan 2009 16:47:57 +0000 mas01cr Merge api-inversion branch (-r656:771, but I don't expect to return to
Sat, 10 Jan 2009 15:33:25 +0000 mas01cr Mostly disentangle API from command-line binary. api-inversion
Wed, 31 Dec 2008 15:44:16 +0000 mas01cr Move audioDB::query over to audioDB.cpp api-inversion
Sun, 28 Dec 2008 18:44:08 +0000 mas01cr Start using the query state structure. api-inversion
Wed, 24 Dec 2008 10:57:18 +0000 mas01cr No more indata api-inversion
Wed, 24 Dec 2008 10:57:01 +0000 mas01cr No more trackOffsetTable api-inversion
Wed, 24 Dec 2008 10:55:32 +0000 mas01cr dataBuf is no more. api-inversion
Wed, 24 Dec 2008 10:55:28 +0000 mas01cr Delete char *db field from audioDB class. api-inversion
Wed, 03 Dec 2008 17:40:15 +0000 mas01cr Move the struct adb definition from the auidioDB_API.h into the api-inversion
Tue, 25 Nov 2008 16:41:01 +0000 mas01cr Invert audioDB::status / audiodb_status(). api-inversion
Mon, 24 Nov 2008 15:42:15 +0000 mas01cr Include some necessary information in struct adb. api-inversion
Fri, 21 Nov 2008 15:22:15 +0000 mas01cr Invert audiodb_create() / audioDB::create(). api-inversion
Wed, 12 Nov 2008 14:01:06 +0000 mas01cr Initialize UseApiError to 0 (false) in audioDB constructors. gcc-4.3-cleanups
Wed, 12 Nov 2008 10:21:06 +0000 mas01ik First version of the API, committed to the main trunk. Thanks Christophe, for all the help!
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.
Thu, 21 Aug 2008 19:16:21 +0000 mas01mc Added --adb_feature_root=path filename prefix for locating LARGE_ADB features with relative paths at QUERY time. Also added convenience argument --adb_root=path prefix for -d database command option. large_adb
Tue, 19 Aug 2008 20:27:15 +0000 mas01mc Added indexing support for O2_FLAG_LARGE_ADB. Tested on indexed query by features. No indexed query-by-key yet. No --lsh_exact yet. large_adb
Tue, 19 Aug 2008 15:50:26 +0000 mas01mc Ammended batchinsert and status to memory map featureFilenameTables, powerFileNameTable and timesFileNameTable for O2_FLAG_LARGE_ADB large_adb
Tue, 19 Aug 2008 14:27:21 +0000 mas01mc Adding large_adb support (up to 1M tracks) large_adb
Tue, 29 Jul 2008 22:01:17 +0000 mas01mc Completed merge of lshlib back to current version of the trunk.
Wed, 02 Jul 2008 13:53:23 +0000 mas01cr make the RNG a part of the audioDB object. sampling
Wed, 16 Apr 2008 09:59:43 +0000 mas01cr Commit patch deprecating the --size argument, replacing it with
Thu, 13 Dec 2007 14:23:32 +0000 mas01cr Merge refactoring branch.
Thu, 06 Dec 2007 15:28:40 +0000 mas01cr Port from trunk/ the fix for linux/OS X ABI mismatches refactoring
Wed, 28 Nov 2007 15:10:28 +0000 mas01cr Filewise refactor. refactoring