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
 Win/ARM/Solaris and performance improvements[2].  If we get enough
 interest we'll start on C++0x)

We have some armcc porting patches against 5.2.1 (or trunk), would you
be able to try to include them in your big merge? They are basically
build system amendments to cross compile stdcxx with our compiler and
make it work with our run time. Obviously if the build system is going
to change, I would need to spend some time porting them to cmake (hopefully
it will be straight forward), so let me know WDYT.

 Note: The cmake based build system isn't in the tree now and should
 merge mid/late next week.

Great.

 If you're interested
 https://github.com/pathscale/stdcxx/

Already cloned.

 If you have outstanding patches please clone and send a pull request.
 We're going to work hard to get all the backlog of stuff reviewed and
 integrated.

Will do. Thanks!

 ./C

Wojciech

-- IMPORTANT NOTICE: The contents of this email and any attachments are 
confidential and may also be privileged. If you are not the intended recipient, 
please notify the sender immediately and do not disclose the contents to any 
other person, use it for any purpose, or store or copy the information in any 
medium.  Thank you.



Re: STDCXX fork

2011-06-17 Thread C. Bergström

 On 06/17/11 09:54 PM, Wojciech Meyer wrote:

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
Win/ARM/Solaris and performance improvements[2].  If we get enough
interest we'll start on C++0x)

We have some armcc porting patches against 5.2.1 (or trunk), would you
be able to try to include them in your big merge? They are basically
build system amendments to cross compile stdcxx with our compiler and
make it work with our run time. Obviously if the build system is going
to change, I would need to spend some time porting them to cmake (hopefully
it will be straight forward), so let me know WDYT.
Anything not build related please send me a pull request on.  We have a 
cross compile build system for our compiler, but I'm not sure how easy 
it will be to pull that out just for STDCXX.  When the engineer who owns 
this code is back from holiday we'll get it sorted out.


I hope we can also take a look at the Solaris and Windows patches :)

./C