summaryrefslogtreecommitdiffstats
path: root/Makefile.am
AgeCommit message (Expand)Author
2016-10-18Rename found_debug to enable_debug.Nicholas Marriott
2016-10-17Preserve existing AM_CPPFLAGS and AM_LDFLAGS values.Nicholas Marriott
2016-10-17CFLAGS/CPPFLAGS/LDFLAGS -> AM_*, requested by Dilyan Palauzov.Nicholas Marriott
2016-10-13tmux no longer uses openat() so we can remove the compatibilty function.Nicholas Marriott
2016-10-12NetBSD needs _OPENBSD_SOURCE for reallocarray.Nicholas Marriott
2016-09-01Add support for using utf8proc with --enable-utf8proc, useful for platformsNicholas Marriott
2016-06-27Remove duplicate daemon.c and time.h.Nicholas Marriott
2016-05-27Merge branch 'master' of github.com:tmux/tmuxNicholas Marriott
2016-05-27getprogname() and setproctitle() on Linux.Nicholas Marriott
2016-05-27Add flag for -pg.Nicholas Marriott
2016-04-26No more array.h.Nicholas Marriott
2016-03-17Tweak a comment.Nicholas Marriott
2016-02-06EXTRA_DIST: add example_tmux.conf / xmalloc.hThomas Adam
2015-12-08Conflicts:Thomas Adam
2015-11-18Add -Wno-attributes.Nicholas Marriott
2015-11-18Add reallocarray to compat.Nicholas Marriott
2015-11-13Merge branch 'obsd-master'Thomas Adam
2015-10-27Merge branch 'obsd-master'Thomas Adam
2015-09-14No more $Id$.Nicholas Marriott
2015-09-14Merge branch 'obsd-master'Thomas Adam
2015-09-11Add --enable-coverage for gcov.Nicholas Marriott
2015-08-30Merge branch 'obsd-master'Thomas Adam
2015-07-14Add _LINUX_SOURCE_COMPAT on AIX.Nicholas Marriott
2015-06-05Only need *.ch in compat.Nicholas Marriott
2015-06-04I no longer need to care about GCC 3.Nicholas Marriott
2015-06-04HTML bits are now elsewhere.Nicholas Marriott
2015-04-28Add tmux4.png.Nicholas Marriott
2015-04-28Upload all the files.Nicholas Marriott
2015-04-27Merge branch 'obsd-master'Thomas Adam
2015-02-15Revert "Add -Wno-format-nonliteral to Makefile.am"Thomas Adam
2015-02-15Add -Wno-format-nonliteral to Makefile.amThomas Adam
2015-02-14Merge branch 'obsd-master'Thomas Adam
2015-01-12We do not need to add /usr/local to CPPFLAGS; if configure managed to pass thenNicholas Marriott
2014-10-29Merge branch 'obsd-master'Thomas Adam
2014-10-21Merge branch 'obsd-master'Thomas Adam
2014-09-16Tweak www and add RELEASE variable for current release version so we don't needNicholas Marriott
2014-08-09Add compat/fparseln() for non-BSD systemsThomas Adam
2014-06-19Might as well still allow autoconf 2.59.Nicholas Marriott
2014-06-18Build DEBUG with -O2 as well.Nicholas Marriott
2014-04-29Typo in previous: $(srcdir)Thomas Adam
2014-04-29Makefile.am: Honour $srcdir for mdoc2man.awkThomas Adam
2014-04-23Merge branch 'obsd-master'Thomas Adam
2014-02-26Having three *clock* files is ridiculous, remove clock.c.Nicholas Marriott
2014-02-20dist: Call clean target before any other actionThomas Adam
2014-01-31Fixup BSD specific things from last mergeThomas Adam
2013-10-10Add openat() to compat.Nicholas Marriott
2013-06-25Use _XPG6 on Solaris with GCC because the headers are insane and don't like GCCNicholas Marriott
2013-05-15Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-codeNicholas Marriott
2013-05-15Rename tmux.1.in back to tmux.1 and generate tmux.1.{mdoc,man} instead.Nicholas Marriott
2013-04-28Use $(srcdir) for generating tmux.1, reported by fasta_ on IRC.Nicholas Marriott