aboutsummaryrefslogtreecommitdiff
path: root/make/common.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
* Update copyright headers.Gravatar InspIRCd Robot2021-02-261-1/+1
* Migrate some stuff away from print_format.Gravatar Sadie Powell2021-01-271-1/+1
* Fix unnecessary begin blocks in Perl source files.Gravatar Sadie Powell2021-01-251-5/+1
* Update copyright headers.Gravatar InspIRCd Robot2020-01-311-1/+1
* Add a function for showing a command whilst executing it.Gravatar Sadie Powell2020-01-181-0/+6
* Update copyright headers.Gravatar InspIRCd Robot2020-01-111-1/+1
* Update my name and email address.Gravatar Sadie Powell2019-12-311-1/+1
* Fix --distribution-label erroneously requiring --development.•••Reported by @ensra. Gravatar Peter Powell2019-05-031-0/+1
* Fix the regex for parsing the git version in get_version.Gravatar Peter Powell2017-09-251-1/+1
* Replace module_installed with eval.Gravatar Peter Powell2017-03-251-8/+1
* Extract core logic of write_configure_cache to write_config_file.Gravatar Peter Powell2017-03-251-0/+14
* Rename read_configure_cache to read_config_file and move to common.Gravatar Peter Powell2017-03-251-1/+15
* Fix the distribution label not showing up since b8d85c6251.Gravatar Peter Powell2016-11-181-0/+4
* Update stuff for the new versioning system.Gravatar Peter Powell2016-09-021-5/+10
* Extract directory creation code to its own subroutine.Gravatar Peter Powell2016-03-221-1/+11
* Fix not having a CPU count when the lookup command is missing.Gravatar Peter Powell2016-02-201-4/+4
* Convert the build system to Perl 5.10.•••Thanks to Kross for the heads up on "use feature". Gravatar Peter Powell2015-03-251-10/+10
* 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. Gravatar Peter Powell2014-12-071-0/+91