richard | 3 Nov 2011 21:55

16094: trunk/xapian-core/ trunk/xapian-core/common/ trunk/xapian-core/net/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     richard
Revision:       16094
Date:           2011-11-03 20:55:23 +0000 (Thu, 03 Nov 2011)

Log message (5 lines):
common/msvc_posix_wrapper.cc,common/safe.cc,net/tcpclient.cc:
Some fixes for warnings when cross-compiling with mingw; missing
includes to get declarations of functions in windows support
code, and change to use the windows SOCKET type to avoid a
signed/unsigned comparison warning in tcpclient.

Modified files:
U   trunk/xapian-core/ChangeLog
U   trunk/xapian-core/common/msvc_posix_wrapper.cc
U   trunk/xapian-core/common/safe.cc
U   trunk/xapian-core/net/tcpclient.cc

Links:
http://xapian.org/C?16094
http://xapian.org/C?16094?trunk/xapian-core/ChangeLog
http://xapian.org/C?16094?trunk/xapian-core/common/msvc_posix_wrapper.cc
http://xapian.org/C?16094?trunk/xapian-core/common/safe.cc
http://xapian.org/C?16094?trunk/xapian-core/net/tcpclient.cc
olly | 5 Nov 2011 13:07

16095: trunk/xapian-core/ trunk/xapian-core/docs/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     olly
Revision:       16095
Date:           2011-11-05 12:07:59 +0000 (Sat, 05 Nov 2011)

Log message (2 lines):
docs/quickstart.rst: Fix some factual errors, and tweak .rst
source layout a little (":\n::\n" -> "::\n").

Modified files:
U   trunk/xapian-core/ChangeLog
U   trunk/xapian-core/docs/quickstart.rst

Links:
http://xapian.org/C?16095
http://xapian.org/C?16095?trunk/xapian-core/ChangeLog
http://xapian.org/C?16095?trunk/xapian-core/docs/quickstart.rst
olly | 5 Nov 2011 16:19

16096: trunk/xapian-core/ trunk/xapian-core/docs/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     olly
Revision:       16096
Date:           2011-11-05 15:19:36 +0000 (Sat, 05 Nov 2011)

Log message (2 lines):
docs/overview.rst: Fix a few things which were out of date and
improve wording in various places.

Modified files:
U   trunk/xapian-core/ChangeLog
U   trunk/xapian-core/docs/overview.rst

Links:
http://xapian.org/C?16096
http://xapian.org/C?16096?trunk/xapian-core/ChangeLog
http://xapian.org/C?16096?trunk/xapian-core/docs/overview.rst
olly | 5 Nov 2011 23:01

16097: trunk/xapian-core/ trunk/xapian-core/bin/ trunk/xapian-core/docs/ trunk/xapian-core/examples/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     olly
Revision:       16097
Date:           2011-11-05 22:01:40 +0000 (Sat, 05 Nov 2011)

Log message (3 lines):
bin/.gitignore,bin/Makefile.mk,bin/xapian-delve.cc,
docs/admin_notes.rst,examples/,xapian-core.spec.in: Move delve from
examples to bin and rename to xapian-delve.

Modified files:
U   trunk/xapian-core/ChangeLog
U   trunk/xapian-core/bin/.gitignore
U   trunk/xapian-core/bin/Makefile.mk
A   trunk/xapian-core/bin/xapian-delve.cc
U   trunk/xapian-core/docs/admin_notes.rst
U   trunk/xapian-core/examples/.gitignore
U   trunk/xapian-core/examples/Makefile.mk
D   trunk/xapian-core/examples/delve.cc
U   trunk/xapian-core/examples/dir_contents
U   trunk/xapian-core/xapian-core.spec.in

Links:
http://xapian.org/C?16097
http://xapian.org/C?16097?trunk/xapian-core/ChangeLog
http://xapian.org/C?16097?trunk/xapian-core/bin/.gitignore
http://xapian.org/C?16097?trunk/xapian-core/bin/Makefile.mk
http://xapian.org/C?16097?trunk/xapian-core/bin/xapian-delve.cc?A
http://xapian.org/C?16097?trunk/xapian-core/docs/admin_notes.rst
http://xapian.org/C?16097?trunk/xapian-core/examples/.gitignore
(Continue reading)

