Age | Commit message (Expand) | Author |
2017-09-21 | Move the init scripts out of the prefix into the new script dir. | Peter Powell |
2017-07-09 | Merge pull request #1338 from SaberUK/master+openvz | Attila Molnar |
2017-05-20 | Warn the user about clock drifting when running on OpenVZ. | Peter Powell |
2017-05-19 | Tidy up the socket engine selection code. | Peter Powell |
2017-03-25 | Rename read_configure_cache to read_config_file and move to common. | Peter Powell |
2016-12-29 | Merge pull request #1273 from SaberUK/master+bs | Attila Molnar |
2016-12-26 | Add interactive-mode support for setting the compiler binary. | Peter Powell |
2016-12-26 | Fix the clock_gettime() test on macOS Sierra. | Peter Powell |
2016-11-18 | Fix the distribution label not showing up since b8d85c6251. | Peter Powell |
2016-11-08 | Update build system for the removal of . from @INC. | Peter Powell |
2016-09-16 | Rewrite the build system directive parser. | Peter Powell |
2016-09-02 | Update stuff for the new versioning system. | Peter Powell |
2016-06-15 | Add mbedTLS SSL module | Attila Molnar |
2016-02-19 | Fix the temporary fix for finding SSL libraries. | Peter Powell |
2015-03-25 | Convert the build system to Perl 5.10. | Peter Powell |
2015-03-08 | Fix dodgy indentation in configure. | Peter Powell |
2015-03-06 | Add development version checks to non-interactive mode. | Peter Powell |
2014-12-18 | Fix some oversights from #895. | Peter Powell |
2014-12-07 | Move common code to make::common from make::utilities. | Peter Powell |
2014-12-07 | Implement support for distribution specific version labels. | Peter Powell |
2014-12-07 | Improve build system compiler detection. | Peter Powell |
2014-12-07 | Improve configure cache file handling. | Peter Powell |
2014-12-07 | Miscellaneous improvements to configure. | Peter Powell |
2014-12-07 | Add Perl module for console related code. | Peter Powell |
2014-05-23 | Replace the configure templating system with something better. | Peter Powell |
2014-04-11 | Remove various broken/useless features from the build system. | Peter Powell |
2014-04-07 | Merge insp20 | Attila Molnar |
2014-04-04 | Fix typos and update text in the configure script | Attila Molnar |
2014-02-08 | Replace SocketEngine::GetName() with INSPIRCD_SOCKETENGINE_NAME define | Attila Molnar |
2013-12-15 | Fix $config{UID} being set incorrectly | Peter Powell |
2013-12-13 | Add a warning that the user is using a development version. | Peter Powell |
2013-08-22 | Fix a few problems | attilamolnar |
2013-08-18 | Clean up and move various subroutines. | Peter Powell |
2013-08-16 | Clean up the build system properties and related code. | Peter Powell |
2013-08-04 | Refactor duplicate test code into a run_test subroutine. | Peter Powell |
2013-07-29 | Remove a ton of duplicate and obsolete code from configure. | Peter Powell |
2013-07-16 | Use the preprocessor to check for TCP deferring support. | Peter Powell |
2013-07-07 | Replace arguments for toggling socketengines with --socketengine. | Peter Powell |
2013-07-05 | Expose compiler name to make. | Peter Powell |
2013-07-05 | Rename configuration variable to CXX to match everything else. | Peter Powell |
2013-07-05 | Correctly detect the compiler version and whether it is acceptable. | Peter Powell |
2013-07-05 | Automatically detect the compiler which the user has installed. | Peter Powell |
2013-07-05 | Purge --with-cc in favour of the CXX environment variable. | Peter Powell |
2013-07-04 | Add IFNEQ Makefile template macro. | Peter Powell |
2013-07-04 | Fix some missing newlines in the config header generator. | Peter Powell |
2013-07-04 | Fix $ModDep failing to find application-wide include files. | Peter Powell |
2013-06-06 | Remove hardcoded MAXBUF constant. | Peter Powell |
2013-06-06 | Start to replace MAXBUF with <limits:maxline>. | Peter Powell |
2013-06-06 | Merge insp20 | attilamolnar |
2013-06-05 | Report the full GnuTLS version in configure | attilamolnar |