[PATCH] alg_test.h

2007-02-20 Thread Farid Zaripov
Attached patch is created using the patch utility (ported from unix), because I can't use TortoiseSVN plugin to make patch between 2 files on my harddisk. ChangeLog: * alg_test.h: ConstFwdIterT inherited from FwdIterconst T. ConstBidirIterT inherited from BidirIterconst T.

Re: [PATCH] alg_test.h

2007-02-20 Thread Martin Sebor
Farid Zaripov wrote: Attached patch is created using the patch utility (ported from unix), because I can't use TortoiseSVN plugin to make patch between 2 files on my harddisk. Hmm. svn diff doesn't work you on Windows? Have you tried Cygwin? ChangeLog: * alg_test.h: ConstFwdIterT

Cygwin build results

2007-02-20 Thread Mark Brown
Hi everyone, I have been experimenting with stdcxx on Cygwin and Linux. I have come across the informative stdcxx build results page (http://people.apache.org/~sebor/stdcxx/results/) and found it quite useful in my experiments on Linux but in the short time that I have been monitoring the

Re: Cygwin build results

2007-02-20 Thread Andrew Black
Greetings Mark. Including Cygwin based results on windows would require setting up Cygwin on the automated build servers. As these servers are also used for our other products, there is some amount of debate over whether Cygwin should be installed on these servers. The main reason for this

Re: Cygwin build results

2007-02-20 Thread Martin Sebor
Andrew Black wrote: Greetings Mark. Including Cygwin based results on windows would require setting up Cygwin on the automated build servers. As these servers are also used for our other products, there is some amount of debate over whether Cygwin should be installed on these servers. The

Re: Cygwin build results

2007-02-20 Thread Andrew Black
Martin Sebor wrote: What would it take to set up an otherwise unused old(er) PC to run these builds? I.e., avoid the whole debate about our test servers and set up one of our personal machines (I have four in my office) for automated testing using Cygwin. Martin Greetings Martin. I don't

Re: [PATCH] rw_sigdefs.h

2007-02-20 Thread Martin Sebor
Farid Zaripov wrote: ChangeLog: * rw_sigdefs.h: New file with definitions of helpers macros to define member and non-member functions overload id's * 21.strings.h: Helper macros moved from here to rw_sigdefs.h The patch is attached. I see what you did: you #define the macros if

[PATCH] Introducing struct ListIds

2007-02-20 Thread Farid Zaripov
ChangeLog: * 23.list.h: New file with definitions of helpers used in clause 23.list tests. * 23.containers.cpp: #included 23.list.h; removed definition of the temporary struct ListIds; _rw_list_sigcat filled by code. The patch and new file are attached. Farid. 32a33 #include

[PATCH] 17.names.cpp

2007-02-20 Thread Farid Zaripov
Author: sebor Date: Mon Jan 1 17:34:56 2007 New Revision: 491734 URL: http://svn.apache.org/viewvc?view=revrev=491734 Log: 2007-01-01 Martin Sebor [EMAIL PROTECTED] * 17.names.cpp: Added more public names to test for. Modified: incubator/stdcxx/trunk/tests/intro/17.names.cpp

[jira] Commented: (STDCXX-115) [MSVC] tests/22.locale.num.get.cpp fails to compile

2007-02-20 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474639 ] Farid Zaripov commented on STDCXX-115: -- I think the issue already resolved thus:

[jira] Created: (STDCXX-341) [MSVC 7.1] tests/23.vector.modifiers.cpp fails to compile

2007-02-20 Thread Farid Zaripov (JIRA)
[MSVC 7.1] tests/23.vector.modifiers.cpp fails to compile - Key: STDCXX-341 URL: https://issues.apache.org/jira/browse/STDCXX-341 Project: C++ Standard Library Issue Type: Bug

[jira] Updated: (STDCXX-341) [MSVC 7.1] tests/23.vector.modifiers.cpp fails to compile

2007-02-20 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov updated STDCXX-341: - Description: The test 23.vector.modifiers fails to compile with MSVC 7.1: -- Build started:

Re: [PATCH] alg_test.h

2007-02-20 Thread Farid Zaripov
Martin Sebor wrote: Attached patch is created using the patch utility (ported from unix), because I can't use TortoiseSVN plugin to make patch between 2 files on my harddisk. Hmm. svn diff doesn't work you on Windows? Have you tried Cygwin? I'm using the TortoiseSVN shell extension

Re: [PATCH] 17.names.cpp

2007-02-20 Thread Martin Sebor
Farid Zaripov wrote: Author: sebor Date: Mon Jan 1 17:34:56 2007 New Revision: 491734 URL: http://svn.apache.org/viewvc?view=revrev=491734 Log: 2007-01-01 Martin Sebor [EMAIL PROTECTED] * 17.names.cpp: Added more public names to test for. Modified: