summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-19Load 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-18xapian: 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-18Rerun 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-17README: Warn about unstable API.•••* README.org: Warn about unstable API. Arun Isaac
2020-02-16examples: Add comments.•••* examples/index.scm, examples/search.scm: Add comments. Arun Isaac
2020-02-15README: 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-15Add .gitignore.•••* .gitignore: New file. Arun Isaac
2020-02-15Add Emacs directory local variables.•••* .dir-locals.el: New file. Arun Isaac
2020-02-15Add bootstrap script.•••* bootstrap.sh: New file. Arun Isaac
2020-02-15First commit.Arun Isaac