summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2022-12-07Merge branch '2.0' into 2.1.Sadie Powell
2022-12-07Add a module that provides regex/pcre using PCRE2.Sadie Powell
2022-05-01Build the installer package on Windows CI.Sadie Powell
2022-03-01Use windows-2019 for Windows builds.Sadie Powell
2022-01-13Add support for Windows CI.Sadie Powell
2022-01-04Speed up CI by building with Ninja instead of Make.Sadie Powell
2022-01-04Modernize CXXFLAGS on Unix and enable -Werror on CI.Sadie Powell
Also clear up warnings that this exposed.
2022-01-03Require C++17 to build Anope.Sadie Powell
2020-10-02Remove use of the deprecated register keyword.Sadie Powell
Fixes a build error on C++17 compilers.
2020-10-02Add C++98 and C++14 build matrixes to the Linux CI.Sadie Powell
2020-09-28Switch from Travis CI to GitHub Actions.Sadie Powell
Closes #153.