log query.cpp @ 512:6439cfba2524 memory-leaks

age author description
Sat, 10 Jan 2009 13:14:05 +0000 mas01mc added free() call for data_buffer at end of query_loop_points() memory-leaks
Sat, 10 Jan 2009 13:12:52 +0000 mas01mc removed defunct EXACT_MULT from query_loop_points() memory-leaks
Fri, 09 Jan 2009 22:12:57 +0000 mas01mc modified point-bits coding for indexing (BREAKS BACKWARDS COMPATIBILITY). Plugged file-descriptor leak in index.cpp
Fri, 09 Jan 2009 18:05:32 +0000 mas01mc Fixed memory leaks, added WS --no_unit_norming, and removed capping of LSH_N_POINT_BITS to 15 bits, instead allow any number of bits to encode points, remaining bits encode tracks
Tue, 06 Jan 2009 16:27:01 +0000 mas01cr const declarations for some API arguments. api-inversion
Tue, 06 Jan 2009 15:25:39 +0000 mas01cr Clean up some compiler warnings. api-inversion
Wed, 31 Dec 2008 15:44:16 +0000 mas01cr Move audioDB::query over to audioDB.cpp api-inversion
Wed, 31 Dec 2008 15:44:12 +0000 mas01cr YAY! api-inversion
Wed, 31 Dec 2008 12:25:22 +0000 mas01cr Almost there! api-inversion
Tue, 30 Dec 2008 23:56:57 +0000 mas01cr No more audioDB::index_allocate and audioDB::index_init_query api-inversion
Tue, 30 Dec 2008 15:38:59 +0000 mas01cr audioDB::query_loop and audioDB::query_loop_points are no more. api-inversion
Tue, 30 Dec 2008 15:38:55 +0000 mas01cr Simplify audioDB::query_loop_points. api-inversion
Tue, 30 Dec 2008 15:38:50 +0000 mas01cr Factor out some bits of audiodb_query_spec_qpointers() api-inversion
Tue, 30 Dec 2008 10:36:01 +0000 mas01cr Convert index-finding logic to C functions. api-inversion
Sun, 28 Dec 2008 22:43:50 +0000 mas01cr No more global shingle vector of vectors. api-inversion