Age | Commit message (Expand) | Author |
2015-03-25 | Convert the build system to Perl 5.10. | Peter Powell |
2015-03-09 | Fix building when VERBOSE is already set in the environment. | Peter Powell |
2015-03-06 | Change server name in `./configure --help` to use the alias. | Peter Powell |
2015-03-06 | Create installation directories with make install not configure. | Peter Powell |
2015-02-20 | Fix oversight which caused problems with Clang on OSX. | Peter Powell |
2015-02-20 | Change all occurrences of Inspire to InspIRCd | Attila Molnar |
2015-02-18 | Remove a workaround for a compiler which is no longer supported. | Peter Powell |
2015-02-18 | Add the <type_traits> header to the compiler test file. | Peter Powell |
2015-02-18 | Improve compiler detection in configure. | Peter Powell |
2015-02-05 | Making init-script exit codes compliant with LSB 4.1 | Steven Van Acker |
2015-01-22 | Disable RTTI in release builds (compile with -fno-rtti) | Attila Molnar |
2014-12-18 | Fix some oversights from #895. | Peter Powell |
2014-12-07 | Fix builds on OpenBSD spamming the console with warnings. | 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-11-12 | Updated inspircd init script template to make it chkconfig compatible. | Dan Parsons |
2014-10-27 | Merge insp20 | Attila Molnar |
2014-10-25 | Use gnutls_rnd instead of gcry_randomize on newer GnuTLS versions. | Peter Powell |
2014-10-24 | Fix some small bugs in the makefile template. | Peter Powell |
2014-10-13 | Add a workaround for compiling modules with Windows line endings. | Peter Powell |
2014-08-31 | Updated inspircd init script template to make it chkconfig compatible. | Dan Parsons |
2014-08-27 | Fix unit-cc not loading configure cache when building files. | Peter Powell |
2014-08-19 | Add a work around for trampling over PKG_CONFIG_PATH. | Peter Powell |
2014-07-25 | Merge insp20 | Attila Molnar |
2014-06-28 | Add man pages. | Peter Powell |
2014-06-28 | Add systemd service file. | Peter Powell |
2014-06-26 | Fix various small problems with configure. | Peter Powell |
2014-05-23 | Prefix all definitions in config.h to avoid potential collisions. | Peter Powell |
2014-05-23 | Replace the configure templating system with something better. | Peter Powell |
2014-05-18 | Replace deprecated entry in launchd config with the modern equivalent. | Peter Powell |
2014-04-16 | Backport questions from master's genssl tool. | Peter Powell |
2014-04-11 | Remove various broken/useless features from the build system. | Peter Powell |
2014-04-07 | Merge insp20 | Attila Molnar |
2014-03-05 | Integrate coremods into the build system | Attila Molnar |
2014-02-28 | Merge pull request #784 from ShutterQuick/patch-1 | Attila Molnar |
2014-02-27 | Fix build problem on Solaris | ShutterQuick |
2014-02-27 | Fix Solaris not being able to find modules without pkg-config. | Peter Powell |
2014-02-06 | Don't force a rebuild after doing a Git commit. | Peter Powell |
2013-12-16 | Add a tool for running test builds. | Peter Powell |
2013-11-18 | Use gnutls_rnd instead of gcry_randomize on newer GnuTLS versions. | Peter Powell |
2013-09-08 | Hide all symbols that aren't exported explicitly | 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-08-04 | Change modules to use the MODNAME constant when logging. | Peter Powell |
2013-07-29 | Remove a ton of duplicate and obsolete code from configure. | Peter Powell |