summaryrefslogtreecommitdiff
path: root/make/test
AgeCommit message (Collapse)Author
2017-04-14Switch compiler detection to use a more reliable method.Peter Powell
Its clear that parsing version output is not reliable enough so switch to using a method which is less likely to break.
2016-08-08Include <array> or <tr1/array> globallyAttila Molnar
2016-02-22Merge insp20Attila Molnar
2015-02-20Fix oversight which caused problems with Clang on OSX.Peter Powell
2015-02-18Remove a workaround for a compiler which is no longer supported.Peter Powell
2015-02-18Add the <type_traits> header to the compiler test file.Peter Powell
2014-12-07Miscellaneous improvements to configure.Peter Powell
- Clean up various minor sections of the code. - Remove OpenSSL and GnuTLS detection plumbing. - This will soon be the job of modulemanager. - This did not work in non-interactive mode unlike --enable-extras. - Rework runas user handling. - Add the --gid configure option. - Accept either an id or a name in --gid and --uid. - Rework the question flow in interactive mode. - User is no longer asked detailed questions unless they want them. - Socket engine questions have been removed. - Automatically enable non-interactive mode if STDIN or STDOUT are not a tty.
2013-07-16Use the preprocessor to check for TCP deferring support.Peter Powell
2013-06-03Added option for using TCP_DEFER_ACCEPT. Prevents the connection from being ↵Daniel Vassdal
handed over to the daemon before data is ready from the client.
2013-05-16Fix kqueue test on non-Apple BSDs.Peter Powell
2013-05-16Improve feature detection in configure.Peter Powell