2016-12-20 |
Olly Betts | Fix PHP5 ZTS compatibility
|
commit | commitdiff | tree |
2016-12-20 |
Olly Betts | Add missing <ctime> for time_t
|
commit | commitdiff | tree |
2016-12-20 |
Olly Betts | Fix "unused assignment" warning
|
commit | commitdiff | tree |
2016-12-20 |
Olly Betts | [CI] Install libsvm for homebrew
|
commit | commitdiff | tree |
2016-12-19 |
Olly Betts | Remove python3 conditionals from python2 python.i
|
commit | commitdiff | tree |
2016-12-19 |
Olly Betts | Use new SWIG moduleimport feature
|
commit | commitdiff | tree |
2016-12-19 |
Olly Betts | Make python SWIG targets depend on fixup script
|
commit | commitdiff | tree |
2016-12-19 |
Olly Betts | Use getdirentriesattr() for closefrom() under OS X
|
commit | commitdiff | tree |
2016-12-19 |
Olly Betts | Make some glass *Item methods static
|
commit | commitdiff | tree |
2016-12-19 |
Olly Betts | GlassFreeListChecker: Prevent copying/assignment
|
commit | commitdiff | tree |
2016-12-19 |
Olly Betts | Mark a slew of methods as "const"
|
commit | commitdiff | tree |
2016-12-19 |
Olly Betts | Mark single arg ctors as explicit
|
commit | commitdiff | tree |
2016-12-19 |
Olly Betts | [omega] Support "make installcheck"
|
commit | commitdiff | tree |
2016-12-19 |
Olly Betts | Whitespace around binary *
|
commit | commitdiff | tree |
2016-12-19 |
Olly Betts | homebrew python already installed it seems
|
commit | commitdiff | tree |
2016-12-19 |
Olly Betts | Add OS X CI build
|
commit | commitdiff | tree |
2016-12-19 |
Olly Betts | Need to specify -stdlib=libc++ for clang CI build
|
commit | commitdiff | tree |
2016-12-18 |
Olly Betts | BB2Weight: Fix weights when DB has just one document
|
commit | commitdiff | tree |
2016-12-18 |
Olly Betts | uniParse.tcl: Report max delta value
|
commit | commitdiff | tree |
2016-12-18 |
Olly Betts | Use __builtin_clz() to implement fls()
|
commit | commitdiff | tree |
2016-12-18 |
Olly Betts | configure: Probe for __builtin_* functions
|
commit | commitdiff | tree |
2016-12-17 |
Olly Betts | Check signed right shift behaviour at compile time
|
commit | commitdiff | tree |
2016-12-17 |
Olly Betts | Improve configure check for log2
|
commit | commitdiff | tree |
2016-12-17 |
Olly Betts | xapian-inspect: Link with proc_uuid stuff
|
commit | commitdiff | tree |
2016-12-16 |
Olly Betts | Handle stemmer returning empty string
|
commit | commitdiff | tree |
2016-12-16 |
Olly Betts | Wrap new constant to fix python testsuite
|
commit | commitdiff | tree |
2016-12-15 |
Olly Betts | Correct gde_base_type from int to long on OS X
|
commit | commitdiff | tree |
2016-12-15 |
Olly Betts | Add Xapian::DOC_ASSUME_VALID flag
|
commit | commitdiff | tree |
2016-12-14 |
Olly Betts | Cleaner way to ensure some classes heap allocated
|
commit | commitdiff | tree |
2016-12-13 |
Olly Betts | Avoid IO::File
|
commit | commitdiff | tree |
2016-12-13 |
Olly Betts | xapian-inspect: Link with win32_uuid stuff
|
commit | commitdiff | tree |
2016-12-13 |
Olly Betts | Handle message/* explicitly in sorting
|
commit | commitdiff | tree |
2016-12-13 |
Olly Betts | Improve auto-generated docs
|
commit | commitdiff | tree |
2016-12-12 |
Olly Betts | Fix potential SEGV with corrupt value stats
|
commit | commitdiff | tree |
2016-12-12 |
Olly Betts | QueryBranch::do_synonym(): Split out factor==0 case
|
commit | commitdiff | tree |
2016-12-12 |
Olly Betts | Eliminate dead assignment
|
commit | commitdiff | tree |
2016-12-12 |
Olly Betts | Use memcpy() instead of strcpy() and strcat()
|
commit | commitdiff | tree |
2016-12-12 |
Olly Betts | Exit on malloc/calloc failure reliably
|
commit | commitdiff | tree |
2016-12-12 |
Olly Betts | Database::check(): Fix SEGV when out==NULL and opts!=0
|
commit | commitdiff | tree |
2016-12-12 |
Olly Betts | backport-source-packages: Add Ubuntu yakkety
|
commit | commitdiff | tree |
2016-12-11 |
Olly Betts | Add support for indexing markdown files
|
commit | commitdiff | tree |
2016-12-11 |
Olly Betts | git-tag-release: Push just the new tag; fetch before...
|
commit | commitdiff | tree |
2016-12-11 |
Olly Betts | Disable volatile workaround for excess precision segv...
|
commit | commitdiff | tree |
2016-12-10 |
Olly Betts | Improve x86 compiler we don't know how to disable 387...
|
commit | commitdiff | tree |
2016-12-10 |
Olly Betts | bootstrap: Handle SWIG differently to autotools
|
commit | commitdiff | tree |
2016-12-10 |
Olly Betts | GlassVersion::create() no longer calls write() and...
|
commit | commitdiff | tree |
2016-12-10 |
Olly Betts | Fix alignment_cast for const pointers
|
commit | commitdiff | tree |
2016-12-09 |
Olly Betts | Rename misleading internal sequential_mode references
|
commit | commitdiff | tree |
2016-12-09 |
Olly Betts | Add alignment_cast<T>
|
commit | commitdiff | tree |
2016-12-08 |
Olly Betts | Avoid C-style casts
|
commit | commitdiff | tree |
2016-12-08 |
Olly Betts | Fix whitespace irregularities
|
commit | commitdiff | tree |
2016-12-08 |
Olly Betts | Fix comment typos
|
commit | commitdiff | tree |
2016-12-08 |
Ayush Tomar | Update incorrect exception doccomment
|
commit | commitdiff | tree |
2016-12-08 |
Ayush Tomar | Add SVMRanker
|
commit | commitdiff | tree |
2016-12-08 |
Olly Betts | Remove the chert backend
|
commit | commitdiff | tree |
2016-12-07 |
Olly Betts | xapian-inspect: Support glass instead of chert
|
commit | commitdiff | tree |
2016-12-07 |
Olly Betts | Fix whitespace irregularities in code
|
commit | commitdiff | tree |
2016-12-07 |
Olly Betts | Remove trailing whitespace from text files
|
commit | commitdiff | tree |
2016-12-07 |
Olly Betts | Check space around '<', '>', '<<', '>>', and not before...
|
commit | commitdiff | tree |
2016-12-07 |
Olly Betts | Check space around '?', after ':', not before ','
|
commit | commitdiff | tree |
2016-12-07 |
Olly Betts | Check even more common patch issues
|
commit | commitdiff | tree |
2016-12-07 |
Olly Betts | xapian-check-patch: More checks
|
commit | commitdiff | tree |
2016-12-06 |
Olly Betts | Update to latest SWIG git master
|
commit | commitdiff | tree |
2016-12-05 |
Olly Betts | Update probe for sphinx-build
|
commit | commitdiff | tree |
2016-12-05 |
Olly Betts | [python,python3] Handle shell script sphinx-build
|
commit | commitdiff | tree |
2016-12-05 |
Olly Betts | Fix previous commit - ssize_t should be off_t
|
commit | commitdiff | tree |
2016-12-05 |
Olly Betts | Fix updated closefrom() to compile on OS X
|
commit | commitdiff | tree |
2016-12-02 |
Olly Betts | Improve comments re closefrom() platforms
|
commit | commitdiff | tree |
2016-12-02 |
Olly Betts | Avoid opendir()/readdir() in closefrom() implementation
|
commit | commitdiff | tree |
2016-12-01 |
Olly Betts | Update to latest SWIG git master
|
commit | commitdiff | tree |
2016-11-30 |
Olly Betts | Enable win32-dll option to LT_INIT
|
commit | commitdiff | tree |
2016-11-30 |
Olly Betts | Support native building SWIG in a cross-built tree
|
commit | commitdiff | tree |
2016-11-30 |
Olly Betts | Support reading UUIDs from /proc/sys/kernel/random...
|
commit | commitdiff | tree |
2016-11-30 |
Olly Betts | xapian-check: Fix when ellipses are shown in 't' mode
|
commit | commitdiff | tree |
2016-11-30 |
Olly Betts | xapian-inspect: allow control of showing keys/tags
|
commit | commitdiff | tree |
2016-11-30 |
Olly Betts | Use more appropriate type for loop variable
|
commit | commitdiff | tree |
2016-11-30 |
Olly Betts | Improve xapian-inspect help a little
|
commit | commitdiff | tree |
2016-11-30 |
Olly Betts | Hold python reference to set RangeProcessor objects
|
commit | commitdiff | tree |
2016-11-30 |
Olly Betts | [bindings] Add support for PHP7
|
commit | commitdiff | tree |
2016-11-30 |
Olly Betts | Update to current SWIG git master
|
commit | commitdiff | tree |
2016-11-26 |
Olly Betts | DPH: Clamp wdf_root to be above wdf_lower
|
commit | commitdiff | tree |
2016-11-26 |
Olly Betts | DPH: Fixed reversed sign in quadratic formula
|
commit | commitdiff | tree |
2016-11-25 |
Olly Betts | DLH: Correct upper bound
|
commit | commitdiff | tree |
2016-11-25 |
Olly Betts | DLHWeight,DPHWeight: Avoid log(0)
|
commit | commitdiff | tree |
2016-11-19 |
Olly Betts | Fix more camelcase variable names
|
commit | commitdiff | tree |
2016-11-19 |
Olly Betts | Fix comma/space transposition in a couple of places
|
commit | commitdiff | tree |
2016-11-19 |
Olly Betts | Use more conventional Ruby variable names
|
commit | commitdiff | tree |
2016-11-18 |
Olly Betts | Update with NEWS from 1.4.1
|
commit | commitdiff | tree |
2016-11-18 |
Olly Betts | Remove comment noting GCC 3.3.5/openbsd bug
|
commit | commitdiff | tree |
2016-11-18 |
Olly Betts | Remove workaround for g++ 2.95 bug
|
commit | commitdiff | tree |
2016-11-17 |
Olly Betts | quest: Support BM25+, LM and PL2+ weighting schemes
|
commit | commitdiff | tree |
2016-11-16 |
Olly Betts | [snippets] Use unordered_map for loose_terms too
|
commit | commitdiff | tree |
2016-11-16 |
Olly Betts | [snippets] Cache background relevance per MSet object
|
commit | commitdiff | tree |
2016-11-16 |
Olly Betts | [snippets] Cache background relevance
|
commit | commitdiff | tree |
2016-11-16 |
Olly Betts | Remove unused BOOST_FACTOR machinery from snippet code
|
commit | commitdiff | tree |
2016-10-21 |
Olly Betts | Update to latest config.guess and config.sub
|
commit | commitdiff | tree |
2016-10-21 |
Olly Betts | Improve handling of invalid remote stub entries
|
commit | commitdiff | tree |
2016-10-20 |
Olly Betts | Remove trailing whitespace
|
commit | commitdiff | tree |
2016-10-20 |
Olly Betts | Fix stubdb2 to test IPv6 parsing more portably
|
commit | commitdiff | tree |
2016-10-19 |
Olly Betts | Fix allterms with prefix on glass with uncommitted...
|
commit | commitdiff | tree |