aboutsummaryrefslogtreecommitdiff
path: root/Makefile.local
AgeCommit message (Expand)Author
2011-11-17build system: tweak VERSION so that debian-snapshot works for N.NN~rcNDavid Bremner
2011-10-30xutil.c: remove duplicate copies, create new library libutil.a to contain xutil.David Bremner
2011-10-28build system: target to make a Debian snapshot package.David Bremner
2011-10-28build system: remove dashes from git-describe generated version.David Bremner
2011-09-05build system: Check that python bindings have consistent version when releasingDavid Bremner
2011-07-29build-system: Add pre-release targetDavid Bremner
2011-07-17build-system: tag debian-version as part of the release target0.6.1David Bremner
2011-07-17build-system: update version check to support non-native packages.David Bremner
2011-07-17build-system: guard parts irrevokable parts of release target with REALLY_UPLOADDavid Bremner
2011-07-17build-system: use signed tag to make tar file, if available.David Bremner
2011-07-17build-system: tag earlier in the release process.David Bremner
2011-07-17build-system: remove use of git-buildpackage, dput. Add pristine-tar.David Bremner
2011-07-17build-system: run make clean before testing.David Bremner
2011-07-17build-system: replace use of ssh with wget for checking the websiteDavid Bremner
2011-06-03Use stock GMimeSession by defaultDaniel Kahn Gillmor
2011-05-27Add signature verification of PGP/MIME-signed parts with --verify.Jameson Graef Rollins
2011-05-24notmuch: Implement search-tags as an alias for "search --output=tags *"Carl Worth
2011-03-09build: Add support for non-source-directory builds.Carl Worth
2011-01-26Makefile: Quote variables used as filenames in shell commandsCarl Worth
2011-01-26configure: add options to disable emacs/zsh/bash and choose install dir.Cédric Cabessa
2010-11-01Makefile: Move the -Wl,-as-needed option earlier in the command line.Carl Worth
2010-11-01lib: Add GCC visibility(hidden) pragmas to private header files.Carl Worth
2010-11-01Makefile: Build library with -Wl,--as-neededCarl Worth
2010-10-30configure: Add a check for the -Wl,--as-needed flag.Carl Worth
2010-10-30build: only link to what we really useFelipe Contreras
2010-10-30configure: Test for flag to set rpathCarl Worth
2010-10-29Makefile: Fix notmuch binary to directly link against Xapian and GMime.Carl Worth
2010-09-17test: Fix test suite to integrate with our non-recursive Makefile system.Carl Worth
2010-06-04make install: Run ldconfig or install a DT_RUNPATH in binary as appropriate.Carl Worth
2010-06-01Makefile: Improve the "what to do now" message from "make install"Carl Worth
2010-04-16make release: Add Debian package building and upload0.2Carl Worth
2010-04-16make release: Add a check that version and debian/changelog are consistentCarl Worth
2010-04-16Makefile: Avoid complaining about .first-build-message not existingCarl Worth
2010-04-16Fix final link of notmuch binary to use C compiler if possible.Carl Worth
2010-04-16Makefile: Fix conditionals to avoid calling git when no .git is presentCarl Worth
2010-04-16Makefile: Add a top-level "make snapshot" target.Carl Worth
2010-04-16Makefile: Rework the version checks slightly.Carl Worth
2010-04-16Makefile: Add an explicit version file to the repository.Carl Worth
2010-04-16make release: Don't print the release message on stdout.Carl Worth
2010-04-16Makefile: Fix "make release" to print the current release announcement.Carl Worth
2010-04-15make release: Enforce a clean source tree before release.Carl Worth
2010-04-15make release: Provide a kinder message when VERSION is forgotten.Carl Worth
2010-04-15Makefile: Re-order the commands in "make release" slightly.Carl Worth
2010-04-15Makefile: Simplify the release targets.Carl Worth
2010-04-15Makefile.local: Fix typo in comment.Carl Worth
2010-04-15Makefile: Make "make release" run the test suite.Carl Worth
2010-04-15Makefile: Add a "make test" target.Carl Worth
2010-04-14Makefile: Fix final linking of notmuch binary for OS X.Carl 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