Re: [jira] [Closed] (STDCXX-1056) std::moneypunct and std::numpunct implementations are not thread-safe

2012-09-25 Thread Wojciech Meyer
of the creation of the std::string being returned by value. Patch for 4.2.1 to follow. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira -- Wojciech

Re: STDCXX-1056 : numpunct fix

2012-09-20 Thread Wojciech Meyer
. Just want to be 100% sure we are talking about the same thing. This one still produces failures (crashes, assertions, etc.) in the locale MT tests on SPARC and elsewhere in your builds? Thanks, Liviu -- Wojciech Meyer http://danmey.org

Re: STDCXX-1056 : numpunct fix

2012-09-20 Thread Wojciech Meyer
that can't give you 100% right results. I don't think people here are picky about your patches, it's just better sometimes to take a breath and see the big picture. -- Wojciech Meyer http://danmey.org

Re: STDCXX-1056 [was: Re: STDCXX forks]

2012-09-17 Thread Wojciech Meyer
Liviu Nicoara nikko...@hates.ms writes: On 09/17/12 11:21, Stefan Teleman wrote: On Mon, Sep 17, 2012 at 11:17 AM, Liviu Nicoara nikko...@hates.ms wrote: I hope you agree that this synchronization is sufficient for the facet initialization and reading of facet data. Sorry, I do not agree.

Re: [PATCH] STDCXX-1067 Mac builds

2012-09-09 Thread Wojciech Meyer
, modulo the issues for which I attach the patch below, for review. I think it will be a big win to support Clang for the community. I built successfully and ran the test suite on both Mac and Linux, wigh gcc 4.5.4 and 4.5.2, respectively. That's cool! Thanks. Liviu Thanks. -- Wojciech

Re: A question (or two) of procedure, etc.

2012-09-06 Thread Wojciech Meyer
branches avoiding bulk merges (and that's in both directions). Also, besides the Linux, FreeBSD, Windows, Solaris builds hosted on Apache (Jenkins) is anybody building on HP-UX, AIX, etc.? Thanks. Liviu -- Wojciech Meyer http://danmey.org

Re: A question (or two) of procedure, etc.

2012-09-06 Thread Wojciech Meyer
Liviu Nicoara nikko...@hates.ms writes: I sure hope we can have totally open (civilized) discussions going forward. :) Yes I'm also sure we can, thanks :-) -- Wojciech Meyer http://danmey.org

Re: stdcxx issue 1058

2012-09-02 Thread Wojciech Meyer
to branches (4.2.x and 4.3.x). OK to go? The patch looks ok to me. What seems to be the problem? +1 I also had a initial look at the patch. Looks OK, I looked at the other occurrences of operator delete to see if we are not doing the same thing. -- Wojciech Meyer http://danmey.org

Re: New committers?

2012-08-31 Thread Wojciech Meyer
Jim Jagielski j...@jagunet.com writes: So how are/were they committers?? Hi! Chime in - I think we need to clarify what kind of problems we have with stdcxx being hosted as an Apache project. The two significant ones (as far as I can understand): - as I heard from Christopher Bergström that

Re: Assistance with account reset

2012-08-29 Thread Wojciech Meyer
Could someone please tell me why I'm receiving these email? Perhaps, because it went to dev@stdcxx.apache.org? Regards, Wojciech Jake Foley j...@2020insight.net writes: -Original Message- From: Tony Stevenson [mailto:t...@pc-tony.com] Sent: Wednesday, August 29, 2012 4:00 AM To:

RE: [VOTE] Retirement of stdcxx to the 'Attic'?

2012-02-07 Thread Wojciech Meyer
Hi William, On 2/5/2012 10:36 AM, Wojciech Meyer wrote: This is partially because stdcxx is still considered to be a derivate implementation of RogueWave in ARM toolchain, so upgrading at some point would have had a smaller impact on our customers than porting the toolchain into another

RE: [disscuss] Retirement of stdcxx to the 'Attic'?

2012-02-05 Thread Wojciech Meyer
* I would not like to see major changes to the build infrastructure at this time. One of the goals of this project has been portability, and this includes the build infrastructure. My understanding is that gmake is considered to be more portable than some of the alternatives (cmake, ant). I

RE: STDCXX fork

