| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove support for static modules.•••This has been frequently broken in the past and as far as I know is used by literally nobody. Also, even if all modules are compiled into the core any libraries linked against are and have always been linked dynamically making this unusable on platforms without dynamic libraries. | 2018-07-31 | 1 | -13/+3 | |
| * | Remove support for the Solaris IOCP socket engine.•••After discussing this with Adam we have decided that there is very little point in keeping this now that Solaris has been killed. Any legacy Solaris users will have to make do with poll. This change does not affect users of Solaris forks like Illumos as they have support for epoll which will have already been selected over Solaris IOCP by configure. | 2017-10-22 | 1 | -1/+0 | |
| * | test-build: Pass the make jobs as a separate argument.•••The old way was only necessary when we supported BSD Make. | 2017-10-15 | 1 | -2/+2 | |
| * | Update build system for the removal of . from @INC. | 2016-11-08 | 1 | -0/+3 | |
| * | Speed up Travis builds.•••- Switch Linux builds to Ubuntu 14.04 from 12.04. - Split dynamic and static builds into different jobs. - Remove OS X builds as the infrastructure is slow and unreliable. | 2016-09-15 | 1 | -8/+12 | |
| * | Rename D to INSPIRCD_DEBUG. | 2016-04-04 | 1 | -1/+1 | |
| * | Rename V to INSPIRCD_VERBOSE. | 2016-04-04 | 1 | -1/+1 | |
| * | Rename PURE_STATIC to INSPIRCD_STATIC. | 2016-04-04 | 1 | -2/+2 | |
| * | Convert the build system to Perl 5.10.•••Thanks to Kross for the heads up on "use feature". | 2015-03-25 | 1 | -7/+8 | |
| * | Add development version checks to non-interactive mode. | 2015-03-06 | 1 | -1/+1 | |
| * | Add support for extra modules and custom compilers to test-build. | 2014-12-07 | 1 | -6/+11 | |
| * | Move common code to make::common from make::utilities.•••The other code in that file will be removed very soon so it has been left alone to avoid merge conflicts. This will help prevent insp20 merge conflicts in the future. | 2014-12-07 | 1 | -1/+1 | |
| * | Add a tool for running test builds. | 2013-12-16 | 1 | -0/+67 |
