[Cmake-commits] CMake branch, next, updated. v3.0.0-rc6-3588-g537384e

Brad King brad.king at kitware.com
Thu Jun 5 14:50:48 EDT 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  537384eef1a6f02f557004992fd3f40c834ddbd5 (commit)
       via  559ae1890188e3561424bfdb4b933d8aa442fa9f (commit)
      from  0b1effa25fba792f12813bab6e17936fe656afce (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=537384eef1a6f02f557004992fd3f40c834ddbd5
commit 537384eef1a6f02f557004992fd3f40c834ddbd5
Merge: 0b1effa 559ae18
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Jun 5 14:50:47 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Jun 5 14:50:47 2014 -0400

    Merge topic 'watcom-overhaul-notes' into next
    
    559ae189 Help: Add notes about new OpenWatcom compiler id and versioning


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=559ae1890188e3561424bfdb4b933d8aa442fa9f
commit 559ae1890188e3561424bfdb4b933d8aa442fa9f
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Jun 5 14:50:59 2014 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Thu Jun 5 14:50:59 2014 -0400

    Help: Add notes about new OpenWatcom compiler id and versioning

diff --git a/Help/release/dev/OpenWatcom.rst b/Help/release/dev/OpenWatcom.rst
new file mode 100644
index 0000000..63f6e8c
--- /dev/null
+++ b/Help/release/dev/OpenWatcom.rst
@@ -0,0 +1,9 @@
+OpenWatcom
+----------
+
+* Support for the Open Watcom compiler has been overhauled.
+  The :variable:`CMAKE_<LANG>_COMPILER_ID` is now ``OpenWatcom``,
+  and the :variable:`CMAKE_<LANG>_COMPILER_VERSION` now uses
+  the Open Watcom external version numbering.  The external
+  version numbers are lower than the internal version number
+  by 11.
diff --git a/Help/variable/CMAKE_LANG_COMPILER_ID.rst b/Help/variable/CMAKE_LANG_COMPILER_ID.rst
index cf9c386..f554f4e 100644
--- a/Help/variable/CMAKE_LANG_COMPILER_ID.rst
+++ b/Help/variable/CMAKE_LANG_COMPILER_ID.rst
@@ -20,13 +20,13 @@ include:
   Intel = Intel Compiler (intel.com)
   MIPSpro = SGI MIPSpro (sgi.com)
   MSVC = Microsoft Visual Studio (microsoft.com)
+  OpenWatcom = Open Watcom (openwatcom.org)
   PGI = The Portland Group (pgroup.com)
   PathScale = PathScale (pathscale.com)
   SDCC = Small Device C Compiler (sdcc.sourceforge.net)
   SunPro = Oracle Solaris Studio (oracle.com)
   TI = Texas Instruments (ti.com)
   TinyCC = Tiny C Compiler (tinycc.org)
-  Watcom = Open Watcom (openwatcom.org)
   XL, VisualAge, zOS = IBM XL (ibm.com)
 
 This variable is not guaranteed to be defined for all compilers or

-----------------------------------------------------------------------

Summary of changes:
 Help/release/dev/OpenWatcom.rst          |    9 +++++++++
 Help/variable/CMAKE_LANG_COMPILER_ID.rst |    2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)
 create mode 100644 Help/release/dev/OpenWatcom.rst


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list