olly | 1 Jun 2007 01:51

8786: trunk/xapian-core/ trunk/xapian-core/examples/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     olly
Revision:       8786
Date:           2007-06-01 00:50:58 +0100 (Fri, 01 Jun 2007)

Log message (4 lines):
examples/simpleindex.cc: Replacement "simpleindex" example which
uses the TermGenerator class, which makes for a much smaller and
simpler example.  It's also much more typical of what most users
will want to do.

Modified files:
U   trunk/xapian-core/ChangeLog
U   trunk/xapian-core/examples/simpleindex.cc

Links:
http://xapian.org/C?8786
http://xapian.org/C?8786?trunk/xapian-core/ChangeLog
http://xapian.org/C?8786?trunk/xapian-core/examples/simpleindex.cc
olly | 1 Jun 2007 11:33

8787: trunk/xapian-bindings/ trunk/xapian-bindings/python/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     olly
Revision:       8787
Date:           2007-06-01 10:33:18 +0100 (Fri, 01 Jun 2007)

Log message (1 line):
python/Makefile.am: Generate and install xapian.pyo.

Modified files:
U   trunk/xapian-bindings/ChangeLog
U   trunk/xapian-bindings/python/Makefile.am

Links:
http://xapian.org/C?8787
http://xapian.org/C?8787?trunk/xapian-bindings/ChangeLog
http://xapian.org/C?8787?trunk/xapian-bindings/python/Makefile.am
olly | 1 Jun 2007 13:54

8788: trunk/xapian-bindings/ trunk/xapian-bindings/guile/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     olly
Revision:       8788
Date:           2007-06-01 12:54:15 +0100 (Fri, 01 Jun 2007)

Log message (2 lines):
guile/Makefile.am: Fix out-of-date "include".  Use $(SWIG_CXXFLAGS)
not  <at> SWIG_CXXFLAGS <at> .

Modified files:
U   trunk/xapian-bindings/ChangeLog
U   trunk/xapian-bindings/guile/Makefile.am

Links:
http://xapian.org/C?8788
http://xapian.org/C?8788?trunk/xapian-bindings/ChangeLog
http://xapian.org/C?8788?trunk/xapian-bindings/guile/Makefile.am
olly | 1 Jun 2007 13:55

8789: trunk/xapian-bindings/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     olly
Revision:       8789
Date:           2007-06-01 12:55:40 +0100 (Fri, 01 Jun 2007)

Log message (3 lines):
xapian.i: Remove "#ifndef SWIGGUILE" around a Query constructor -
if anyone revives the guile bindings, they'll probably need to
sort this out, but this "fix" certainly isn't correct.

Modified files:
U   trunk/xapian-bindings/ChangeLog
U   trunk/xapian-bindings/xapian.i

Links:
http://xapian.org/C?8789
http://xapian.org/C?8789?trunk/xapian-bindings/ChangeLog
http://xapian.org/C?8789?trunk/xapian-bindings/xapian.i
olly | 2 Jun 2007 00:48

8790: trunk/xapian-core/ trunk/xapian-core/examples/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     olly
Revision:       8790
Date:           2007-06-01 23:48:32 +0100 (Fri, 01 Jun 2007)

Log message (1 line):
examples/simpleexpand.cc: Rewrite based on new simplesearch.cc.

Modified files:
U   trunk/xapian-core/ChangeLog
D   trunk/xapian-core/examples/simpleexpand.cc
A   trunk/xapian-core/examples/simpleexpand.cc

Links:
http://xapian.org/C?8790
http://xapian.org/C?8790?trunk/xapian-core/ChangeLog
http://xapian.org/C?8790?trunk/xapian-core/examples/simpleexpand.cc?A
richard | 4 Jun 2007 10:01

8791: trunk/xapian-core/ trunk/xapian-core/tests/harness/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     richard
Revision:       8791
Date:           2007-06-04 09:01:15 +0100 (Mon, 04 Jun 2007)

