diff options
Diffstat (limited to 'Help')
-rw-r--r-- | Help/manual/cmake-compile-features.7.rst | 1 | ||||
-rw-r--r-- | Help/release/dev/ti-c-standard.rst | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/Help/manual/cmake-compile-features.7.rst b/Help/manual/cmake-compile-features.7.rst index 634da10..658694a 100644 --- a/Help/manual/cmake-compile-features.7.rst +++ b/Help/manual/cmake-compile-features.7.rst @@ -361,6 +361,7 @@ following :variable:`compiler ids <CMAKE_<LANG>_COMPILER_ID>` as of the versions specified for each: * all compilers and versions listed above with only meta-features for C++. +* ``TI``: Texas Instruments compiler. CMake is currently aware of the :prop_tgt:`CUDA standards <CUDA_STANDARD>` from the following :variable:`compiler ids <CMAKE_<LANG>_COMPILER_ID>` as of the diff --git a/Help/release/dev/ti-c-standard.rst b/Help/release/dev/ti-c-standard.rst new file mode 100644 index 0000000..8ec739f --- /dev/null +++ b/Help/release/dev/ti-c-standard.rst @@ -0,0 +1,6 @@ +ti-c-standard +------------- + +* The :manual:`Compile Features <cmake-compile-features(7)>` functionality + is now aware of C language standards supported by Texas Instruments C + compilers. |