olly | 3 Jul 2011 12:36

15863: trunk/xapian-bindings/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     olly
Revision:       15863
Date:           2011-07-03 11:36:58 +0100 (Sun, 03 Jul 2011)

Log message (1 line):
java/: Actually remove the old hand-coded JNI Java bindings.

Modified files:
U   trunk/xapian-bindings/ChangeLog
D   trunk/xapian-bindings/java/

Links:
http://xapian.org/C?15863
http://xapian.org/C?15863?trunk/xapian-bindings/ChangeLog
olly | 3 Jul 2011 13:03

15864: trunk/xapian-bindings/ trunk/xapian-bindings/java/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     olly
Revision:       15864
Date:           2011-07-03 12:03:55 +0100 (Sun, 03 Jul 2011)

Log message (1 line):
java-swig/: Actually rename to java/.

Modified files:
U   trunk/xapian-bindings/ChangeLog
A   trunk/xapian-bindings/java/
D   trunk/xapian-bindings/java-swig/

Links:
http://xapian.org/C?15864
http://xapian.org/C?15864?trunk/xapian-bindings/ChangeLog
olly | 3 Jul 2011 14:16

15865: trunk/xapian-core/ trunk/xapian-core/common/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     olly
Revision:       15865
Date:           2011-07-03 13:16:45 +0100 (Sun, 03 Jul 2011)

Log message (4 lines):
common/unordered_map.h: Add my <unordered_map> portability wrapper
which was used by the JNI java bindings.  It's not currently used
here, but is likely to be useful (two of the GSoC projects are
using unordered_map).

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

Links:
http://xapian.org/C?15865
http://xapian.org/C?15865?trunk/xapian-core/ChangeLog
http://xapian.org/C?15865?trunk/xapian-core/common/unordered_map.h?A
olly | 4 Jul 2011 03:37

15866: trunk/xapian-bindings/ trunk/xapian-bindings/java/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     olly
Revision:       15866
Date:           2011-07-04 02:37:07 +0100 (Mon, 04 Jul 2011)

Log message (3 lines):
java/Makefile.am: Use the same NEED_JNILIB_EXT machinery which the
hand-coded JNI bindings had, so that on Mac OS X the JNI library
has a .jnilib extension.

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

Links:
http://xapian.org/C?15866
http://xapian.org/C?15866?trunk/xapian-bindings/ChangeLog
http://xapian.org/C?15866?trunk/xapian-bindings/java/Makefile.am
olly | 4 Jul 2011 08:29

15867: trunk/xapian-applications/omega/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     olly
Revision:       15867
Date:           2011-07-04 07:29:18 +0100 (Mon, 04 Jul 2011)

Log message (2 lines):
omega.cc: If P had trailing spaces, we would remove all but one -
fixed to remove all of them!

Modified files:
U   trunk/xapian-applications/omega/ChangeLog
U   trunk/xapian-applications/omega/omega.cc

Links:
http://xapian.org/C?15867
http://xapian.org/C?15867?trunk/xapian-applications/omega/ChangeLog
http://xapian.org/C?15867?trunk/xapian-applications/omega/omega.cc
olly | 4 Jul 2011 08:29

15868: trunk/xapian-applications/omega/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     olly
Revision:       15868
Date:           2011-07-04 07:29:28 +0100 (Mon, 04 Jul 2011)

Log message (2 lines):
omega.cc: Avoid creating a temporary string object just to trim
leading and/or trailing whitespace.

Modified files:
U   trunk/xapian-applications/omega/ChangeLog
U   trunk/xapian-applications/omega/omega.cc

Links:
http://xapian.org/C?15868
http://xapian.org/C?15868?trunk/xapian-applications/omega/ChangeLog
http://xapian.org/C?15868?trunk/xapian-applications/omega/omega.cc
olly | 4 Jul 2011 08:29

15869: trunk/xapian-applications/omega/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     olly
Revision:       15869
Date:           2011-07-04 07:29:35 +0100 (Mon, 04 Jul 2011)

