summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-26Add generated files to .gitignore.•••* .gitignore: Add xapian.i and xapian/wrap.scm. Arun Isaac
2020-02-26Organize .gitignore.•••* .gitignore: Organize into sections with comments. Arun Isaac
2020-02-26Load 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-26Support guile 3.0.•••* configure.ac: Check for guile 3.0. If not found, check for guile 2.2. Arun Isaac
2020-02-19Invoke GUILE_PKG to set GUILE_EFFECTIVE_VERSION.•••* configure.ac: Invoke GUILE_PKG. Arun Isaac
2020-02-19Build xapian/xapian.scm after libguilexapian.la.•••* Makefile.am: Build xapian/xapian.scm only after libguilexapian.la. Arun Isaac
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