summaryrefslogtreecommitdiffstats
path: root/Makefile.am
AgeCommit message (Expand)Author
2020-12-24Makefile.am: add grid-reader.cThomas Adam
2020-11-09Scaffold for oss-fuzz, from Sergey Nizovtsev.Nicholas Marriott
2020-11-09Add support for Haiku, from David Carlier. GitHub issue 2453.Nicholas Marriott
2020-05-15xterm-keys has been on by default for 5 years and all other modern terminalsNicholas Marriott
2020-05-08Add a customize mode where options may be browsed and changed, includes addingNicholas Marriott
2020-04-29Do not want -O0 by default.Nicholas Marriott
2020-04-29Improve command prompt completion:Nicholas Marriott
2020-04-23Add XDG_CONFIG home to the configuration search paths.Nicholas Marriott
2020-04-20Merge branch 'obsd-master'Thomas Adam
2020-03-26Merge branch 'obsd-master'Thomas Adam
2020-01-28Fix for version changes.Nicholas Marriott
2019-12-12Merge branch 'obsd-master'Thomas Adam
2019-12-10Add ~/.config/tmux/tmux.conf to the default search path for configuration filesNicholas Marriott
2019-09-08Fix "make ctags", GitHub issue 1888.Nicholas Marriott
2019-06-14Merge branch 'obsd-master'Thomas Adam
2019-05-23Add yacc(1) bits.Nicholas Marriott
2019-05-23Merge branch 'obsd-master'Thomas Adam
2019-05-10Merge branch 'obsd-master'Thomas Adam
2019-04-27Merge branch 'obsd-master'Thomas Adam
2019-04-18Remove duplicate entry.Nicholas Marriott
2019-04-18Merge branch 'obsd-master'Thomas Adam
2019-04-07Break new window and pane creation common code from various commands andNicholas Marriott
2019-03-18Merge branch 'obsd-master'Thomas Adam
2018-09-04Makefile.am: Add space between -f and argumentThomas Adam
2018-08-20Support for windows larger than the client.Nicholas Marriott
2018-07-04+README.ja.Nicholas Marriott
2017-07-12Merge branch 'obsd-master'Thomas Adam
2017-06-08Move FAQ online and do not ship TODO.Nicholas Marriott
2017-05-31Merge branch 'obsd-master'Thomas Adam
2017-04-21Fix after mergeThomas Adam
2017-04-21Merge branch 'obsd-master'Thomas Adam
2017-04-20Turn on debug if $VERSION is master rather than commenting and uncommenting.Nicholas Marriott
2017-03-22Remove coverage and profile flags.Nicholas Marriott
2017-03-22Can shorten these by using LIBOBJ.Nicholas Marriott
2017-03-22DEFS -> AM_CPPFLAGS.Nicholas Marriott
2017-03-22Should not need -D_POSIX_PTHREAD_SEMANTICS.Nicholas Marriott
2017-03-22Use AC_USE_SYSTEM_EXTENSIONS and explicitly check for daemon() in headers.Nicholas Marriott
2017-03-09Compat code for strndup and strnlen.Nicholas Marriott
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
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
2016-10-18Revert the AM_* change, I can't find a way to make AC_CHECK_HEADER useNicholas Marriott
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