aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-02-18xapian: Remove generated scheme stub.Arun Isaac
xapian/wrap.scm is generated by swig. We need not commit it to the git repository. * xapian/wrap.scm: Delete file.
2020-02-18Rerun pkg-config to find xapian include flags for swig.Arun Isaac
* configure.ac: Rerun pkg-config to find xapian include flags for swig. Store result in SWIG_FLAGS. * Makefile.am: Use SWIG_CFLAGS.
2020-02-17README: Warn about unstable API.Arun Isaac
* README.org: Warn about unstable API.
2020-02-16examples: Add comments.Arun Isaac
* examples/index.scm, examples/search.scm: Add comments.
2020-02-15README: Explain the end goal of Scheme-friendly wrapping.Arun Isaac
* README.org: Explain the eventual complete wrapping of low level functions from (xapian wrap).
2020-02-15Add .gitignore.Arun Isaac
* .gitignore: New file.
2020-02-15Add Emacs directory local variables.Arun Isaac
* .dir-locals.el: New file.
2020-02-15Add bootstrap script.Arun Isaac
* bootstrap.sh: New file.
2020-02-15First commit.Arun Isaac