aboutsummaryrefslogtreecommitdiff
path: root/make/directive.pm
Commit message (Expand)AuthorAgeFilesLines
* Require Perl 5.26 in the build system.•••This version is supported by all major systems that ship the C++17 compilers required by the v4 branch. Gravatar Sadie Powell2021-02-281-1/+1
* Merge branch 'insp3' into master.Gravatar Sadie Powell2021-02-281-1/+1
|\
| * Update copyright headers.Gravatar InspIRCd Robot2021-02-261-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-01-291-14/+10
|\|
| * Purge all remaining uses of print_format.Gravatar Sadie Powell2021-01-291-11/+11
| * Fix unnecessary begin blocks in Perl source files.Gravatar Sadie Powell2021-01-251-5/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-12-211-1/+2
|\|
| * Make people aware that they can get support on GitHub now.Gravatar Sadie Powell2020-12-091-1/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-11-011-1/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-10-301-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-10-271-18/+11
|\|
| * More consistently show modules without the file prefix and suffix.Gravatar Sadie Powell2020-10-151-20/+13
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-01-171-1/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-01-111-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-01-011-1/+1
|\|
| * Update my name and email address.Gravatar Sadie Powell2019-12-311-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-07-161-9/+19
|\|
| * Link to the associated documentation page for modules in errors.Gravatar Peter Powell2019-07-161-0/+3
| * Refer to modules without the m_ prefix in error messagesGravatar Peter Powell2019-07-161-11/+18
* | Remove support for defaults in find_{compiler,linker}_flags().Gravatar Sadie Powell2019-03-061-14/+2
|/
* Remove trailing whitespace from various source files.Gravatar Peter Powell2019-01-241-1/+1
* Add a directive for requiring a specific compiler.Gravatar Peter Powell2018-10-041-0/+16
* Add support for vendoring dependencies.Gravatar Peter Powell2018-08-141-4/+26
* Show the package name in the message when doing pkg-config lookups.Gravatar Peter Powell2018-06-241-9/+9
* Remove use of global barewords in most file handling code.•••This is not considered good practise in modern Perl code. A few cases of this still remain in code which is due to be rewritten anyway. Gravatar Peter Powell2017-07-111-3/+3
* Fix the directive parser using invalid environment variables.Gravatar Peter Powell2016-09-211-3/+10
* Rewrite the build system directive parser.Gravatar Peter Powell2016-09-161-0/+264