Mon, 01 Oct 2007 14:40:08 +0000 |
mas01cr |
Merge trunk changes -r52:93 onto audiodb-debian branch
audiodb-debian
|
Mon, 01 Oct 2007 14:30:58 +0000 |
mas01cr |
Slightly more bullet-proof server. In audioDB::error(), We check to see
|
Mon, 01 Oct 2007 13:54:22 +0000 |
mas01cr |
Make the status request Web Services enabled.
|
Mon, 01 Oct 2007 13:32:55 +0000 |
mas01cr |
Whoops. %lud is not "long unsigned int", it's "long unsigned int + d".
|
Thu, 27 Sep 2007 09:28:23 +0000 |
mas01cr |
Fix trackNN/pointNN confusion leading to segfaults in optimized code for
|
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, 27 Sep 2007 07:42:24 +0000 |
mas01cr |
Add short description files for existing tests
|
Wed, 26 Sep 2007 15:14:54 +0000 |
mas01cr |
Fix various off-by-one errors in the radius search (makes tests/0010
|
Wed, 26 Sep 2007 15:12:49 +0000 |
mas01cr |
Add (failing, but extremely crude) tests of sequence/radius search.
|
Wed, 26 Sep 2007 15:00:03 +0000 |
mas01cr |
Add newline at end of file.
|
Wed, 26 Sep 2007 14:18:07 +0000 |
mas01cr |
Improve the test driver a little bit: display a short description file
|
Wed, 26 Sep 2007 12:47:20 +0000 |
mas01cr |
Fix bugs revealed by test 0009
|
Wed, 26 Sep 2007 12:45:51 +0000 |
mas01cr |
Add a test (with the usual small numbers of tracks and query points) of
|
Wed, 26 Sep 2007 11:29:45 +0000 |
mas01cr |
Change the default port for the web services server to 14475 (which is
|
Thu, 20 Sep 2007 14:37:55 +0000 |
mas01cr |
Improve test 0004 now that it's passing: actually check for correct
|
Thu, 20 Sep 2007 14:29:30 +0000 |
mas01cr |
Fix tests/0004 by initializing the distance vector for point queries
|
Thu, 20 Sep 2007 14:29:03 +0000 |
mas01cr |
Sort out the mess that I made of the Makefile
|
Thu, 20 Sep 2007 13:59:16 +0000 |
mas01cr |
Decorate if(verbosity>...) clauses with braces, for avoidance of doubt.
|
Thu, 20 Sep 2007 13:54:28 +0000 |
mas01cr |
Make the system compile without warnings, and turn on -Werror for
|
Thu, 20 Sep 2007 11:53:11 +0000 |
mas01cr |
Delete some (wrong) FIXME notes about off-by-one errors.
|
Thu, 20 Sep 2007 11:30:24 +0000 |
mas01cr |
Fix a couple of off-by-one errors, including one which was preventing a
|
Thu, 20 Sep 2007 11:29:15 +0000 |
mas01cr |
Add tests for single-point tracks searched by a single query point.
|
Thu, 20 Sep 2007 09:52:40 +0000 |
mas01cr |
Fix segfault when the query is shorter than the sequence length
|
Thu, 20 Sep 2007 09:52:16 +0000 |
mas01cr |
Just testing for failure exit codes doesn't distinguish between a clean
|
Thu, 20 Sep 2007 08:50:35 +0000 |
mas01cr |
Fix what is I think an off-by-one in query and sequence searching.
|
Wed, 19 Sep 2007 15:10:51 +0000 |
mas01cr |
Include segfaulting sequence search without -l 1
|
Wed, 19 Sep 2007 15:07:38 +0000 |
mas01cr |
Add tests for sequence search. They don't work with the code as it
|
Tue, 18 Sep 2007 09:31:41 +0000 |
mas01cr |
Fix bug revealed by test case 0005: L2NORM needs write access to the
|
Tue, 18 Sep 2007 09:25:10 +0000 |
mas01cr |
Add a (failing) test for L2NORM
|
Tue, 18 Sep 2007 09:24:52 +0000 |
mas01cr |
Factor out some common utilities and setup code into test-utils.sh, and
|
Mon, 17 Sep 2007 16:12:12 +0000 |
mas01cr |
Clean up in tests/ in clean: target
|
Mon, 17 Sep 2007 16:10:44 +0000 |
mas01cr |
Script to clean up after running tests. Deletes all files matching
|
Mon, 17 Sep 2007 15:23:06 +0000 |
mas01cr |
Add (failing) query test
|
Mon, 17 Sep 2007 14:33:54 +0000 |
mas01cr |
Improve simple insert/query test case
|
Mon, 17 Sep 2007 14:26:15 +0000 |
mas01cr |
Test single-vector insertion and point query.
|
Mon, 17 Sep 2007 12:13:22 +0000 |
mas01cr |
Add status arg tests
|
Mon, 17 Sep 2007 12:12:30 +0000 |
mas01cr |
Make run-tests work with more than one test directory
|
Mon, 17 Sep 2007 12:12:10 +0000 |
mas01cr |
Fix shebang line; add minor comments.
|
Mon, 17 Sep 2007 11:59:02 +0000 |
mas01cr |
Make the executable to be tested (vaguely) customizeable
|
Mon, 17 Sep 2007 11:37:46 +0000 |
mas01cr |
First test case.
|
Wed, 29 Aug 2007 16:24:29 +0000 |
mas01cr |
New changelog version
audiodb-debian
|
Wed, 29 Aug 2007 16:12:46 +0000 |
mas01cr |
Merge trunk changes -r44:51 onto audio-debian branch
audiodb-debian
|
Wed, 22 Aug 2007 14:54:50 +0000 |
mas01cr |
One more TODO. (With luck, this will show that the svn<->git mirror
|
Wed, 22 Aug 2007 14:15:45 +0000 |
mas01cr |
More futzing with TODO.txt.
|
Wed, 22 Aug 2007 13:37:04 +0000 |
mas01cr |
Update TODO saying something I've done.
|
Tue, 21 Aug 2007 17:16:32 +0000 |
mas01cr |
Where audioDB::error() is called because of a failed system call,
|
Tue, 21 Aug 2007 17:05:20 +0000 |
mas01cr |
Don't truncate on creation: instead error if the requested database file
|
Tue, 21 Aug 2007 16:59:33 +0000 |
mas01cr |
Add fcntl() locking to the database file handle.
|
Fri, 17 Aug 2007 11:44:27 +0000 |
mas01cr |
Fix debian/{copyright,docs} files by adding a final newline
audiodb-debian
|
Thu, 16 Aug 2007 11:42:19 +0000 |
mas01cr |
Merged trunk changes -r39:43 onto audiodb-debian branch
audiodb-debian
|
Thu, 16 Aug 2007 11:39:46 +0000 |
mas01cr |
add a forWrite flag to audioDB::initTables() so that clients can specify
|
Thu, 16 Aug 2007 11:19:35 +0000 |
mas01cr |
Cosmetic error message string fix.
|
Thu, 16 Aug 2007 11:02:22 +0000 |
mas01cr |
delete README.txt on clean
|
Thu, 16 Aug 2007 10:50:34 +0000 |
mas01cr |
Include init.d script and defaults file for running an audiodb web
audiodb-debian
|
Thu, 16 Aug 2007 10:04:55 +0000 |
mas01cr |
Merged trunk changes -r30:38 onto audiodb-debian branch
audiodb-debian
|
Thu, 16 Aug 2007 09:49:35 +0000 |
mas01cr |
Put a default (good enough for current use in .gold.ac.uk) service
|
Thu, 16 Aug 2007 08:51:00 +0000 |
mas01cr |
Pass the needed "-d" flag to the audioDB constructor in adb__status
|
Mon, 13 Aug 2007 23:25:16 +0000 |
mas01mc |
New major version, mostly tested: both sequence queries (-Q seq --pointnn N and -Q seq --radius R) now work, all reported distances are Euclidean.
|
Mon, 13 Aug 2007 20:19:45 +0000 |
mas01mc |
radius search now revealed as an option.
|