[ci] Fix netbsd job to upgrade existing packages
[xapian.git] / xapian-letor / ChangeLog
blob309edad1956bb262b68ddb0cbc5cb6dd5db21b76
1 This ChangeLog file is no longer maintained - see the git repo history for
2 more recent changes: https://xapian.org/bleeding
4 Mon May 18 11:46:16 GMT 2015  Olly Betts <olly@survex.com>
6         * bin/questletor.cc,bin/xapian-letor-update.cc: Add spaces between
7           literal strings and macros which expand to literal strings for C++11
8           compatibility.
10 Tue May 12 07:39:33 GMT 2015  Olly Betts <olly@survex.com>
12         * configure.ac: Fix typo.
14 Fri May 01 13:03:46 GMT 2015  Olly Betts <olly@survex.com>
16         * configure.ac,m4/ax_cxx_compile_stdcxx_11.m4: Sync with xapian-core,
17           enabling C++11.
19 Fri May 01 12:26:08 GMT 2015  Olly Betts <olly@survex.com>
21         * configure.ac: Remove unused probe for <stdint.h>.
23 Fri Dec 05 10:37:28 GMT 2014  Olly Betts <olly@survex.com>
25         * docs/letor.rst,ranker.cc,ranker.h: Fix typos reported by Veres Lajos.
27 Fri Mar 07 00:37:25 GMT 2014  VcmaX <vcamx3@gmail.com>
29         * HACKING: Note packages to install from homebrew on Mac OS X.
31 Mon Mar 03 23:32:11 GMT 2014  Olly Betts <olly@survex.com>
33         * docs/Makefile.am: Process RST docs with --math-output=HTML as that
34           works with rst2html 0.8.x and produces HTML which should work with
35           more browsers (though looks less nice).
37 Mon Mar 03 23:30:34 GMT 2014  Mayank Chaudhary <mayankchaudhary.iitr@gmail.com>
39         * docs/letor.rst: Convert equations in rst docs to use LaTeX via the
40           math role and directive.
42 Wed May 08 11:07:56 GMT 2013  Olly Betts <olly@survex.com>
44         * Makefile.am,docs/Makefile.am: SVN -> git.
46 Thu May 17 12:12:55 GMT 2012  Olly Betts <olly@survex.com>
48         * letor_internal.h: Minor whitespace tweaks.
50 Thu May 17 03:37:32 GMT 2012  Olly Betts <olly@survex.com>
52         * letor_internal.cc: Sort out header includes.
54 Thu May 17 00:58:18 GMT 2012  Olly Betts <olly@survex.com>
56         * letor_internal.cc: More whitespace fettling.
58 Thu May 17 00:57:17 GMT 2012  Olly Betts <olly@survex.com>
60         * Makefile.am,configure.ac: Add configure checks for libsvm.
62 Wed May 16 14:58:58 GMT 2012  Olly Betts <olly@survex.com>
64         * letor_internal.h: Remove unused '#include <list>'.
66 Wed May 16 14:57:37 GMT 2012  Olly Betts <olly@survex.com>
68         * letor_internal.h: Add header multiple include guard.
70 Wed May 16 13:32:18 GMT 2012  Olly Betts <olly@survex.com>
72         * include/xapian/letor.h: Fix typos.
74 Wed May 16 13:28:58 GMT 2012  Olly Betts <olly@survex.com>
76         * include/xapian/letor.h,letor.cc,letor_internal.cc,letor_internal.h:
77           Use Xapian::doccount for msetsize.
79 Wed May 16 12:50:55 GMT 2012  Olly Betts <olly@survex.com>
81         * letor_internal.cc: Prefer ++x to x++.
83 Wed May 16 11:25:30 GMT 2012  Olly Betts <olly@survex.com>
85         * letor.cc: Change the methods which just forward to Letor::Internal
86           methods to explicitly tail call.
88 Wed May 16 11:24:02 GMT 2012  Olly Betts <olly@survex.com>
90         * letor.cc: Don't use "using Xapian", but instead wrap the code in
91           "namespace Xapian {" and "}".
93 Wed May 16 11:23:10 GMT 2012  Olly Betts <olly@survex.com>
95         * letor.cc: Doesn't use <cstring>.
97 Wed May 16 11:03:23 GMT 2012  Olly Betts <olly@survex.com>
99         * include/xapian/letor.h: Fix incorrect spellings of "Xapian"!
101 Wed May 16 10:59:18 GMT 2012  Olly Betts <olly@survex.com>
103         * include/xapian/letor.h,letor.cc,letor_internal.cc,letor_internal.h:
104           Fix whitespace to match Xapian coding standards.
106 Wed May 16 07:53:21 GMT 2012  Olly Betts <olly@survex.com>
108         * include/xapian/letor.h: Fix documentation comment typos.
110 Wed May 16 07:49:43 GMT 2012  Olly Betts <olly@survex.com>
112         * bin/questletor.cc,bin/xapian-letor-update.cc,letor.cc,
113           letor_internal.cc,letor_internal.h: Sort out standard @file and
114           @brief for all letor source files.
116 Wed May 16 06:06:17 GMT 2012  Olly Betts <olly@survex.com>
118         * .gitignore: Update.
120 Wed May 16 05:59:33 GMT 2012  Olly Betts <olly@survex.com>
122         * .gitignore,Makefile.am,bin/Makefile.mk,bin/questletor.cc,
123           examples/Makefile.mk,examples/questletor.cc: Move questletor from
124           examples/ to bin/ and hook xapian-letor-update into the build
125           system.
127 Wed May 16 05:52:28 GMT 2012  Olly Betts <olly@survex.com>
129         * bin/xapian-letor-update.cc: Add new tool which updates the extra
130           stats xapian-letor needs, replacing the patch to omindex which was
131           on the gsoc2011-parth branch.
133 Wed May 16 05:51:43 GMT 2012  Olly Betts <olly@survex.com>
135         * examples/questletor.cc: Fix whitespace irregularities.
137 Wed May 16 05:38:20 GMT 2012  Olly Betts <olly@survex.com>
139         * .gitignore: Create.
141 Wed May 16 05:37:56 GMT 2012  Olly Betts <olly@survex.com>
143         * configure.ac,examples/Makefile.mk,makemanpage.in: Get xapian-letor
144           module to build.
146 Wed May 16 05:22:28 GMT 2012  Olly Betts <olly@survex.com>
148         * Makefile.am,letor_internal.cc: Need unistd.h for getcwd().
150 Wed May 16 04:45:33 GMT 2012  Olly Betts <olly@survex.com>
152         * docs/letor.rst: Drop discussion of pre-requisites as INSTALL now
153           covers this.