Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | IAR: Detect compiler platform version | Stefan Andersson | 2017-10-03 | 1 | -2/+5 |
| | | | | | | | | `__IAR_SYSTEMS_ICC__` provides additional version information that we need to determine correct usage of the compiler. Extract and store it as `CMAKE_<LANG>_COMPILER_VERSION_INTERNAL`. Issue: #17264 | ||||
* | IAR: Improve support for IAR ARM Compiler | Norbert Lange | 2017-06-29 | 1 | -2/+16 |
| | | | | | | | | | | | | | | | Make the implementation for this compiler more complete. IAR has multiple C++ modes, historically they were reduced c++ versions for embedded that gradually improved to the full standard (which can be reduced again by e.g. disabling rtti and exceptions). The new implementation picks the best available, but the c++ mode can also be overridden by defining `CMAKE_IAR_CXX_FLAG`. Add C/C++ standard flags so that all modes up to and including the last supported standard are defined. Fixes: #16826 | ||||
* | Project: Generate the CXX compiler Id test from multiple files. | Stephen Kelly | 2014-05-07 | 1 | -0/+4 |
This will allow sharing of the logic of the order to test compilers in and the preprocessor macros used to do that and to determine the version components. |