olly | 5 Nov 2011 23:41

16098: trunk/xapian-core/ trunk/xapian-core/common/ trunk/xapian-core/net/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     olly
Revision:       16098
Date:           2011-11-05 22:41:05 +0000 (Sat, 05 Nov 2011)

Log message (4 lines):
common/safesysselect.h: Add wrapper around FD_SET() under __WIN32__
which casts the fd parameter to unsigned to avoid a warning on mingw.
net/tcpclient.cc: Remove __WIN32__-specific case here which was
working around this warning.

Modified files:
U   trunk/xapian-core/ChangeLog
U   trunk/xapian-core/common/safesysselect.h
U   trunk/xapian-core/net/tcpclient.cc

Links:
http://xapian.org/C?16098
http://xapian.org/C?16098?trunk/xapian-core/ChangeLog
http://xapian.org/C?16098?trunk/xapian-core/common/safesysselect.h
http://xapian.org/C?16098?trunk/xapian-core/net/tcpclient.cc
olly | 6 Nov 2011 00:13

16099: trunk/xapian-core/ trunk/xapian-core/common/ trunk/xapian-core/net/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     olly
Revision:       16099
Date:           2011-11-05 23:13:05 +0000 (Sat, 05 Nov 2011)

Log message (3 lines):
common/safesysselect.h: Enhance to provide portability for __WIN32__
too.
net/remoteconnection.cc,net/tcpclient.cc: Update to make use of this.

Modified files:
U   trunk/xapian-core/ChangeLog
U   trunk/xapian-core/common/safesysselect.h
U   trunk/xapian-core/net/remoteconnection.cc
U   trunk/xapian-core/net/tcpclient.cc

Links:
http://xapian.org/C?16099
http://xapian.org/C?16099?trunk/xapian-core/ChangeLog
http://xapian.org/C?16099?trunk/xapian-core/common/safesysselect.h
http://xapian.org/C?16099?trunk/xapian-core/net/remoteconnection.cc
http://xapian.org/C?16099?trunk/xapian-core/net/tcpclient.cc
olly | 6 Nov 2011 00:20

16100: trunk/xapian-core/ trunk/xapian-core/common/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     olly
Revision:       16100
Date:           2011-11-05 23:20:40 +0000 (Sat, 05 Nov 2011)

Log message (1 line):
common/safesysselect.h: Fix typo (FDSET -> FD_SET).

Modified files:
U   trunk/xapian-core/ChangeLog
U   trunk/xapian-core/common/safesysselect.h

Links:
http://xapian.org/C?16100
http://xapian.org/C?16100?trunk/xapian-core/ChangeLog
http://xapian.org/C?16100?trunk/xapian-core/common/safesysselect.h
olly | 6 Nov 2011 00:29

16101: trunk/xapian-core/ trunk/xapian-core/api/ trunk/xapian-core/backends/ trunk/xapian-core/backends/brass/ trunk/xapian-core/backends/chert/ trunk/xapian-core/backends/inmemory/ trunk/xapian-core/common/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     olly
Revision:       16101
Date:           2011-11-05 23:29:22 +0000 (Sat, 05 Nov 2011)

Log message (5 lines):
api/omdatabase.cc,backends/Makefile.mk,backends/alltermslist.h,
backends/brass/,backends/chert/,
backends/inmemory/inmemory_alltermslist.h,common/Makefile.mk,
common/alltermslist.h,common/multialltermslist.h: Move alltermslist.h
from common to backends.

Modified files:
U   trunk/xapian-core/ChangeLog
U   trunk/xapian-core/api/omdatabase.cc
U   trunk/xapian-core/backends/Makefile.mk
A   trunk/xapian-core/backends/alltermslist.h
U   trunk/xapian-core/backends/brass/brass_alltermslist.h
U   trunk/xapian-core/backends/brass/brass_metadata.h
U   trunk/xapian-core/backends/brass/brass_spellingwordslist.h
U   trunk/xapian-core/backends/brass/brass_synonym.h
U   trunk/xapian-core/backends/chert/chert_alltermslist.h
U   trunk/xapian-core/backends/chert/chert_metadata.h
U   trunk/xapian-core/backends/chert/chert_spellingwordslist.h
U   trunk/xapian-core/backends/chert/chert_synonym.h
U   trunk/xapian-core/backends/inmemory/inmemory_alltermslist.h
U   trunk/xapian-core/common/Makefile.mk
D   trunk/xapian-core/common/alltermslist.h
U   trunk/xapian-core/common/multialltermslist.h

