aboutsummaryrefslogtreecommitdiffstats
path: root/make/configure.pm
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'insp4'Gravatar Sadie Powell2025-08-151-3/+3
|\
| * Fix parsing template values in ifdef/ifndef.Gravatar Sadie Powell2025-08-021-2/+2
| |
| * Update copyright headers.Gravatar InspIRCd Robot2025-08-021-1/+1
| |
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2025-07-281-12/+21
|\|
| * Don't use a dummy owner when building with --disable-ownership.Gravatar Sadie Powell2025-07-261-0/+8
| |
| * Make some regex matches more explicit in parse_templates.Gravatar Sadie Powell2025-07-261-12/+13
| |
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2025-07-161-1/+1
|\|
| * The --portable option should imply --disable-ownership.Gravatar Sadie Powell2025-07-141-1/+1
| |
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2025-03-291-1/+0
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2025-03-281-1/+0
| |
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2024-11-011-1/+1
|\|
| * Merge branch 'insp3' into insp4.Gravatar Sadie Powell2024-10-171-1/+1
| |\
| | * Tell people to connect to Teranova directly instead of our alias.Gravatar Sadie Powell2024-10-131-1/+1
| | |
| * | Merge branch 'insp3' into insp4.Gravatar Sadie Powell2024-10-101-1/+1
| |\|
| | * Revert "Tell people to use the main ChatSpike domain not our alias".Gravatar Sadie Powell2024-10-081-1/+1
| | | | | | | | | | | | This reverts commit 78c4f3bd97d003d0f528d98752e0528023b27045.
| | * Tell people to use the main ChatSpike domain not our alias.Gravatar Sadie Powell2024-07-071-1/+1
| | | | | | | | | | | | Backport from master.
* | | Merge branch 'insp4' into master.Gravatar Sadie Powell2024-07-131-1/+1
|\| |
| * | Merge the compiler and compiler_info tests.Gravatar Sadie Powell2024-07-131-1/+1
| | |
* | | Merge branch 'insp4' into master.Gravatar Sadie Powell2024-07-051-16/+2
|\| |
| * | Update copyright headers.Gravatar InspIRCd Robot2024-06-291-1/+1
| | |
| * | Tell people to use the main ChatSpike domain not our alias.Gravatar Sadie Powell2024-06-281-1/+1
| | |
| * | Move module_{expand,shrink} to make::common.Gravatar Sadie Powell2024-06-241-14/+0
| | |
* | | Merge branch 'insp4' into master.Gravatar Sadie Powell2024-06-071-0/+1
|\| |
| * | Update copyright headers.Gravatar InspIRCd Robot2024-06-071-0/+1
| | |
* | | Require C++20.Gravatar Sadie Powell2024-06-071-1/+1
|/ /
* | Use `--version` to check whether the compiler binary is valid.Gravatar satmd2024-02-111-1/+1
| | | | | | Ref: #2071
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-01-011-1/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2022-12-301-1/+1
| |
* | Remove support for the old deprecated Intel compiler.Gravatar Sadie Powell2022-12-101-2/+2
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-12-101-2/+2
|\|
| * Fix building with the Intel C++ compiler.Gravatar Sadie Powell2022-12-101-2/+2
| | | | | | | | | | | | - Fix adding -Wshadow in the compiler flags twice. - Detect the new Clang-based Intel compiler as well as the old one. - Silence some deprecation warnings using Intel syntax.
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-06-091-0/+2
|\|
| * Fix uninstalling files on `make deinstall` and similar.Gravatar Sadie Powell2021-06-091-0/+1
| |
| * Add the --disable-ownership option to help packagers out.Gravatar Sadie Powell2021-06-091-0/+1
| |
* | Link against libc++fs/libstdc++fs on older compilers.Gravatar Sadie Powell2021-06-081-1/+1
| |
* | Refer to encryption as TLS instead of SSL in all messages.Gravatar Sadie Powell2021-04-081-1/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-03-051-2/+0
|\|
| * Remove some todo comments which are outdated or misleading.Gravatar Sadie Powell2021-03-051-2/+0
| |
* | Remove unnecessary prefix from socketengine source files.Gravatar Sadie Powell2021-03-051-2/+2
| |
* | Require Perl 5.26 in the build system.Gravatar Sadie Powell2021-02-281-1/+1
| | | | | | | | | | This version is supported by all major systems that ship the C++17 compilers required by the v4 branch.
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-02-281-1/+1
|\|
| * Fix running configure on systems with old versions of Perl.Gravatar Sadie Powell2021-02-281-1/+2
| | | | | | | | Closes #1852.
| * Update copyright headers.Gravatar InspIRCd Robot2021-02-261-1/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-01-291-49/+50
|\|
| * Fix some minor oversights introduced in 859a799 and 3e557e8.Gravatar Sadie Powell2021-01-291-1/+1
| |
| * Improve the `./configure --help` outputGravatar Sadie Powell2021-01-291-33/+38
| | | | | | | | | | | | | | | | - Document --portable, --runtime-dir, and INSPIRCD_VERBOSE. - Make the output coloured on supporting terminals. - Fix the description of --data-dir. - Wrap all lines at 80 charactrs. - Upper case the value names and wrap in <> not [].
| * Always use for in Perl modules.Gravatar Sadie Powell2021-01-291-4/+4
| |
| * Purge all remaining uses of print_format.Gravatar Sadie Powell2021-01-291-7/+7
| |
| * Fix unnecessary begin blocks in Perl source files.Gravatar Sadie Powell2021-01-251-5/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-01-181-0/+2
|\|