summaryrefslogtreecommitdiff
path: root/lib/Makefile.local
AgeCommit message (Expand)Author
2016-09-21lib: basic message-property APIDavid Bremner
2016-09-21lib: private string map (associative array) APIDavid Bremner
2016-05-25lib: add support for named queriesDavid Bremner
2016-05-24lib: provide config APIDavid Bremner
2016-05-13lib/cli: add library API / CLI for compile time optionsDavid Bremner
2015-08-10build: extract library versions from notmuch.hDavid Bremner
2015-08-04lib: add public accessor for database from queryDavid Bremner
2015-06-13lib, ruby: make use of -Wl,--no-undefined configurableDavid Bremner
2015-03-06lib: make notmuch shared library install_name be full path on Mac OS XJ. Lewis Muir
2015-03-01lib: bump SONAME minor versionDavid Bremner
2014-09-16lib: bump sonamePeter Wang
2013-12-07lib: Bump library version from 3.0.0 to 3.1.0Austin Clements
2013-12-07lib: Make VERSION macros agree with soname versionAustin Clements
2013-01-22lib/Makefile.local: depend on libs we are linking withAmadeusz Żołnowski
2012-10-31lib: add date range query supportJani Nikula
2012-10-31build: build parse-time-string as part of the notmuch lib and static cliJani Nikula
2012-10-27Support OpenBSDAustin Clements
2012-05-05lib: Bump SO version from 2.0.0 to 3.0.0Austin Clements
2011-11-19Don't link libnotmuch if libutil isn't linked in properly.Tom Prince
2011-11-13Link libutil using filenmae, rather than using -l.Tom Prince
2011-10-30xutil.c: remove duplicate copies, create new library libutil.a to contain xutil.David Bremner
2011-10-24Prefix lib/notmuch.h and lib/gen-version-script.sh with $(srcdir)Amadeusz Żołnowski
2011-10-04lib: bump SONAMEDavid Bremner
2011-09-24lib: bump library minor version because of new symbols.David Bremner
2011-07-20libnotmuch: only build symbols list after the modules are builtThomas Jost
2011-07-17Merge commit '0.6.1'David Bremner
2011-07-16libnotmuch: export Xapian typeinfo symbolsDavid Bremner
2011-07-03Use POSIX sed invocationRobin Green
2011-06-29lib/Makefile.local: remove leftover debugging output.David Bremner
2011-06-28libnotmuch: build symbols list without relying on gcc -aux-info.David Bremner
2011-06-28libnotmuch: build symbols list without relying on gcc -aux-info.David Bremner
2011-06-28libnotmuch: fix typos in CLEAN setting, add fileDavid Bremner
2011-06-23fix sum moar typos [build scripts, Makefiles]Pieter Praet
2011-06-23libnotmuch: add linker script to declare only notmuch_* symbols as global.David Bremner
2011-03-21Implement an internal generic string list and use it.Austin Clements
2011-03-09build: Add support for non-source-directory builds.Carl Worth
2011-01-26Makefile: Quote variables used as filenames in shell commandsCarl Worth
2010-11-11Increment library version to 1.3.0Carl Worth
2010-11-11lib: Add new implementation of notmuch_filenames_tCarl Worth
2010-11-01Update library version to 1.2.0Carl Worth
2010-10-28Do not call ldconfig when building Debian packageMichal Sojka
2010-09-21lib: Fix "make install"Carl Worth
2010-06-04make install: Run ldconfig or install a DT_RUNPATH in binary as appropriate.Carl Worth
2010-06-03Add support for the Solaris platformTomas Carnecky
2010-04-27lib: Increment library version to 1.1.0Carl Worth
2010-04-14Makefile: Add library version information on OS X.Carl Worth
2010-04-14Makefile: Fix library linking command for OS XCarl Worth
2010-04-14Add infrastructure for building shared library on OS X.Aaron Ecay
2010-04-14Makefile: Move compat sources from the client code to the library.Carl Worth
2010-04-06Avoid needlessly linking final notmuch binary against libXapian.Carl Worth