aboutsummaryrefslogtreecommitdiffstats
path: root/make/template/main.mk
Commit message (Collapse)AuthorAgeFilesLines
* Disable service registration messages when not using a debug build.Gravatar Sadie Powell2026-03-021-1/+1
|
* Merge branch 'insp4'Gravatar Sadie Powell2025-08-151-1/+1
|\
| * Update copyright headers.Gravatar InspIRCd Robot2025-08-021-1/+1
| |
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2025-06-291-1/+3
|\|
| * Add an OpenRC init script.Gravatar Sadie Powell2025-06-131-0/+2
| |
| * The macOS init script should be installed as a text file.Gravatar Sadie Powell2025-06-131-1/+1
| |
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2024-09-091-1/+1
|\|
| * Use -I for the vendor directory instead of -isystem.Gravatar Sadie Powell2024-09-091-1/+1
| | | | | | | | | | | | | | | | | | Fixes {fmt} from the system conflicting with our local vendored copy of {fmt}. Thanks to @slimture for testing. Closes #2105.
* | Adjust the build system for the new module structure.Gravatar Sadie Powell2024-07-171-1/+1
| |
* | Install test-tls instead of testssl.Gravatar Sadie Powell2024-07-161-4/+4
| |
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2024-07-161-0/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2024-07-141-0/+1
| |
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2024-07-051-1/+1
|\|
| * Build with -pie as well as -fPIE.Gravatar Sadie Powell2024-07-031-1/+1
| | | | | | | | Co-authored-by: Marcus Rueckert <darix@nordisch.org>
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2024-06-231-1/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2024-06-211-1/+1
| |
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2024-06-171-8/+8
|\|
| * Make filenames a bit more friendly for Windows users.Gravatar Sadie Powell2024-06-171-8/+8
| |
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2024-06-071-2/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2024-06-071-3/+2
| |
| * Merge branch 'insp3' into insp4.Gravatar Sadie Powell2024-06-071-1/+1
| |\
| | * Update copyright headers.Gravatar InspIRCd Robot2024-06-071-1/+1
| | |
| | * Fix building on macOS.Gravatar Sadie Powell2024-05-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems like Apple have killed the remaining bits of TR1. Thankfully, all Apple systems we support now have a C++11 compiler so we can just force that on macOS. [skip alpine ci] [skip irctest ci] [skip ubuntu ci] [skip windows ci]
* | | Require C++20.Gravatar Sadie Powell2024-06-071-1/+1
|/ /
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-08-151-0/+1
|\|
| * Add a script for deploying SSL files from an ACME renewal tool.Gravatar Sadie Powell2023-08-151-0/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-07-151-1/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2023-07-151-1/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-07-121-1/+3
|\|
| * Define _BSD_SOURCE when building on Haiku.Gravatar Sadie Powell2023-07-121-0/+3
| | | | | | | | This fixes a few modules which depend on common BSD extensions.
* | Clean up some remaining old format string stuff.Gravatar Sadie Powell2023-01-241-1/+1
| |
* | Vendor the fmtlib library.Gravatar Sadie Powell2023-01-231-1/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-01-011-1/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2022-12-301-1/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-12-101-1/+1
|\|
| * Fix building with the Intel C++ compiler.Gravatar Sadie Powell2022-12-101-1/+1
| | | | | | | | | | | | - 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.
* | Fix more warnings discovered with -Weverything.Gravatar Sadie Powell2022-09-051-1/+1
| |
* | Fix installing example SQL schemas.Gravatar Sadie Powell2022-05-021-2/+4
| |
* | Replace consolecolors with a vendored library.Gravatar Sadie Powell2022-01-261-1/+1
| | | | | | | | | | This library supports much more than consolecolors including the Windows 8 console API.
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-08-281-2/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2021-08-271-2/+1
| |
* | Drop support for Debian GNU/kFreeBSD.Gravatar Sadie Powell2021-07-191-2/+2
| | | | | | | | This distribution is long dead and probably can't build v4 anyway.
* | Avoid using -pthreads on Haiku.Gravatar Sadie Powell2021-06-191-2/+3
| |
* | Avoid creating unnecessary symlinks.Gravatar Sadie Powell2021-06-091-1/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-06-091-38/+64
|\|
| * Fix uninstalling files on `make deinstall` and similar.Gravatar Sadie Powell2021-06-091-10/+29
| |
| * Add the --disable-ownership option to help packagers out.Gravatar Sadie Powell2021-06-091-31/+38
| |
| * Fix the compiler_info name for the Intel compiler.Gravatar Sadie Powell2021-06-091-1/+1
| |
* | Refactor the compiler and linker flags in the makefile.Gravatar Sadie Powell2021-06-091-28/+45
| |
* | Link against libc++fs/libstdc++fs on older compilers.Gravatar Sadie Powell2021-06-081-1/+1
| |