From dev-return-7329-apmail-stdcxx-dev-archive=stdcxx.apache.org@stdcxx.apache.org Tue Apr 15 15:45:47 2008 Return-Path: Delivered-To: apmail-stdcxx-dev-archive@www.apache.org Received: (qmail 41373 invoked from network); 15 Apr 2008 15:45:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Apr 2008 15:45:47 -0000 Received: (qmail 17478 invoked by uid 500); 15 Apr 2008 15:45:48 -0000 Delivered-To: apmail-stdcxx-dev-archive@stdcxx.apache.org Received: (qmail 17457 invoked by uid 500); 15 Apr 2008 15:45:48 -0000 Mailing-List: contact dev-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list dev@stdcxx.apache.org Received: (qmail 17448 invoked by uid 99); 15 Apr 2008 15:45:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Apr 2008 08:45:48 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [208.30.140.160] (HELO moroha.roguewave.com) (208.30.140.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Apr 2008 15:44:57 +0000 Received: from exchmail01.Blue.Roguewave.Com (exchmail01.blue.roguewave.com [10.22.129.22]) by moroha.roguewave.com (8.13.6/8.13.6) with ESMTP id m3FFjFAT013261 for ; Tue, 15 Apr 2008 15:45:16 GMT X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Subject: RE: svn commit: r648128 - /stdcxx/trunk/tests/src/driver.cpp Date: Tue, 15 Apr 2008 09:45:09 -0600 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: svn commit: r648128 - /stdcxx/trunk/tests/src/driver.cpp Thread-Index: AciexFuvLZEGzVtESbylba11di7DOAASZwOA References: <20080415064419.5101D1A9838@eris.apache.org> From: "Travis Vitek" To: X-Virus-Checked: Checked by ClamAV on apache.org =20 >Farid Zaripov wrote: > >Author: faridz >Date: Mon Apr 14 23:44:15 2008 >New Revision: 648128 > >URL: http://svn.apache.org/viewvc?rev=3D648128&view=3Drev >Log: >2008-04-15 Farid Zaripov > > * tests/src/driver.cpp [_MSC_VER] (_rw_opt_verbose):=20 > Turn on checking the memory at every allocation and > deallocation in verbose mode. Perhaps this should be put into its own routine option. I believe that this memory checking can slow things down quite a bit, and I'd like to avoid that overhead when doing verbose checking. > (_rw_opt_compat): Disable MSVC debug popup's in compat mode. According to some conversation we had with Martin last week, this should have been enabled all the time. If this is the case, maybe this code should be moved to rw_vtest() to make that happen? Travis