Olly Betts | 20 Aug 2004 14:05

Changes in xapian/xapian-core/ xapian/xapian-core/tests/

CVS Root:       /usr/data/cvs
Module:         xapian
Changes by:     olly
Date:           Fri Aug 20 2004  13:05:38 BST

Log message:
tests/api_db.cc: Reenabled test allterms2, but with the iterator
copying parts removed - TermIterator is an input_iterator so
that part was invalid.

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

Links:
http://xapian.org/C?xapian/xapian-core/ChangeLog?1.2391?1.2392
http://xapian.org/C?xapian/xapian-core/tests/api_db.cc?1.172?1.173
Olly Betts | 20 Aug 2004 14:44

Changes in xapian/xapian-core/ xapian/xapian-core/backends/quartz/

CVS Root:       /usr/data/cvs
Module:         xapian
Changes by:     olly
Date:           Fri Aug 20 2004  13:44:41 BST

Log message:
NEWS,backends/quartz/: Fixed the problem with "lazy tag reading"
in QuartzCursor and reenable that code.  The problem was with
deleting the current key, so added QuartzCursor::del() which
deletes the current key, leaving the cursor on the next item.

Modified files:
    xapian-core     : ChangeLog NEWS
    xapian-core/backends/quartz: bcursor.h quartz_postlist.cc
                      quartz_table.cc quartz_table.h

Links:
http://xapian.org/C?xapian/xapian-core/ChangeLog?1.2392?1.2393
http://xapian.org/C?xapian/xapian-core/NEWS?1.63?1.64
http://xapian.org/C?xapian/xapian-core/backends/quartz/bcursor.h?1.13?1.14
http://xapian.org/C?xapian/xapian-core/backends/quartz/quartz_postlist.cc?1.79?1.80
http://xapian.org/C?xapian/xapian-core/backends/quartz/quartz_table.cc?1.95?1.96
http://xapian.org/C?xapian/xapian-core/backends/quartz/quartz_table.h?1.46?1.47
Olly Betts | 20 Aug 2004 18:38

Changes in xapian/xapian-core/ xapian/xapian-core/backends/quartz/ xapian/xapian-core/bin/ xapian/xapian-core/tests/

CVS Root:       /usr/data/cvs
Module:         xapian
Changes by:     olly
Date:           Fri Aug 20 2004  17:38:58 BST

Log message:
backends/quartz/,bin/quartzcheck.cc,bin/quartzcompact.cc,
bin/quartzdump.cc,tests/btreetest.cc,tests/quartztest.cc:
Merged QuartzCursor into Bcursor.

Modified files:
    xapian-core     : ChangeLog
    xapian-core/backends/quartz: Makefile.am bcursor.cc bcursor.h
                      btree.cc btree.h quartz_alltermslist.cc
                      quartz_alltermslist.h quartz_database.cc
                      quartz_database.h quartz_positionlist.cc
                      quartz_postlist.cc quartz_postlist.h
                      quartz_record.cc quartz_record.h
                      quartz_termlist.h quartz_values.h
    xapian-core/bin : quartzcheck.cc quartzcompact.cc quartzdump.cc
    xapian-core/tests: btreetest.cc quartztest.cc
Removed files:
    xapian-core/backends/quartz: quartz_table.cc quartz_table.h

Links:
http://xapian.org/C?xapian/xapian-core/ChangeLog?1.2393?1.2394
http://xapian.org/C?xapian/xapian-core/backends/quartz/Makefile.am?1.64?1.65
http://xapian.org/C?xapian/xapian-core/backends/quartz/bcursor.cc?1.20?1.21
http://xapian.org/C?xapian/xapian-core/backends/quartz/bcursor.h?1.14?1.15
http://xapian.org/C?xapian/xapian-core/backends/quartz/btree.cc?1.147?1.148
(Continue reading)

Olly Betts | 20 Aug 2004 21:06

Changes in xapian/xapian-core/ xapian/xapian-core/backends/quartz/ xapian/xapian-core/common/ xapian/xapian-core/docs/ xapian/xapian-core/include/xapian/ xapian/xapian-core/matcher/ xapian/xapian-core/tests/

CVS Root:       /usr/data/cvs
Module:         xapian
Changes by:     olly
Date:           Fri Aug 20 2004  20:06:18 BST

Log message:
backends/quartz/btree_util.h,common/,docs/overview.html,
docs/quickstart.html,include/xapian/enquire.h,
matcher/branchpostlist.h,matcher/multimatch.cc,tests/api_db.cc:
Corrected multiple occurences of "an Xapian::XXX" to "a Xapian::XXX"
(presumably these all resulted from replacing "Om" with "Xapian::").

Modified files:
    xapian-core     : ChangeLog
    xapian-core/backends/quartz: btree_util.h
    xapian-core/common: omerr_string.h postlist.h rset.h
                      socketcommon.h
    xapian-core/docs: overview.html quickstart.html
    xapian-core/include/xapian: enquire.h
    xapian-core/matcher: branchpostlist.h multimatch.cc
    xapian-core/tests: api_db.cc

Links:
http://xapian.org/C?xapian/xapian-core/ChangeLog?1.2394?1.2395
http://xapian.org/C?xapian/xapian-core/backends/quartz/btree_util.h?1.15?1.16
http://xapian.org/C?xapian/xapian-core/common/omerr_string.h?1.10?1.11
http://xapian.org/C?xapian/xapian-core/common/postlist.h?1.58?1.59
http://xapian.org/C?xapian/xapian-core/common/rset.h?1.43?1.44
http://xapian.org/C?xapian/xapian-core/common/socketcommon.h?1.51?1.52
http://xapian.org/C?xapian/xapian-core/docs/overview.html?1.19?1.20
(Continue reading)

Olly Betts | 20 Aug 2004 21:28

Changes in xapian/xapian-applications/omega/

CVS Root:       /usr/data/cvs
Module:         xapian
Changes by:     olly
Date:           Fri Aug 20 2004  20:28:42 BST

Log message:
Makefile.am: Link with -lxapianqueryparser, not -lomqueryparser.

Modified files:
    xapian-applications/omega: ChangeLog Makefile.am

Links:
http://xapian.org/C?xapian/xapian-applications/omega/ChangeLog?1.276?1.277
http://xapian.org/C?xapian/xapian-applications/omega/Makefile.am?1.27?1.28

Gmane