aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-12guix: Add G-expression computed-file to build website.HEADmasterArun Isaac
2023-11-16xapian: Return list from inner lambda in mset-sxml-snippet.Arun Isaac
2023-11-16xapian: Reorder incorrect order of arguments to mset-snippet.Arun Isaac
2023-07-06.guix: Use current-source-directory in git-predicate.Arun Isaac
2023-07-06.guix: Name source checkout of Guix package.Arun Isaac
2023-07-06.guix: Fix package build in channel and CI job.Arun Isaac
2023-07-06Make repository a guix channel.Arun Isaac
2023-03-01Release version 0.3.1.v0.3.1Arun Isaac
2023-03-01Makefile: Distribute except.i.Arun Isaac
2023-01-20configure.ac: Check for guile module (htmlprag).Arun Isaac
2023-01-20guix.scm: Amend imports.Arun Isaac
2023-01-20guix.scm: Bump copyright year.Arun Isaac
2023-01-20Catch C++ xapian exceptions and raise them as scheme exceptions.Arun Isaac
2022-12-31Release version 0.3.0.v0.3.0Arun Isaac
2022-10-18xapian: Allow indexing text without position information.Arun Isaac
2022-10-17xapian: Explicitly specify default prefix for index-text!.Arun Isaac
2022-10-17xapian: Add docstring to index-text!.Arun Isaac
2022-10-17xapian: Support combining queries with OR, AND and FILTER operators.Arun Isaac
2022-10-17xapian: Support generation of SXML snippets.Arun Isaac
2022-10-17xapian: Add docstring to mset-snippet.Arun Isaac
2022-06-20Release version 0.2.1.v0.2.1Arun Isaac
2022-06-20Makefile: Suffix libguilexapian with effective Guile version number.Arun Isaac
2022-06-07Release version 0.2.0.v0.2.0Arun Isaac
2022-06-07Makefile: Add swig flag to search for include files is srcdir.Arun Isaac
2022-06-07Makefile: Mark xapian/wrap.scm as built source file.Arun Isaac
2022-06-07Makefile: Fix typo renaming xapian_wrap.scm to xapian/wrap.scm.Arun Isaac
2022-06-07Makefile: Distribute swig files.Arun Isaac
2022-06-07xapian: Accept bytevector slot values with document-slot-set!.Arun Isaac
2022-06-06xapian: Accept bytevector data with document-set-data!.Arun Isaac
2022-06-06Recommend guix shell instead of guix environment.Arun Isaac
2022-06-06README: Thank Ludovic Courtès for bug report.Arun Isaac
2022-06-06guix.scm: Do not override native-inputs.Arun Isaac
2022-06-06guix.scm: Use source from current directory.Arun Isaac
2022-06-06pre-inst-env: Set LD_LIBRARY_PATH to $abs_top_builddir/.libs.Arun Isaac
2021-09-08Makefile: Clean xapian.i and xapian_wrap.cc.Arun Isaac
2021-09-08Makefile: Replace suffix rules with pattern rules.Arun Isaac
2021-09-07Makefile: Silence swig.Arun Isaac
2021-09-07Makefile: Silence guild with GUILD prefix.Arun Isaac
2021-09-07README: Add Contributors section.Arun Isaac
2021-09-07tests: Add binary document tests.Bob131
2021-09-07xapian: Introduce document setters.Bob131
2021-09-07xapian: make-document: Accept bytevectors.Bob131
2021-09-07xapian: Introduce document-slot-ref-bytes.Bob131
2021-09-07xapian: Reimplement document-bytes.Bob131
2021-09-07Add SWIG wrappers for bytevector method variants.Bob131
2021-09-07Set up testing infrastructure.Arun Isaac
2021-09-06xapian: Support in-memory databases.Arun Isaac
2021-09-06README: Remove unnecessary guile -s flag.Arun Isaac
2021-09-02xapian: Fix spacing in association list.Arun Isaac
2021-09-02Update copyright years.Arun Isaac