aboutsummaryrefslogtreecommitdiff
path: root/make/test/compiler_info.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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-4/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-12-101-1/+4
|\|
| * Fix building with the Intel C++ compiler.Gravatar Sadie Powell2022-12-101-1/+4
| | | | | | | | | | | | - 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.
* | Link against libc++fs/libstdc++fs on older compilers.Gravatar Sadie Powell2021-06-081-2/+14
|/
* Update my name and email address.Gravatar Sadie Powell2019-12-311-1/+1
|
* Switch compiler detection to use a more reliable method.Gravatar Peter Powell2017-04-141-0/+41
Its clear that parsing version output is not reliable enough so switch to using a method which is less likely to break.