You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by se...@apache.org on 2009/07/08 17:03:41 UTC

svn commit: r792174 - /stdcxx/trunk/bin/genxviews

Author: sebor
Date: Wed Jul  8 15:03:40 2009
New Revision: 792174

URL: http://svn.apache.org/viewvc?rev=792174&view=rev
Log:
2009-07-08  Martin Sebor  <se...@apache.org>

	Merged revs 785855 and 785832 from 4.2.x.

	2009-06-17  Martin Sebor  <se...@apache.org>

        * bin/genxviews: Added Visual C++ 8.0 to Windows 2008 per Andrew's
        latest comment: http://markmail.org/message/fj5qoqpggpkhewzr

	2009-06-17  Martin Sebor  <se...@apache.org>

        * bin/genxviews: Updated according to:
        http://markmail.org/message/qc3hjoloav3i7wec

Modified:
    stdcxx/trunk/bin/genxviews

Modified: stdcxx/trunk/bin/genxviews
URL: http://svn.apache.org/viewvc/stdcxx/trunk/bin/genxviews?rev=792174&r1=792173&r2=792174&view=diff
==============================================================================
--- stdcxx/trunk/bin/genxviews (original)
+++ stdcxx/trunk/bin/genxviews Wed Jul  8 15:03:40 2009
@@ -434,6 +434,10 @@
                 "linux_redhat_el-5.0-em64t-gcc-4.1.1-*-*-log.gz.txt" \
                 linux_redhat_el-5.0-em64t-gcc-4.1.1.html
 
+process_results "Red Hat Enterprise Linux 5.0" "EM64T" "Intel C++ 11.0" \
+                "linux_redhat_el-5.0-em64t-icc-11.0-*-*-log.gz.txt" \
+                linux_redhat_el-5.0-em64t-icc-11.0.html
+
 process_results "Red Hat Enterprise Linux 5.0" "EM64T" "Intel C++ 10.0" \
                 "linux_redhat_el-5.0-em64t-icc-10.0-*-*-log.gz.txt" \
                 linux_redhat_el-5.0-em64t-icc-10.0.html
@@ -585,6 +589,19 @@
                  win_xp-2-x86-gcc-3.4.4.html
 
 # Windows ##############################################################
+
+process_results "Windows 2008" "EM64T" "MSVC 9.0" \
+                "win_2008-0-em64t-msvc-9.0-*-*-log.gz.txt" \
+                 win_2008_0-em64t-msvc-9.0.html
+
+process_results "Windows 2008" "EM64T" "MSVC 8.0" \
+                "win_2008-0-em64t-msvc-8.0-*-*-log.gz.txt" \
+                 win_2008_0-em64t-msvc-8.0.html
+
+process_results "Windows 2008" "EM64T" "Intel C++ 11.0" \
+                "win_2008-0-em64t-icl-11.0-*-*-log.gz.txt" \
+                 win_2008_0-em64t-icl-11.0.html
+
 process_results "Windows Vista" "EM64T" "MSVC 9.0" \
                 "win_vista-0-em64t-msvc-9.0-*-*-log.gz.txt" \
                  win_vista_0-em64t-msvc-9.0.html
@@ -593,6 +610,10 @@
                 "win_vista-0-em64t-msvc-8.0-*-*-log.gz.txt" \
                  win_vista_0-em64t-msvc-8.0.html
 
+process_results "Windows Vista" "EM64T" "Intel C++ 11.0" \
+                "win_vista-0-em64t-icl-11.0-*-*-log.gz.txt" \
+                 win_vista_0-em64t-icl-11.0.html
+
 process_results "Windows Vista" "EM64T" "Intel C++ 10.0" \
                 "win_vista-0-em64t-icl-10.0-*-*-log.gz.txt" \
                  win_vista_0-em64t-icl-10.0.html
@@ -605,6 +626,10 @@
                 "win_xp-2-x86-msvc-7.1-*-*-log.gz.txt" \
                  win_xp_2-x86-msvc-7.1.html
 
+process_results "Windows XP, SP2" "x86" "Intel C++ 11.0" \
+                "win_xp-2-x86-icl-11.0-*-*-log.gz.txt" \
+                 win_xp_2-x86-icl-11.0.html
+
 process_results "Windows XP, SP2" "x86" "Intel C++ 10.0" \
                 "win_xp-2-x86-icl-10.0-*-*-log.gz.txt" \
                  win_xp_2-x86-icl-10.0.html