2011-06-17 Thread Wojciech Meyer
Hi all Hi, 1) better cmake build system (Actually this has nothing to do with Apache or the current build system.) 2) Faster code review, QA and easier contribution process (Only the last part is slowed down by Apache) 3) Actively maintained (To start just bug fixes, better support for

RE: patch for STDCXX-1051

2011-03-07 Thread Wojciech Meyer
Hi Martin, I've reviewed your patch for STDCXX-1051. It looks reasonable to me. I've made a couple of minor changes (see the attached diff): Thanks for this! :) 1) Renamed EXEC_RUNNER to CFG_EXEC to match the .cfg suffix we use for some of the configuration files (such as

RE: [PATCH] STDCXX-1051: Stdcxx build process needs to be able to run configuration executable files created by the build system during configuration step on emulators in order to cross compile the li

2010-09-23 Thread Wojciech Meyer
Martin, Done (in Jira). Thanks, Wojciech -Original Message- From: Martin Sebor [mailto:mse...@gmail.com] Sent: 23 September 2010 15:59 To: dev@stdcxx.apache.org Cc: Wojciech Meyer Subject: Re: [PATCH] STDCXX-1051: Stdcxx build process needs to be able to run configuration executable

[PATCH] STDCXX-1051: Stdcxx build process needs to be able to run configuration executable files created by the build system during configuration step on emulators in order to cross compile the librar

2010-09-20 Thread Wojciech Meyer
Hi, We are trying to cross compile stdcxx library. The problem we are facing is that there is no way of telling stdcxx build system, that we don't want to run configuration files created by configuration step by build system directly on a host system (through a shell). For instance,

RE: [PATCH] STDCXX-1051: Stdcxx build process needs to be able to run configuration executable files created by the build system during configuration step on emulators in order to cross compile the li

2010-09-20 Thread Wojciech Meyer
C. Bergström wrote: We have ported stdcxx over to cmake and will likely be cross compiling. (mingw and other targets) When the work is more complete I'll ping you for early testing. Thanks. That's a good news. Please do a pull request on ML once it's working. Wojciech

RE: [PATCH] STDCXX-1051: Stdcxx build process needs to be able to run configuration executable files created by the build system during configuration step on emulators in order to cross compile the li

2010-09-20 Thread Wojciech Meyer
C. Bergström wrote: We have ported stdcxx over to cmake and will likely be cross compiling. (mingw and other targets) When the work is more complete I'll ping you for early testing. Thanks. That's a good news. Please do a pull request on ML once it's working. BTW: We will have some

RE: stdcxx and POSIX

2010-09-06 Thread Wojciech Meyer
Hello Martin, Any good news about the patch? :) Wojciech -Original Message- From: Martin Sebor [mailto:mse...@gmail.com] Sent: 04 August 2010 10:36 To: Wojciech Meyer Cc: dev@stdcxx.apache.org Subject: Re: stdcxx and POSIX On 08/02/2010 06:55 AM, Wojciech Meyer wrote: Martin, I've

RE: stdcxx and POSIX

2010-08-02 Thread Wojciech Meyer
- From: Wojciech Meyer [mailto:wojciech.me...@arm.com] Sent: 02 August 2010 09:25 To: 'Martin Sebor' Cc: dev@stdcxx.apache.org Subject: RE: stdcxx and POSIX Wojciech, I started applying the patch hoping to be able to commit it before I leave for my trip tomorrow but I'm not going to be able

RE: stdcxx and POSIX

2010-07-22 Thread Wojciech Meyer
Hi Martin, Thanks for the update! I will svn-up the sandbox sometime next week. Cheers; Wojciech PS: It's worth to know others that it's been solved so I CC back to ML. -Original Message- From: Martin Sebor [mailto:mse...@gmail.com] Sent: 22 July 2010 16:52 To: Wojciech Meyer Subject

stdcxx and POSIX

2010-06-28 Thread Wojciech Meyer
Hi, We are trying to use stdcxx library on a environment where POSIX environment is not available (and it is not a win32 platform), as a continuation of RoguWave library. We would like to know if stdcxx supports it. We have found some occurrences of POSIX headers and symbols in file.cpp and

RE: stdcxx and POSIX

2010-06-28 Thread Wojciech Meyer
Hi Martin, Thank you for the quick reply. Hi, We are trying to use stdcxx library on a environment where POSIX environment is not available (and it is not a win32 platform), as a continuation of RoguWave library. We would like to know if stdcxx supports it. Probably not without