Return-Path: Delivered-To: apmail-incubator-stdcxx-commits-archive@www.apache.org Received: (qmail 77530 invoked from network); 29 Oct 2007 22:46:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Oct 2007 22:46:29 -0000 Received: (qmail 21673 invoked by uid 500); 29 Oct 2007 22:46:17 -0000 Delivered-To: apmail-incubator-stdcxx-commits-archive@incubator.apache.org Received: (qmail 21648 invoked by uid 500); 29 Oct 2007 22:46:17 -0000 Mailing-List: contact stdcxx-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-commits@incubator.apache.org Received: (qmail 21637 invoked by uid 99); 29 Oct 2007 22:46:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Oct 2007 15:46:17 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Oct 2007 22:46:29 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 8F6851A9832; Mon, 29 Oct 2007 15:46:08 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r589897 - /incubator/stdcxx/trunk/bin/genxviews Date: Mon, 29 Oct 2007 22:46:08 -0000 To: stdcxx-commits@incubator.apache.org From: sebor@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071029224608.8F6851A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sebor Date: Mon Oct 29 15:46:02 2007 New Revision: 589897 URL: http://svn.apache.org/viewvc?rev=589897&view=rev Log: 2007-10-29 Martin Sebor Merged rev 589896 from branches/4.2.x. * genxviews (process_results): Corrected a list of suffixes and documented the build type convention. Modified: incubator/stdcxx/trunk/bin/genxviews Modified: incubator/stdcxx/trunk/bin/genxviews URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/bin/genxviews?rev=589897&r1=589896&r2=589897&view=diff ============================================================================== --- incubator/stdcxx/trunk/bin/genxviews (original) +++ incubator/stdcxx/trunk/bin/genxviews Mon Oct 29 15:46:02 2007 @@ -83,8 +83,17 @@ EOF + # build types: + # 8: not reentrant, optimized, no debugging info + # 11: not reentrant, not optimized with debugging info + # 12: reentrant, optimized, no debugging info + # 15: reentrant, not optimized, with debugging info btypes="8 11 12 15" - suffixes="a A d D s D" + + # a, A: AIX shared archive (32-bit and 64-bit, respectively) + # d, D: shared library (.sl, .so, or .dll) + # s, S: archive library (.a or .lib( + suffixes="a A d D s S" unset buildlogs