aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/detect_version.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add version detection for XLC [ci skip]Jack Lloyd2017-12-311-0/+4
| | | | | We don't need it right now but may later and it avoids a scary warning when configuring the build.
* Update comment [ci skip]Jack Lloyd2017-12-151-6/+8
|
* Fix clang macrosJack Lloyd2017-12-141-3/+3
|
* Address review comments: indent code and fix clang regexJack Lloyd2017-12-141-38/+36
|
* Detect the compiler version using the preprocessor instead of command lineJack Lloyd2017-12-141-0/+56
Fixes #1314