notmuch/bindings/ruby
Felipe Contreras 8c3d19313e ruby: use in-tree notmuch library
Currently it simply finds any library available, and if notmuch is
installed in the system, it would give priority to that library.

Let's implement our own helper functions to link directly to the local
library, and give priority to the local header file.

Also, add an option to properly check if there are missing symbols.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
2013-05-23 08:15:20 -03:00
..
.gitignore ruby: Add generated files to .gitignore 2011-02-03 01:40:38 +02:00
database.c ruby: Update for changes to notmuch_database_get_directory 2012-05-15 08:59:05 -03:00
defs.h ruby: Add bindings for notmuch_thread_get_messages 2013-02-18 20:23:40 -04:00
directory.c ruby: be consistent with notmuch's coding style 2011-10-04 16:43:40 +03:00
extconf.rb ruby: use in-tree notmuch library 2013-05-23 08:15:20 -03:00
filenames.c ruby: be consistent with notmuch's coding style 2011-10-04 16:43:40 +03:00
init.c ruby: Add bindings for notmuch_thread_get_messages 2013-02-18 20:23:40 -04:00
message.c ruby: Fix macros, use quoting 2011-10-04 16:57:33 +03:00
messages.c ruby: be consistent with notmuch's coding style 2011-10-04 16:43:40 +03:00
query.c ruby: fix missing symbol UINT2FIX() 2013-05-23 08:03:58 -03:00
rdoc.sh ruby: Remove the split file hack from rdoc.sh 2011-07-29 09:44:44 +03:00
status.c ruby: be consistent with notmuch's coding style 2011-10-04 16:43:40 +03:00
tags.c ruby: be consistent with notmuch's coding style 2011-10-04 16:43:40 +03:00
thread.c ruby: Add bindings for notmuch_thread_get_messages 2013-02-18 20:23:40 -04:00
threads.c ruby: be consistent with notmuch's coding style 2011-10-04 16:43:40 +03:00