]> git.notmuchmail.org Git - notmuch/commit
lib: make glib initialization thread-safe
authorDavid Bremner <david@tethera.net>
Sun, 9 May 2021 20:33:48 +0000 (17:33 -0300)
committerDavid Bremner <david@tethera.net>
Fri, 14 May 2021 01:21:57 +0000 (22:21 -0300)
commit8410be8e0867820c9814d06b49ff6da822d384a3
tree7e5f132d32eba50b3688d37d96a9f685e1216209
parenta34d7b41444ad2fb50cc7def25659c88d439780a
lib: make glib initialization thread-safe

In principle this could be done without depending on C++11 features,
but these features should be available since gcc 4.8.1, and this
localized usage is easy to replace if it turns out to be problematic
for portability.
lib/Makefile.local
lib/index.cc
lib/init.cc [new file with mode: 0644]
lib/message-file.c
lib/notmuch-private.h
lib/open.cc