summaryrefslogtreecommitdiffstats
path: root/Makefile.am
AgeCommit message (Collapse)Author
2017-03-09Solaris fixes, mostly from Dagobert Michelsen.Nicholas Marriott
2017-02-21Reflect OBSD Makefile changes in Makefile.amThomas Adam
2017-02-15Hide or fix some warnings.Nicholas Marriott
2017-01-25Bad merge.Nicholas Marriott
2017-01-23Merge branch 'obsd-master'Thomas Adam
Conflicts: Makefile tmux.c
2017-01-22Add b64_pton as well.Nicholas Marriott
2016-10-19Put AM_* back, but this time do a dance in configure.ac so that we can keepNicholas Marriott
using CFLAGS for the tests.
2016-10-18Revert the AM_* change, I can't find a way to make AC_CHECK_HEADER useNicholas Marriott
LIBEVENT_CFLAGS.
2016-10-18I don't remember why we have make clean in dist-hook; remove it.Nicholas Marriott
2016-10-18*.h can go in dist_tmux_SOURCES, from Dilyan Palauzov.Nicholas Marriott
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
(like OS X) where the system implementation is crap. From Joshua Rubin.
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
Makefile
2015-11-18Add -Wno-attributes.Nicholas Marriott
2015-11-18Add reallocarray to compat.Nicholas Marriott
2015-11-13Merge branch 'obsd-master'Thomas Adam
Conflicts: Makefile
2015-10-27Merge branch 'obsd-master'Thomas Adam
Conflicts: Makefile client.c server-client.c server.c tmux.c tmux.h
2015-09-14No more $Id$.Nicholas Marriott
2015-09-14Merge branch 'obsd-master'Thomas Adam
Conflicts: Makefile
2015-09-11Add --enable-coverage for gcov.Nicholas Marriott
2015-08-30Merge branch 'obsd-master'Thomas Adam
Conflicts: Makefile format.c
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
Conflicts: Makefile tmux.1
2015-02-15Revert "Add -Wno-format-nonliteral to Makefile.am"Thomas Adam
Oh well. This will hide legitimate programming errors, which I knew, so I'll just have to accept that when looking through the compiler output. This reverts commit c2bbaab2ac06420fa56c872294a9f8d7b326571e.
2015-02-15Add -Wno-format-nonliteral to Makefile.amThomas Adam
Shut GCC up about non-literal arguments to functions which make use of placeholder expansions (printf, strftime, etc.)
2015-02-14Merge branch 'obsd-master'Thomas Adam
Conflicts: Makefile
2015-01-12We do not need to add /usr/local to CPPFLAGS; if configure managed to pass thenNicholas Marriott
the dependencies must already be in the search path. Reported by Romain Naour.
2014-10-29Merge branch 'obsd-master'Thomas Adam
Conflicts: Makefile cmd-link-window.c cmd-unlink-window.c
2014-10-21Merge branch 'obsd-master'Thomas Adam
Conflicts: Makefile cmd-list-commands.c cmd-suspend-client.c job.c tmux.h xmalloc.c
2014-09-16Tweak www and add RELEASE variable for current release version so we don't needNicholas Marriott
to turn it back and forth when updating.
2014-08-09Add compat/fparseln() for non-BSD systemsThomas Adam
Linux and friends don't natively have fparseln() so add it to compat/ and ensure autotools can pick it up.
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