aboutsummaryrefslogtreecommitdiff
path: root/make/test/compiler_info.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2022-12-301-1/+1
* Fix building with the Intel C++ compiler.•••- 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. Gravatar Sadie Powell2022-12-101-1/+4
* Update my name and email address.Gravatar Sadie Powell2019-12-311-1/+1
* Switch compiler detection to use a more reliable method.•••Its clear that parsing version output is not reliable enough so switch to using a method which is less likely to break. Gravatar Peter Powell2017-04-141-0/+41