aboutsummaryrefslogtreecommitdiff
path: root/make/test
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2022-12-303-3/+2
|
* Fix building with the Intel C++ compiler.Gravatar Sadie Powell2022-12-101-1/+4
| | | | | | - Fix adding -Wshadow in the compiler flags twice. - Detect the new Clang-based Intel compiler as well as the old one. - Silence some deprecation warnings using Intel syntax.
* Update copyright headers.Gravatar InspIRCd Robot2021-02-262-2/+2
|
* Fix using the TR1 headers on compilers that support C++17.Gravatar Sadie Powell2021-02-011-1/+1
|
* Update copyright headers.Gravatar InspIRCd Robot2020-04-241-1/+1
|
* Update copyright headers.Gravatar InspIRCd Robot2020-01-311-1/+1
|
* Update copyright headers.Gravatar InspIRCd Robot2020-01-114-2/+8
|
* Update my name and email address.Gravatar Sadie Powell2019-12-314-4/+4
|
* Use arc4random_buf() instead of random() when available.Gravatar Peter Powell2018-07-201-0/+26
|
* Switch compiler detection to use a more reliable method.Gravatar Peter Powell2017-04-143-0/+44
| | | | | Its clear that parsing version output is not reliable enough so switch to using a method which is less likely to break.
* Include <array> or <tr1/array> globallyGravatar Attila Molnar2016-08-081-0/+2
|
* Merge insp20Gravatar Attila Molnar2016-02-222-0/+3
|
* Fix oversight which caused problems with Clang on OSX.Gravatar Peter Powell2015-02-201-1/+1
|
* Remove a workaround for a compiler which is no longer supported.Gravatar Peter Powell2015-02-181-0/+4
|
* Add the <type_traits> header to the compiler test file.Gravatar Peter Powell2015-02-181-0/+2
|
* Miscellaneous improvements to configure.Gravatar Peter Powell2014-12-071-0/+29
| | | | | | | | | | | | | | | - 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.
* Use the preprocessor to check for TCP deferring support.Gravatar Peter Powell2013-07-162-54/+0
|
* Added option for using TCP_DEFER_ACCEPT. Prevents the connection from being ↵Gravatar Daniel Vassdal2013-06-032-0/+54
| | | | handed over to the daemon before data is ready from the client.
* Fix kqueue test on non-Apple BSDs.Gravatar Peter Powell2013-05-161-0/+1
|
* Improve feature detection in configure.Gravatar Peter Powell2013-05-163-0/+78