Log message (6 lines):
tests/harness/backendmanager.cc,tests/harness/index_utils.cc:
Fix the indexing of the testdata, so that the "etext" example is
properly indexed (previously, only the first line was being
indexed, due to faulty end-of-file handling).  This only affects
the "consistency1" test, which now runs a lot slower (but still
passes, fortunately).

Modified files:
U   trunk/xapian-core/ChangeLog
U   trunk/xapian-core/tests/harness/backendmanager.cc
U   trunk/xapian-core/tests/harness/index_utils.cc

Links:
http://xapian.org/C?8791
http://xapian.org/C?8791?trunk/xapian-core/ChangeLog
http://xapian.org/C?8791?trunk/xapian-core/tests/harness/backendmanager.cc
http://xapian.org/C?8791?trunk/xapian-core/tests/harness/index_utils.cc
richard | 4 Jun 2007 10:07

8792: trunk/xapian-core/ trunk/xapian-core/tests/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     richard
Revision:       8792
Date:           2007-06-04 09:07:19 +0100 (Mon, 04 Jun 2007)

Log message (3 lines):
tests/api_db.cc: Add a check to consistency1 that the full mset
size is as big as it should be, to make sure that we notice in
future if the indexing goes wrong again.

Modified files:
U   trunk/xapian-core/ChangeLog
U   trunk/xapian-core/tests/api_db.cc

Links:
http://xapian.org/C?8792
http://xapian.org/C?8792?trunk/xapian-core/ChangeLog
http://xapian.org/C?8792?trunk/xapian-core/tests/api_db.cc
richard | 4 Jun 2007 14:14

8793: trunk/xapian-core/ trunk/xapian-core/tests/harness/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     richard
Revision:       8793
Date:           2007-06-04 13:14:28 +0100 (Mon, 04 Jun 2007)

Log message (3 lines):
tests/harness/backendmanager.cc: Undo previous patch - only the
patch to index_utils.cc was necessary; I mistakenly committed
both files I'd been modifying.

Modified files:
U   trunk/xapian-core/ChangeLog
U   trunk/xapian-core/tests/harness/backendmanager.cc

Links:
http://xapian.org/C?8793
http://xapian.org/C?8793?trunk/xapian-core/ChangeLog
http://xapian.org/C?8793?trunk/xapian-core/tests/harness/backendmanager.cc
richard | 4 Jun 2007 16:34

8794: trunk/xapian-core/ trunk/xapian-core/tests/harness/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     richard
Revision:       8794
Date:           2007-06-04 15:34:10 +0100 (Mon, 04 Jun 2007)

Log message (7 lines):
tests/harness/backendmanager.cc,tests/harness/index_utils.cc:
Revert the recent changes to the indexing code, and also the
change from revision r7758 which was intended to fix a problem
with eof handling on windows (which is what broke the indexing of
etext.txt).  Then, change backendmanager.cc to test "!from.eof()"
instead of "from" to check for eof - hopefully this will work on
windows - if not, we can investigate further.

Modified files:
U   trunk/xapian-core/ChangeLog
U   trunk/xapian-core/tests/harness/backendmanager.cc
U   trunk/xapian-core/tests/harness/index_utils.cc

Links:
http://xapian.org/C?8794
http://xapian.org/C?8794?trunk/xapian-core/ChangeLog
http://xapian.org/C?8794?trunk/xapian-core/tests/harness/backendmanager.cc
http://xapian.org/C?8794?trunk/xapian-core/tests/harness/index_utils.cc
richard | 4 Jun 2007 17:21

8795: trunk/xapian-maintainer-tools/win32msvc/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     richard
Revision:       8795
Date:           2007-06-04 16:21:11 +0100 (Mon, 04 Jun 2007)

Log message (1 line):
Updates for 1.0.0, from Charlie.

Modified files:
U   trunk/xapian-maintainer-tools/win32msvc/NEWS
U   trunk/xapian-maintainer-tools/win32msvc/README

Links:
http://xapian.org/C?8795
http://xapian.org/C?8795?trunk/xapian-maintainer-tools/win32msvc/NEWS
http://xapian.org/C?8795?trunk/xapian-maintainer-tools/win32msvc/README

Gmane