summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/IAR.cmake
Commit message (Collapse)AuthorAgeFilesLines
* IAR: Generalize and add support for IAR RX compilerStefan Andersson2019-04-121-10/+27
| | | | Moved common ASM setup to the common macros and changed version check.
* IAR: Update compiler modules to support AVR systemsEthan Slattery2019-01-151-0/+21
| | | | Fixes: #18557
* Fix trivial typos in textluzpaz2017-11-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Some are user facing. Found using codespell -q 3 --skip="./Utilities" -I .cmake-whitelist.txt` whereby the whitelist contained: ans dum helpfull emmited emmitted buil iff isnt nto ot pathes substract te todays upto whitespaces
* IAR: Improve support for IAR ARM CompilerNorbert Lange2017-06-291-29/+58
| | | | | | | | | | | | | | | 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
* issues: update references to the CMake issue trackerBen Boeckel2016-08-151-2/+3
| | | | | References to specific comments are left as-is since comments were not migrated.
* Replace http://www.cmake.org URLs with https://cmake.orgBrad King2015-09-251-2/+2
| | | | | | | The latter is now the preferred URL for visiting cmake.org with a browser. Convert using the shell code: git ls-files -z | xargs -0 sed -i 's|http://www\.cmake|https://cmake|g'
* Add support files for C, C++ and ASM for the IAR toolchain.Alex Neundorf2013-04-151-0/+46
The original feature request is at http://www.cmake.org/Bug/view.php?id=10176 Documentation can be found at http://www.iar.com/website1/1.0.1.0/675/1/ Alex