log Makefile @ 520:0767731a6cce multiprobeLSH

age author description
Mon, 26 Jan 2009 13:19:09 +0000 mas01mc Fixed boundary {-1,+1} order, array syntax in generate_multiprobe_keys(), boundary error in MultiProbe::valid() multiprobeLSH
Mon, 26 Jan 2009 05:42:15 +0000 mas01mc lshlib MultiProbe glue added. Compiles and links against audioDB. Fails LSH tests at the moment. multiprobeLSH
Fri, 23 Jan 2009 21:44:32 +0000 mas01mc Added hook for dumping LSH INDEX tables on load via compile-time switch: -DLSH_DUMP_CORE_TABLES
Thu, 15 Jan 2009 13:57:33 +0000 mas01cr Code rearrangements to tease apart library code from C++ audioDB code.
Tue, 13 Jan 2009 21:37:06 +0000 mas01cr Makefile fixup.
Tue, 13 Jan 2009 21:26:21 +0000 mas01cr Makefile improvements from library/application separation.
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
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
Wed, 24 Dec 2008 10:55:56 +0000 mas01cr begin pushing an adb_query_spec_t * all the way through query. api-inversion
Wed, 03 Dec 2008 14:53:20 +0000 mas01cr Invert audioDB::l2norm / audiodb_l2norm() api-inversion
Thu, 27 Nov 2008 16:22:52 +0000 mas01cr Invert audioDB::power_flag / audiodb_power() 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
Mon, 24 Nov 2008 11:12:56 +0000 mas01cr Make everything depend on audioDB_API.h. api-inversion
Mon, 24 Nov 2008 09:38:35 +0000 mas01cr Move "liszt" command into its own file. api-inversion
Fri, 14 Nov 2008 14:10:49 +0000 map01bf The Makefile has been altered so that when running it on a darwin system
Thu, 13 Nov 2008 17:09:51 +0000 mas01cr Add library SONAME versioning.
Thu, 13 Nov 2008 15:31:54 +0000 mas01cr Make clean a dependency of distclean Makefile target.
Thu, 13 Nov 2008 12:54:15 +0000 mas01cr Proper dependency information for audioDB.cpp:
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:31 +0000 mas01cr Only compile cmdline.c once 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 10:21:06 +0000 mas01ik First version of the API, committed to the main trunk. Thanks Christophe, for all the help!
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.
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
Tue, 12 Aug 2008 14:25:51 +0000 mas01mc Fixed memory leak in query_loop_points(). Was causing memalloc failure on multiple WS queries with lsh_exact flag on
Tue, 12 Aug 2008 01:21:44 +0000 mas01mc working SIIGRAPH08 version. Fixed powerTable mmap memory leak in WS calls (only showed up in big databases). Implements radius queries over WS with new wsdl file
Tue, 29 Jul 2008 22:01:17 +0000 mas01mc Completed merge of lshlib back to current version of the trunk.
Wed, 02 Jul 2008 17:14:10 +0000 map01bf modifed the makefile to correctly link to gsl on a mac
Wed, 02 Jul 2008 14:20:28 +0000 mas01cr Some tidying up post-merge of sampling branch:
Wed, 02 Jul 2008 14:07:10 +0000 mas01cr Merge sampling branch (-r361:405, though I hope that the branch is now
Tue, 17 Jun 2008 11:43:40 +0000 mas01cr Add utility for quickly computing x_threshold value. sampling
Mon, 16 Jun 2008 11:15:15 +0000 mas01cr Write y / yinv functions (using the GNU Scientific Library); use them sampling
Sat, 14 Jun 2008 17:13:26 +0000 mas01cr Add initial sampling of database distances. Zillions of FIXME comments sampling
Mon, 17 Dec 2007 16:44:37 +0000 mas01cr Merge trunk changes -r314:325 audiodb-debian
Mon, 17 Dec 2007 16:12:09 +0000 mas01cr Make x86-64 OS X machines build in 64-bit mode by default.
Fri, 14 Dec 2007 14:41:37 +0000 mas01cr Merge trunk changes -r290:313 into audiodb-debian branch. audiodb-debian
Thu, 13 Dec 2007 14:23:32 +0000 mas01cr Merge refactoring branch.
Wed, 12 Dec 2007 10:58:24 +0000 mas01cr OAOO for the trackPointQuery and trackSequenceQueryNN Reporter classes. refactoring
Mon, 10 Dec 2007 18:20:08 +0000 mas01cr 32-bit LARGEFILE support refactoring
Tue, 04 Dec 2007 09:16:48 +0000 mas01cr Use "override CFLAGS+=" in Makefile. refactoring
Wed, 28 Nov 2007 15:13:22 +0000 mas01cr Minor makefile improvement refactoring
Wed, 28 Nov 2007 15:10:28 +0000 mas01cr Filewise refactor. refactoring
Tue, 06 Nov 2007 17:16:32 +0000 mas01cr Merge trunk changes -r156:196 to audiodb-debian branch. audiodb-debian
Tue, 06 Nov 2007 10:52:32 +0000 mas01cr Even more defensive command-line checking:
Wed, 24 Oct 2007 13:29:30 +0000 mas01cr Make the Makefile sufficiently generic to be usable on OS X.
Wed, 24 Oct 2007 11:57:20 +0000 mas01cr Make the makefile have more variables (for potential unification of
Tue, 23 Oct 2007 19:57:06 +0000 mas01cr Merge trunk changes -r146:155 to audio-debian branch. audiodb-debian
Tue, 23 Oct 2007 18:42:14 +0000 mas01cr Fix the clean target for the new HELP/README text files.
Tue, 23 Oct 2007 18:38:57 +0000 mas01cr Don't autogenerate README.txt now that that's a real source file.
Thu, 18 Oct 2007 13:30:57 +0000 mas01cr Compile with -g by default; real compilers can both optimize and keep
Wed, 17 Oct 2007 14:14:02 +0000 mas01cr Merge trunk changes -r129:142 to audiodb-debian branch audiodb-debian
Fri, 12 Oct 2007 09:16:11 +0000 mas01cr Make the executable depend on audioDB.h too
Mon, 01 Oct 2007 14:40:08 +0000 mas01cr Merge trunk changes -r52:93 onto audiodb-debian branch audiodb-debian
Thu, 27 Sep 2007 09:27:54 +0000 mas01cr Minor Makefile and test driver improvements
Thu, 27 Sep 2007 09:15:34 +0000 mas01cr Makefile improvements: new test target and .PHONY declarations
Thu, 20 Sep 2007 14:29:03 +0000 mas01cr Sort out the mess that I made of the Makefile
Thu, 20 Sep 2007 13:54:28 +0000 mas01cr Make the system compile without warnings, and turn on -Werror for