You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by Martin Sebor <se...@roguewave.com> on 2007/09/20 19:00:51 UTC

Re: svn commit: r576543 - in /incubator/stdcxx/trunk/etc/config/windows: msvc-7.0.config msvc-9.0-x64.config msvc-9.0.config

faridz@apache.org wrote:
> Author: faridz
> Date: Mon Sep 17 10:45:33 2007
> New Revision: 576543
> 
> URL: http://svn.apache.org/viewvc?rev=576543&view=rev
> Log:
> 2007-09-17 Farid Zaripov <Fa...@epam.com>
> 
> 	* msvc-7.0.config: Comments extended with information on MSVC 9.0 (Orcas).
> 	* msvc-9.0.config: New config file for MSVC 9.0.
> 	* msvc-9.0-x64.configNew config file for MSVC 9.0 x64 platform.

Hey Farid,

Have you done full builds with this compiler? If the results
look good we could add it to our list of platforms that we've
ported stdcxx to and tested on. (I still plan to put this list
together for the 4.2 release and publish it on our site).

Martin

> 
> Added:
>     incubator/stdcxx/trunk/etc/config/windows/msvc-9.0-x64.config   (with props)
>     incubator/stdcxx/trunk/etc/config/windows/msvc-9.0.config   (with props)
> Modified:
>     incubator/stdcxx/trunk/etc/config/windows/msvc-7.0.config
> 
> Modified: incubator/stdcxx/trunk/etc/config/windows/msvc-7.0.config
> URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/windows/msvc-7.0.config?rev=576543&r1=576542&r2=576543&view=diff
> ==============================================================================
> --- incubator/stdcxx/trunk/etc/config/windows/msvc-7.0.config (original)
> +++ incubator/stdcxx/trunk/etc/config/windows/msvc-7.0.config Mon Sep 17 10:45:33 2007
> @@ -2,6 +2,7 @@
>  // 7 for MS VisualStudio .NET
>  // 7.1 for MS VisualStudio .NET 2003
>  // 8.0 for MS VisualStudio 2005 and MSVC 2005 Express Edition
> +// 9.0 for MS VisualStudio 2008
>  VERSION=7
>  
>  // Path to the MS VisualStudio IDE executable:
> @@ -57,12 +58,14 @@
>  // 7.00 for MS VisualStudio .NET
>  // 8.00 for MS VisualStudio .NET 2003
>  // 9.00 for MS VisualStudio 2005 and MSVC 2005 Express Edition
> +// 10.00 for MS VisualStudio 2008
>  SLNVER=7.00
>  
>  // Comment in produced solution file:
>  // empty for MS VisualStudio .NET and MS VisualStudio .NET 2003
>  // Visual Studio 2005 - for MS VisualStudio 2005
>  // Visual C++ Express 2005 - for MSVC 2005 Express Edition
> +// Visual Studio 2008 - for MS VisualStudio 2008
>  SLNCOMMENT=
>  
>  // Type of produced file buildlog.htm:
> 
> Added: incubator/stdcxx/trunk/etc/config/windows/msvc-9.0-x64.config
> URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/windows/msvc-9.0-x64.config?rev=576543&view=auto
> ==============================================================================
> --- incubator/stdcxx/trunk/etc/config/windows/msvc-9.0-x64.config (added)
> +++ incubator/stdcxx/trunk/etc/config/windows/msvc-9.0-x64.config Mon Sep 17 10:45:33 2007
> @@ -0,0 +1,3 @@
> +#include msvc-9.0
> +PLATFORM=x64
> +AS=ml64
> 
> Propchange: incubator/stdcxx/trunk/etc/config/windows/msvc-9.0-x64.config
> ------------------------------------------------------------------------------
>     svn:eol-style = native
> 
> Propchange: incubator/stdcxx/trunk/etc/config/windows/msvc-9.0-x64.config
> ------------------------------------------------------------------------------
>     svn:keywords = Id
> 
> Added: incubator/stdcxx/trunk/etc/config/windows/msvc-9.0.config
> URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/windows/msvc-9.0.config?rev=576543&view=auto
> ==============================================================================
> --- incubator/stdcxx/trunk/etc/config/windows/msvc-9.0.config (added)
> +++ incubator/stdcxx/trunk/etc/config/windows/msvc-9.0.config Mon Sep 17 10:45:33 2007
> @@ -0,0 +1,4 @@
> +#include msvc-8.0
> +VERSION=9.0
> +SLNVER=10.00
> +SLNCOMMENT=Visual Studio 2008
> 
> Propchange: incubator/stdcxx/trunk/etc/config/windows/msvc-9.0.config
> ------------------------------------------------------------------------------
>     svn:eol-style = native
> 
> Propchange: incubator/stdcxx/trunk/etc/config/windows/msvc-9.0.config
> ------------------------------------------------------------------------------
>     svn:keywords = Id
> 
> 


