Create skeleton for new backend
commit7fd1fc07306a8f072a6c1cc758b91854fbdf12c6
authorOlly Betts <olly@survex.com>
Fri, 1 Dec 2017 00:53:32 +0000 (1 13:53 +1300)
committerOlly Betts <olly@survex.com>
Mon, 4 Dec 2017 03:49:16 +0000 (4 16:49 +1300)
treece64602bd5cab797e8115ad1d721987682ab443c
parent0b9d8d86b6026011ddbcdc573fffa08cd167a17b
Create skeleton for new backend
60 files changed:
xapian-core/backends/Makefile.mk
xapian-core/backends/databasereplicator.cc
xapian-core/backends/dbfactory.cc
xapian-core/backends/honey/.gitignore [new file with mode: 0644]
xapian-core/backends/honey/Makefile [new file with mode: 0644]
xapian-core/backends/honey/Makefile.mk [new file with mode: 0644]
xapian-core/backends/honey/honey_alldocspostlist.cc [new file with mode: 0644]
xapian-core/backends/honey/honey_alldocspostlist.h [new file with mode: 0644]
xapian-core/backends/honey/honey_alltermslist.cc [new file with mode: 0644]
xapian-core/backends/honey/honey_alltermslist.h [new file with mode: 0644]
xapian-core/backends/honey/honey_changes.cc [new file with mode: 0644]
xapian-core/backends/honey/honey_changes.h [new file with mode: 0644]
xapian-core/backends/honey/honey_check.cc [new file with mode: 0644]
xapian-core/backends/honey/honey_check.h [new file with mode: 0644]
xapian-core/backends/honey/honey_compact.cc [new file with mode: 0644]
xapian-core/backends/honey/honey_cursor.cc [new file with mode: 0644]
xapian-core/backends/honey/honey_cursor.h [new file with mode: 0644]
xapian-core/backends/honey/honey_database.cc [new file with mode: 0644]
xapian-core/backends/honey/honey_database.h [new file with mode: 0644]
xapian-core/backends/honey/honey_databasereplicator.cc [new file with mode: 0644]
xapian-core/backends/honey/honey_databasereplicator.h [new file with mode: 0644]
xapian-core/backends/honey/honey_dbcheck.cc [new file with mode: 0644]
xapian-core/backends/honey/honey_dbcheck.h [new file with mode: 0644]
xapian-core/backends/honey/honey_defs.h [new file with mode: 0644]
xapian-core/backends/honey/honey_docdata.h [new file with mode: 0644]
xapian-core/backends/honey/honey_document.cc [new file with mode: 0644]
xapian-core/backends/honey/honey_document.h [new file with mode: 0644]
xapian-core/backends/honey/honey_freelist.cc [new file with mode: 0644]
xapian-core/backends/honey/honey_freelist.h [new file with mode: 0644]
xapian-core/backends/honey/honey_inverter.cc [new file with mode: 0644]
xapian-core/backends/honey/honey_inverter.h [new file with mode: 0644]
xapian-core/backends/honey/honey_lazytable.h [new file with mode: 0644]
xapian-core/backends/honey/honey_metadata.cc [new file with mode: 0644]
xapian-core/backends/honey/honey_metadata.h [new file with mode: 0644]
xapian-core/backends/honey/honey_positionlist.cc [new file with mode: 0644]
xapian-core/backends/honey/honey_positionlist.h [new file with mode: 0644]
xapian-core/backends/honey/honey_postlist.cc [new file with mode: 0644]
xapian-core/backends/honey/honey_postlist.h [new file with mode: 0644]
xapian-core/backends/honey/honey_replicate_internal.h [new file with mode: 0644]
xapian-core/backends/honey/honey_spelling.cc [new file with mode: 0644]
xapian-core/backends/honey/honey_spelling.h [new file with mode: 0644]
xapian-core/backends/honey/honey_spellingwordslist.cc [new file with mode: 0644]
xapian-core/backends/honey/honey_spellingwordslist.h [new file with mode: 0644]
xapian-core/backends/honey/honey_synonym.cc [new file with mode: 0644]
xapian-core/backends/honey/honey_synonym.h [new file with mode: 0644]
xapian-core/backends/honey/honey_table.cc [new file with mode: 0644]
xapian-core/backends/honey/honey_table.h [new file with mode: 0644]
xapian-core/backends/honey/honey_termlist.cc [new file with mode: 0644]
xapian-core/backends/honey/honey_termlist.h [new file with mode: 0644]
xapian-core/backends/honey/honey_termlisttable.cc [new file with mode: 0644]
xapian-core/backends/honey/honey_termlisttable.h [new file with mode: 0644]
xapian-core/backends/honey/honey_valuelist.cc [new file with mode: 0644]
xapian-core/backends/honey/honey_valuelist.h [new file with mode: 0644]
xapian-core/backends/honey/honey_values.cc [new file with mode: 0644]
xapian-core/backends/honey/honey_values.h [new file with mode: 0644]
xapian-core/backends/honey/honey_version.cc [new file with mode: 0644]
xapian-core/backends/honey/honey_version.h [new file with mode: 0644]
xapian-core/configure.ac
xapian-core/include/xapian/constants.h
xapian-core/include/xapian/version_h.cc