Re: Switching cxx_stdlib for C++11 on legacy macOS (was: Re: [GSoC] migration)

2017-09-14 Thread Mojca Miklavec
On 4 September 2017 at 14:10, Ryan Schmidt wrote: > On Sep 4, 2017, at 04:25, Mojca Miklavec wrote: >> >> Is there any chance that we could schedule one 30-(max 90) minute long >> IRC meeting to finally settle this issue? At least from the >> philosophical point of view; code itself should be much

Re: Switching cxx_stdlib for C++11 on legacy macOS (was: Re: [GSoC] migration)

2017-09-04 Thread Ryan Schmidt
On Sep 4, 2017, at 04:25, Mojca Miklavec wrote: > On 4 September 2017 at 10:47, Ryan Schmidt wrote: >> On Sep 2, 2017, at 11:25, Rainer Müller wrote: >> >>> * archivefetch does not yet respect cxx_stdlib in any way >> >> Yeah that would need adjustment, based on how we decide to differentiate

Re: Switching cxx_stdlib for C++11 on legacy macOS (was: Re: [GSoC] migration)

2017-09-04 Thread Mojca Miklavec
On 4 September 2017 at 10:47, Ryan Schmidt wrote: > On Sep 2, 2017, at 11:25, Rainer Müller wrote: > >> * archivefetch does not yet respect cxx_stdlib in any way > > Yeah that would need adjustment, based on how we decide to differentiate > libc++ archives from libstdc++ archives. Is there any

Re: Switching cxx_stdlib for C++11 on legacy macOS (was: Re: [GSoC] migration)

2017-09-04 Thread Ryan Schmidt
On Sep 2, 2017, at 11:25, Rainer Müller wrote: > The following goes beyond your GSoC project, but I think it fits into this > discussion. Back in May, I published an experiment on my GitHub repo that I > had > lying around. This adds functionality to stores the cxx_stdlib option in > registry,

Re: Switching cxx_stdlib for C++11 on legacy macOS (was: Re: [GSoC] migration)

2017-09-02 Thread Ken Cunningham
On 2017-09-02, at 11:04 AM, Ken Cunningham wrote: >> >> As stupid as it seems but I don't see any cxx_stdlib option in my >> macports.conf (see attached). > > base defaults it to stdlibc++ on <10.9, and libc++ on 10.9+ behind the > scenes. libstdc++ , not stdlibc++ haven't had coffee yet.

Re: Switching cxx_stdlib for C++11 on legacy macOS (was: Re: [GSoC] migration)

2017-09-02 Thread Ken Cunningham
> > As stupid as it seems but I don't see any cxx_stdlib option in my > macports.conf (see attached). base defaults it to stdlibc++ on <10.9, and libc++ on 10.9+ behind the scenes. > > Sure, this is a helpful point to keep in mind. Though, any reasons to not > switch to libc++? Although I

Re: Switching cxx_stdlib for C++11 on legacy macOS (was: Re: [GSoC] migration)

2017-09-02 Thread Umesh Singla
On Sat, Sep 2, 2017 at 9:55 PM, Rainer Müller wrote: > On 09/02/2017 03:18 PM, Umesh Singla wrote: > > On Thu, Jun 15, 2017 at 12:05 AM, Mojca Miklavec > > wrote: > > > > On 14 June 2017 at 05:47, Umesh Singla wrote: > >

Switching cxx_stdlib for C++11 on legacy macOS (was: Re: [GSoC] migration)

2017-09-02 Thread Rainer Müller
On 09/02/2017 03:18 PM, Umesh Singla wrote: > On Thu, Jun 15, 2017 at 12:05 AM, Mojca Miklavec > wrote: > > On 14 June 2017 at 05:47, Umesh Singla wrote: > > > > Okay, since there's already a OS comparison made, which I think can be >