| Age | Commit message (Collapse) | Author | 
|---|
|  | * xapian/xapian.scm (database-document-count): New function. | 
|  | * .gitignore: Add xapian.i and xapian/wrap.scm. | 
|  | * .gitignore: Organize into sections with comments. | 
|  | * 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. | 
|  | * configure.ac: Check for guile 3.0. If not found, check for guile
2.2. | 
|  | * configure.ac: Invoke GUILE_PKG. | 
|  | * Makefile.am: Build xapian/xapian.scm only after libguilexapian.la. | 
|  | * 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. | 
|  | xapian/wrap.scm is generated by swig. We need not commit it to the git
repository.
* xapian/wrap.scm: Delete file. | 
|  | * configure.ac: Rerun pkg-config to find xapian include flags for
swig. Store result in SWIG_FLAGS.
* Makefile.am: Use SWIG_CFLAGS. | 
|  | * README.org: Warn about unstable API. | 
|  | * examples/index.scm, examples/search.scm: Add comments. | 
|  | * README.org: Explain the eventual complete wrapping of low level
functions from (xapian wrap). | 
|  | * .gitignore: New file. | 
|  | * .dir-locals.el: New file. | 
|  | * bootstrap.sh: New file. | 
|  |  |