Log message (1 line):
omega.cc,utils.cc,utils.h: Factor out trim() function.

Modified files:
U   trunk/xapian-applications/omega/ChangeLog
U   trunk/xapian-applications/omega/omega.cc
U   trunk/xapian-applications/omega/utils.cc
U   trunk/xapian-applications/omega/utils.h

Links:
http://xapian.org/C?15869
http://xapian.org/C?15869?trunk/xapian-applications/omega/ChangeLog
http://xapian.org/C?15869?trunk/xapian-applications/omega/omega.cc
http://xapian.org/C?15869?trunk/xapian-applications/omega/utils.cc
http://xapian.org/C?15869?trunk/xapian-applications/omega/utils.h
parth | 4 Jul 2011 09:12

15870: branches/gsoc2011-parth/xapian-core/examples/ branches/gsoc2011-parth/xapian-core/include/xapian/ branches/gsoc2011-parth/xapian-core/letor/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     parth
Revision:       15870
Date:           2011-07-04 08:12:33 +0100 (Mon, 04 Jul 2011)

Log message (1 line):
letor_score() module created with QueryLevelNorm and completed the framework of the letor system

Modified files:
U   branches/gsoc2011-parth/xapian-core/examples/questletor.cc
U   branches/gsoc2011-parth/xapian-core/include/xapian/letor.h
U   branches/gsoc2011-parth/xapian-core/letor/letor.cc
U   branches/gsoc2011-parth/xapian-core/letor/letor_internal.cc
U   branches/gsoc2011-parth/xapian-core/letor/letor_internal.h

Links:
http://xapian.org/C?15870
http://xapian.org/C?15870?branches/gsoc2011-parth/xapian-core/examples/questletor.cc
http://xapian.org/C?15870?branches/gsoc2011-parth/xapian-core/include/xapian/letor.h
http://xapian.org/C?15870?branches/gsoc2011-parth/xapian-core/letor/letor.cc
http://xapian.org/C?15870?branches/gsoc2011-parth/xapian-core/letor/letor_internal.cc
http://xapian.org/C?15870?branches/gsoc2011-parth/xapian-core/letor/letor_internal.h
olly | 4 Jul 2011 12:25

15871: branches/1.2/xapian-bindings/csharp/ branches/1.2/xapian-bindings/java-swig/ branches/1.2/xapian-bindings/lua/ branches/1.2/xapian-bindings/perl/ branches/1.2/xapian-core/tests/soaktest/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     olly
Revision:       15871
Date:           2011-07-04 11:25:18 +0100 (Mon, 04 Jul 2011)

Log message (1 line):
Update svn:ignore properties to match backported changes.

Modified files:
_U  branches/1.2/xapian-bindings/csharp/
_U  branches/1.2/xapian-bindings/java-swig/
_U  branches/1.2/xapian-bindings/lua/
_U  branches/1.2/xapian-bindings/perl/
_U  branches/1.2/xapian-core/tests/soaktest/

Links:
http://xapian.org/C?15871
olly | 4 Jul 2011 17:07

15872: trunk/xapian-bindings/ trunk/xapian-bindings/lua/ trunk/xapian-bindings/lua/docs/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     olly
Revision:       15872
Date:           2011-07-04 16:07:37 +0100 (Mon, 04 Jul 2011)

Log message (2 lines):
lua/docs/index.html,lua/smoketest.lua,lua/util.i: Merge latest Lua
changes from Xiaona Han.

Modified files:
U   trunk/xapian-bindings/ChangeLog
U   trunk/xapian-bindings/lua/docs/index.html
U   trunk/xapian-bindings/lua/smoketest.lua
U   trunk/xapian-bindings/lua/util.i

Links:
http://xapian.org/C?15872
http://xapian.org/C?15872?trunk/xapian-bindings/ChangeLog
http://xapian.org/C?15872?trunk/xapian-bindings/lua/docs/index.html
http://xapian.org/C?15872?trunk/xapian-bindings/lua/smoketest.lua
http://xapian.org/C?15872?trunk/xapian-bindings/lua/util.i

Gmane