aboutsummaryrefslogtreecommitdiff
path: root/make/directive.pm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'insp3' into master.Gravatar Sadie Powell2022-04-291-1/+1
|\
| * Update copyright headers.Gravatar InspIRCd Robot2022-04-281-1/+1
* | Kill vendor_directory in favour of normal include paths.Gravatar Sadie Powell2022-01-261-21/+0
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-01-181-4/+33
|\|
| * Fix the regex_re2 module on the latest RE2 git.•••[skip windows ci] Gravatar Sadie Powell2022-01-181-0/+16
| * Fix being unable to use a pkg-config that isn't in the PATH.•••[skip windows ci] Gravatar Sadie Powell2022-01-181-2/+4
| * Add extra debug information to the module error message.•••[skip windows ci] Gravatar Sadie Powell2022-01-171-2/+13
* | Revert "Remove support for defaults in find_{compiler,linker}_flags()".•••This is needed for compat with older versions of some libraries. This reverts commit 83327a1978eddef854cad9e937263f80bf25f056. Gravatar Sadie Powell2021-12-141-2/+14
* | Fix linking to the v3 docs regardless of version.Gravatar Sadie Powell2021-10-091-1/+3
* | ALlow specifying multiple ModAuthors, remove ModAuthorMail.Gravatar Sadie Powell2021-10-091-16/+21
* | 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