notmuch/bindings/ruby
Tomi Ollila d796dad4ed ruby: extern linkage portability improvement
Some C compilers are stricter when it comes to (tentative) definition
of a variable -- in those compilers introducing variable without 'extern'
keyword always allocates new 'storage' to the variable and linking all
these modules fails due to duplicate symbols.

This is reimplementation of Charlie Allom's patch:
id:"1336481467-66356-1-git-send-email-charlie@mediasp.com",
written originally by Ali Polatel. This version has
more accurate commit message.
2012-06-29 22:24:17 -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: extern linkage portability improvement 2012-06-29 22:24:17 -03:00
directory.c ruby: be consistent with notmuch's coding style 2011-10-04 16:43:40 +03:00
extconf.rb Revert "ruby: Add workarounds to use in-tree build not the installed one" 2012-05-25 15:11:31 +02:00
filenames.c ruby: be consistent with notmuch's coding style 2011-10-04 16:43:40 +03:00
init.c ruby: extern linkage portability improvement 2012-06-29 22:24:17 -03: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: Add wrapper for notmuch_query_set_omit_excluded() 2012-05-08 10:34:50 -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: be consistent with notmuch's coding style 2011-10-04 16:43:40 +03:00
threads.c ruby: be consistent with notmuch's coding style 2011-10-04 16:43:40 +03:00