History log of /dovecot/src/lib-compression/Makefile.am
Revision Date Author Comments Expand
149299c7d5136a8fb425ef3cf8953026a1358002 11-Oct-2017 Timo Sirainen <timo.sirainen@dovecot.fi>

global: Use check-local in Makefile.am instead of overriding check directly This helps with dependency problems, like running "make check" in lib-storage without "make" first would try to compile the test programs too early and fail.

/dovecot/src/anvil/Makefile.am /dovecot/src/auth/Makefile.am /dovecot/src/director/Makefile.am /dovecot/src/doveadm/Makefile.am /dovecot/src/doveadm/dsync/Makefile.am /dovecot/src/lib-charset/Makefile.am Makefile.am /dovecot/src/lib-dcrypt/Makefile.am /dovecot/src/lib-dict-backend/Makefile.am /dovecot/src/lib-dict/Makefile.am /dovecot/src/lib-dns/Makefile.am /dovecot/src/lib-fs/Makefile.am /dovecot/src/lib-fts/Makefile.am /dovecot/src/lib-http/Makefile.am /dovecot/src/lib-imap-client/Makefile.am /dovecot/src/lib-imap/Makefile.am /dovecot/src/lib-index/Makefile.am /dovecot/src/lib-ldap/Makefile.am /dovecot/src/lib-mail/Makefile.am /dovecot/src/lib-master/Makefile.am /dovecot/src/lib-program-client/Makefile.am /dovecot/src/lib-settings/Makefile.am /dovecot/src/lib-smtp/Makefile.am /dovecot/src/lib-storage/Makefile.am /dovecot/src/lib/Makefile.am /dovecot/src/plugins/mail-crypt/Makefile.am /dovecot/src/plugins/pop3-migration/Makefile.am /dovecot/src/plugins/quota/Makefile.am /dovecot/src/plugins/var-expand-crypt/Makefile.am
ba40be5b23bf26ea2035e44e514c5e7dd0e3dac9 09-May-2015 Timo Sirainen <tss@iki.fi>

Moved fs-compress to a separate plugin directory. Mainly because I couldn't figure out how to make automake dependencies work on "make install" stage. It was trying to link fs-compress.so using -ldovecot-storage, but libdovecot-storage.so was also concurrently being installed.

bfcd4302925510e8fdcbd82cd56119bec8d09ab9 09-May-2015 Timo Sirainen <tss@iki.fi>

lib-compression: Fixed dependency tracking in Makefile

3ee40ecd55d40fdb0214e73bf26f73c812b7c64f 08-May-2015 Timo Sirainen <tss@iki.fi>

Moved fs-compress from lib-fs to lib-compression. This solves build ordering issues.

54f93d2bae53f99f04ba9ade48446c8a5bc77c96 27-Mar-2015 Timo Sirainen <tss@iki.fi>

lib-compression: Use libdovecot.so as dependency. Don't include liblib.a itself!

443fd76b8dfbb708bf2eab8bf5fe7440cc90eb13 07-May-2014 Timo Sirainen <tss@iki.fi>

lib-compression: Added some unit testing for lib-compression. Not perfect in any way, but at least tests if things are completely broken.

463d5291a5cd42305b3ea64263afac0fb22c1a94 15-Jan-2014 Timo Sirainen <tss@iki.fi>

Makefile: Added missing iostream-lz4.h

a49d1c2ca3c134c0c62b37a94936c78e9849e044 14-Jan-2014 Timo Sirainen <tss@iki.fi>

lib-compression: Added initial support for LZ4 There's no standard file format for LZ4, so we created our own. The code has had only minimal testing currently, so there may be bugs.

12983e9d3b4ebdfb1e14f197c153304b3af44b59 24-Nov-2013 Timo Sirainen <tss@iki.fi>

lib-compression: Added support for liblzma (xz) Annoyingly this is mainly copy&pasted [io]stream-bzlib, but I'm not sure if it's worth the effort to try to create common functions for them.

7f50258fb5e71ca7965d8527f879114c39d0a0fb 25-Feb-2013 Timo Sirainen <tss@iki.fi>

MODULE_LIBS is now part of LIBDOVECOT. No need to explicitly link it everywhere.

95eb893b9fc5db61f559689be027f1bd847ec695 02-Aug-2012 Timo Sirainen <tss@iki.fi>

Makefile: Added missing headers

f052a448696b1246ee9fc36b7c727237aed56058 01-Aug-2012 Timo Sirainen <tss@iki.fi>

Moved zlib/bzlib code to lib-compression library.