Age | Commit message (Expand) | Author |
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 |
2013-06-03 | Added option for using TCP_DEFER_ACCEPT. Prevents the connection from being h... | Daniel Vassdal |
2013-06-01 | Remove unused code from configure. | Peter Powell |
2013-05-16 | Improve feature detection in configure. | Peter Powell |
2013-04-12 | Tidy up source files: | Peter Powell |
2013-04-05 | Merge inspircd_{config,version}.h into a single header file. | Peter Powell |
2013-04-02 | Extract SSL generation to a tool which can be shipped by distros. | Peter Powell |
2013-01-28 | Use the preprocessor to detect whether hash_map is available. | Peter Powell |
2013-01-22 | Fix OpenSSL detection on distributions which modify the version number. | Peter Powell |
2012-11-15 | unhook --uid from --system in configure script | Steven Van Acker |
2012-11-07 | Temporary fix for HASHMAP_DEPRECATED on clang. | Peter Powell |
2012-10-26 | Fix configure system loading cache file too late. | Peter Powell |
2012-10-04 | Replace hardcoded paths with configurable ones | ChrisTX |
2012-07-27 | Don't hard code the branch version. | Peter Powell |
2012-07-21 | Don't hardcode conf/inspircd.conf as the config file, allow the configure scr... | attilamolnar |
2012-07-05 | GnuTLS requires pkg-config as well. | Peter Powell |
2012-04-20 | Headers: update remaining scripts too | Robby- |
2012-03-22 | Use `xcrun clang++` on OS X as the compiler | Kyle Fuller |