Age | Commit message (Expand) | Author |
---|---|---|
2021-09-02 | website: Add website.•••* website/style.css: New file. * build-aux/build-home-page.el: New file. * configure.ac: Look for emacs. * Makefile.am (EMACS_GEN, EMACS_GEN_, EMACS_GEN_0, EMACS_GEN_1): New variables. (website, website/index.html): New target. (CLEANFILES): Add website/index.html. * .gitignore: Add website/index.html. | Arun Isaac |
2021-09-02 | Add guix.scm.•••* guix.scm: New file. * README.org (Usage): Update guix environment instructions. | Arun Isaac |
2020-10-17 | xapian: Introduce document-bytes.•••* xapian/xapian.scm (document-bytes): New function. | Arun Isaac |
2020-10-14 | xapian: Wrap MSet-snippet.•••* xapian/xapian.scm (get-flag, mset-snippet): New functions. | Arun Isaac |
2020-10-14 | Use Guix's guile-xapian package for `guix environment`.•••* guix.scm: Delete file. * README.org (Usage): Update `guix environment` instructions. | Arun Isaac |
2020-03-07 | xapian: Rename document-ref to document-slot-ref.•••* xapian/xapian.scm (document-ref): Rename to document-slot-ref. v0.1.0 | Arun Isaac |
2020-03-06 | xapian: Wrap document values.•••* xapian/xapian.scm (make-document): Support setting document values. (document-ref): New function. | Arun Isaac |
2020-03-05 | xapian: Wrap Enquire-get-mset using keyword arguments.•••* xapian/xapian.scm (enquire-mset): Introduce offset and maximum-items keyword arguments. * examples/search.scm (search): Pass pagesize as keyword argument to enquire-mset. Remove argument offset. | Arun Isaac |
2020-03-05 | xapian: Wrap Database-get-doccount.•••* xapian/xapian.scm (database-document-count): New function. | Arun Isaac |
2020-02-26 | Add generated files to .gitignore.•••* .gitignore: Add xapian.i and xapian/wrap.scm. | Arun Isaac |
2020-02-26 | Organize .gitignore.•••* .gitignore: Organize into sections with comments. | Arun Isaac |
2020-02-26 | Load libguilexapian with absolute path or through a search path.•••* xapian.i: Rename to xapian.i.in. * xapian.i.in: Try loading libguilexapian with absolute path first. If it fails, then try searching using LD_LIBRARY_PATH and other mechanisms. * Makefile.am: Generate xapian.i from xapian.i.in. | Arun Isaac |
2020-02-26 | Support guile 3.0.•••* configure.ac: Check for guile 3.0. If not found, check for guile 2.2. | Arun Isaac |
2020-02-19 | Invoke GUILE_PKG to set GUILE_EFFECTIVE_VERSION.•••* configure.ac: Invoke GUILE_PKG. | Arun Isaac |
2020-02-19 | Build xapian/xapian.scm after libguilexapian.la.•••* Makefile.am: Build xapian/xapian.scm only after libguilexapian.la. | Arun Isaac |
2020-02-19 | Load libguilexapian without any specific path.•••* pre-inst-env.in (LD_LIBRARY_PATH): Set LD_LIBRARY_PATH. * xapian.i: Load libguilexapian without any specific path. Let it be found using LD_LIBRARY_PATH and other search mechanisms. | Arun Isaac |
2020-02-18 | xapian: Remove generated scheme stub.•••xapian/wrap.scm is generated by swig. We need not commit it to the git repository. * xapian/wrap.scm: Delete file. | Arun Isaac |
2020-02-18 | Rerun pkg-config to find xapian include flags for swig.•••* configure.ac: Rerun pkg-config to find xapian include flags for swig. Store result in SWIG_FLAGS. * Makefile.am: Use SWIG_CFLAGS. | Arun Isaac |
2020-02-17 | README: Warn about unstable API.•••* README.org: Warn about unstable API. | Arun Isaac |
2020-02-16 | examples: Add comments.•••* examples/index.scm, examples/search.scm: Add comments. | Arun Isaac |
2020-02-15 | README: Explain the end goal of Scheme-friendly wrapping.•••* README.org: Explain the eventual complete wrapping of low level functions from (xapian wrap). | Arun Isaac |
2020-02-15 | Add .gitignore.•••* .gitignore: New file. | Arun Isaac |
2020-02-15 | Add Emacs directory local variables.•••* .dir-locals.el: New file. | Arun Isaac |
2020-02-15 | Add bootstrap script.•••* bootstrap.sh: New file. | Arun Isaac |
2020-02-15 | First commit. | Arun Isaac |