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