log

age author description
Wed, 12 Nov 2008 15:40:40 +0000 mas01cr Merge gcc-4.3-cleanups branch (-r629:642, but I consider that branch as
Wed, 12 Nov 2008 15:23:32 +0000 mas01cr gcc-4.3 warning cleanups for lshlib.cpp gcc-4.3-cleanups
Wed, 12 Nov 2008 15:23:31 +0000 mas01cr Only compile cmdline.c once gcc-4.3-cleanups
Wed, 12 Nov 2008 15:23:30 +0000 mas01cr deal with the write() calls in implementation of the API, too. gcc-4.3-cleanups
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
Wed, 12 Nov 2008 14:05:26 +0000 mas01cr One more set of braces to avoid ambiguous `else's gcc-4.3-cleanups
Wed, 12 Nov 2008 14:01:09 +0000 mas01cr More parentheses in ALIGN_FOO_UP() macros. gcc-4.3-cleanups
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 13:05:14 +0000 mas01cr Add some braces to avoid ambiguous `else's. gcc-4.3-cleanups
Wed, 12 Nov 2008 13:05:13 +0000 mas01cr Fix a buffer-overrun detected (statically!) by gcc gcc-4.3-cleanups
Wed, 12 Nov 2008 13:05:12 +0000 mas01cr one more bit of const correctness. gcc-4.3-cleanups
Wed, 12 Nov 2008 13:05:10 +0000 mas01cr YET MORE CONST-CORRECTNESS. gcc-4.3-cleanups
Wed, 12 Nov 2008 13:05:09 +0000 mas01cr $(LIBRARY) makefile target doesn't need GSOAP_INCLUDE. gcc-4.3-cleanups
Wed, 12 Nov 2008 13:05:08 +0000 mas01cr apparently main()'s argc is an int, not an unsigned. Who knew? gcc-4.3-cleanups
Wed, 12 Nov 2008 12:02:49 +0000 mas01cr Branch for cleaning up all the gcc-4.3 warnings and errors. 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!
Fri, 07 Nov 2008 12:48:26 +0000 mas01mc Added serialized feature query Web Service, server-side only, example Python script: QueryADB.py -v pre_api
Fri, 07 Nov 2008 12:18:43 +0000 mas01mc serialized features query complete and tested serializedQuery
Thu, 06 Nov 2008 22:57:39 +0000 mas01mc serialized query now with power. serializedQuery
Thu, 06 Nov 2008 16:07:57 +0000 mas01mc completed serialized shingle query, with some initial testing using QueryADB.py -v serializedQuery
Thu, 06 Nov 2008 08:54:40 +0000 mas01mc serialized shingle query added to WS, compiles but not tested serializedQuery
Mon, 27 Oct 2008 11:09:34 +0000 mas01mc Adding QueryADB.py python library for audioDB query over SOAP serializedQuery
Mon, 27 Oct 2008 11:08:13 +0000 mas01mc New branch for serialized queries over SOAP serializedQuery
Wed, 08 Oct 2008 17:23:15 +0000 mas01cr remove -h flag for sequencehop, restoring buildability with
Wed, 08 Oct 2008 13:55:16 +0000 mas01cr Fix for building cmdline.c with required architecture flags on OS X.
Wed, 08 Oct 2008 11:06:11 +0000 mas01cr Quieten newer compilers with MORE CONST CORRECTNESS.
Tue, 07 Oct 2008 21:03:26 +0000 mas01mc unionized punning of the sbucket.snext field into {subucket* ptr, unsigned numBuckets}snext; so that list-head code is 64-bit friendly.
Tue, 07 Oct 2008 20:08:22 +0000 mas01mc added portable C++ reinterpret_cast<Uns32T> instead of C-style cast to fix 64-bit compile error in query.cpp. This is in advance of re-writing bucket class to include a union{} of pointer and counter fields.
Tue, 07 Oct 2008 18:41:38 +0000 mas01mc make error message reflect boundary condition when queryPoint >= numVectors-sequenceLength+1
Sun, 21 Sep 2008 09:33:57 +0000 mas01mc fixed error when queryPoint was one-past-the-end of the query track. Added test for this case.
Wed, 10 Sep 2008 18:55:16 +0000 mas01mc Added LSH_CORE_ARRAY structure for hashtables instead of linked lists. Maintained Backwards Compatibiliity with indexes build for linked list format. Added tests for indexing and merging. Tested backwards compatibility OK.\n\n The purpose of the LSH_CORE_ARRAY data structure is greater space efficiency and L1/2 cache usage. Essential for multiple indexes with multiple hashtables in RAM
Fri, 05 Sep 2008 20:01:58 +0000 mas01mc Added new INDEX tests: LARGE_ADB, PATH PREFIX, cmdline and WS. Removed redundant feature PREFIX in audioDB.cpp. Moved tests/0050 to tests/0041 so INDEX tests are all in 0040-0049 range.