RE: svn commit: r576543 - in /incubator/stdcxx/trunk/etc/config/windows: msvc-7.0.config msvc-9.0-x64.config msvc-9.0.config

Posted by Farid Zaripov <Fa...@epam.com>.
> -----Original Message-----
> From: Farid Zaripov [mailto:Farid_Zaripov@epam.com] 
> Sent: Thursday, September 20, 2007 8:19 PM
> To: stdcxx-dev@incubator.apache.org
> Subject: RE: svn commit: r576543 - in 
> /incubator/stdcxx/trunk/etc/config/windows: msvc-7.0.config 
> msvc-9.0-x64.config msvc-9.0.config
> 
> > > URL: http://svn.apache.org/viewvc?rev=576543&view=rev
> > > Log:
> > > 2007-09-17 Farid Zaripov <Fa...@epam.com>
> > > 
> > > 	* msvc-7.0.config: Comments extended with information
> > on MSVC 9.0 (Orcas).
> > > 	* msvc-9.0.config: New config file for MSVC 9.0.
> > > 	* msvc-9.0-x64.configNew config file for MSVC 9.0 x64 platform.
> > 
> > Have you done full builds with this compiler?
> 
>   Sure.
> 
> > If the results look good we could add it to our list of 
> platforms that
> we've 
> > ported stdcxx to and tested on. (I still plan to put this list 
> > together for the 4.2 release and publish it on our site).
> 
>   I've not checked the test results in all builds, but the 
> all projects are built successfully, except those which are 
> failed on MSVC 8.0 (17.names.cpp and 26.valarray.cassign).

  But don't forget that I've tested it with MSVC 9.0 BETA2
(not the release, because MSVC 9.0 is not released yet,
the full release is scheduled for February 2008).

Farid.

RE: svn commit: r576543 - in /incubator/stdcxx/trunk/etc/config/windows: msvc-7.0.config msvc-9.0-x64.config msvc-9.0.config

Posted by Farid Zaripov <Fa...@epam.com>.
> -----Original Message-----
> From: Martin Sebor [mailto:sebor@roguewave.com] 
> Sent: Thursday, September 20, 2007 8:01 PM
> To: stdcxx-dev@incubator.apache.org
> Subject: Re: svn commit: r576543 - in 
> /incubator/stdcxx/trunk/etc/config/windows: msvc-7.0.config 
> msvc-9.0-x64.config msvc-9.0.config
> 
> faridz@apache.org wrote:
> > Author: faridz
> > Date: Mon Sep 17 10:45:33 2007
> > New Revision: 576543
> > 
> > URL: http://svn.apache.org/viewvc?rev=576543&view=rev
> > Log:
> > 2007-09-17 Farid Zaripov <Fa...@epam.com>
> > 
> > 	* msvc-7.0.config: Comments extended with information 
> on MSVC 9.0 (Orcas).
> > 	* msvc-9.0.config: New config file for MSVC 9.0.
> > 	* msvc-9.0-x64.configNew config file for MSVC 9.0 x64 platform.
> 
> Have you done full builds with this compiler?

  Sure.

> If the results look good we could add it to our list of platforms that
we've 
> ported stdcxx to and tested on. (I still plan to put this 
> list together for the 4.2 release and publish it on our site).

  I've not checked the test results in all builds, but the all
projects are built successfully, except those which are failed
on MSVC 8.0 (17.names.cpp and 26.valarray.cassign).

Farid.