Age | Commit message (Expand) | Author |
---|---|---|
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 |