(Continue reading)

olly | 6 Nov 2011 00:31

16102: trunk/xapian-core/ trunk/xapian-core/backends/ trunk/xapian-core/backends/brass/ trunk/xapian-core/backends/chert/ trunk/xapian-core/common/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     olly
Revision:       16102
Date:           2011-11-05 23:31:38 +0000 (Sat, 05 Nov 2011)

Log message (5 lines):
backends/Makefile.mk,backends/brass/brass_database.cc,
backends/chert/chert_database.cc,
backends/contiguousalldocspostlist.h,common/Makefile.mk,
common/contiguousalldocspostlist.h: Move contiguousalldocspostlist.h
from common to backends.

Modified files:
U   trunk/xapian-core/ChangeLog
U   trunk/xapian-core/backends/Makefile.mk
U   trunk/xapian-core/backends/brass/brass_database.cc
U   trunk/xapian-core/backends/chert/chert_database.cc
A   trunk/xapian-core/backends/contiguousalldocspostlist.h
U   trunk/xapian-core/common/Makefile.mk
D   trunk/xapian-core/common/contiguousalldocspostlist.h

Links:
http://xapian.org/C?16102
http://xapian.org/C?16102?trunk/xapian-core/ChangeLog
http://xapian.org/C?16102?trunk/xapian-core/backends/Makefile.mk
http://xapian.org/C?16102?trunk/xapian-core/backends/brass/brass_database.cc
http://xapian.org/C?16102?trunk/xapian-core/backends/chert/chert_database.cc
http://xapian.org/C?16102?trunk/xapian-core/backends/contiguousalldocspostlist.h?A
http://xapian.org/C?16102?trunk/xapian-core/common/Makefile.mk
(Continue reading)

olly | 6 Nov 2011 00:41

16103: trunk/xapian-core/ trunk/xapian-core/api/ trunk/xapian-core/backends/ trunk/xapian-core/backends/brass/ trunk/xapian-core/backends/chert/ trunk/xapian-core/backends/inmemory/ trunk/xapian-core/backends/multi/ trunk/xapian-core/backends/remote/ trunk/xapian-core/common/ trunk/xapian-core/matcher/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     olly
Revision:       16103
Date:           2011-11-05 23:41:32 +0000 (Sat, 05 Nov 2011)

Log message (6 lines):
api/,backends/brass/brass_postlist.h,backends/chert/chert_postlist.h,
backends/contiguousalldocspostlist.h,backends/database.cc,
backends/inmemory/inmemory_database.h,
backends/multi/multi_postlist.h,backends/remote/net_postlist.h,
backends/remote/remote-database.cc,common/,matcher/: Move
emptypostlist.h, leafpostlist.h and postlist.h from common to api.

Modified files:
U   trunk/xapian-core/ChangeLog
U   trunk/xapian-core/api/Makefile.mk
A   trunk/xapian-core/api/emptypostlist.h
A   trunk/xapian-core/api/leafpostlist.h
A   trunk/xapian-core/api/postlist.h
U   trunk/xapian-core/backends/brass/brass_postlist.h
U   trunk/xapian-core/backends/chert/chert_postlist.h
U   trunk/xapian-core/backends/contiguousalldocspostlist.h
U   trunk/xapian-core/backends/database.cc
U   trunk/xapian-core/backends/inmemory/inmemory_database.h
U   trunk/xapian-core/backends/multi/multi_postlist.h
U   trunk/xapian-core/backends/remote/net_postlist.h
U   trunk/xapian-core/backends/remote/remote-database.cc
U   trunk/xapian-core/common/Makefile.mk
D   trunk/xapian-core/common/emptypostlist.h
D   trunk/xapian-core/common/leafpostlist.h
(Continue reading)


Gmane