On Fri, 9 Sept 2022 at 19:41, SAIFI wrote:
>
> > ---Original Message---
> > From: Jonathan Wakely
> >
> > > Would any of the C++11 compliant CSV parsing libraries make the cut
> > > in your analysis ?
> >
> > I'm not going to waste my time looking.
> >
> > > Vince CSV parser (RFC418
> ---Original Message---
> From: Jonathan Wakely
>
> > Would any of the C++11 compliant CSV parsing libraries make the cut
> > in your analysis ?
>
> I'm not going to waste my time looking.
>
> > Vince CSV parser (RFC4180 + flavours)
> > https://github.com/vincentlaucsb/csv-par
On Fri, 9 Sep 2022, 17:42 SAIFI, wrote:
>
> Perhaps this is something the current build scripts take care of anyway.
> Is it possible to reuse ?
>
The makefiles could be adapted to add an extra step into the build process
but it would take more effort to make it work. The proposed script already
> On 9 Sep 2022, at 18:07, Ulrich Drepper via Gcc wrote:
>
> On Fri, Sep 9, 2022 at 5:26 PM Iain Sandoe wrote:
>
>> One small request, I realise that Python 2 is dead, but I regularly
>> bootstrap GCC
>> on older machines that only have Python 2 installations. If possible (and
>> it sounds
On Fri, Sep 9, 2022 at 5:26 PM Iain Sandoe wrote:
> One small request, I realise that Python 2 is dead, but I regularly
> bootstrap GCC
> on older machines that only have Python 2 installations. If possible (and
> it sounds
> plausible if the job is really quite simple) - it would be good to sup
> ---Original Message---
> From: Jonathan Wakely
>
> > Am i missing something here ?
>
> OK ...
>
> This script would be needed to bootstrap GCC. Using C++ would mean
> that we need to restrict it to C++11 (since that's all that is needed
> for bootstrapping GCC), and deal wit
> On 7 Sep 2022, at 13:33, Martin Liška wrote:
>
> On 9/7/22 12:56, Richard Sandiford via Gcc wrote:
>> Ulrich Drepper via Gcc writes:
>>> I talked to Jonathan the other day about adding all the C++ library APIs to
>>> the name hint file now that the size of the table is not really a concern
On Fri, 9 Sept 2022 at 13:06, SAIFI wrote:
>
> On 9 September 2022 11:47:30 am UTC, Jonathan Wakely
> wrote:
> >On Fri, 9 Sept 2022 at 12:17, SAIFI wrote:
> >>
> >> >
> >> > let's use a simple database, a CSV file for simplicity, and generate
> >> > both files from this.
> >>
> >> Curious to le
On 9 September 2022 11:47:30 am UTC, Jonathan Wakely
wrote:
>On Fri, 9 Sept 2022 at 12:17, SAIFI wrote:
>>
>> >
>> > let's use a simple database, a CSV file for simplicity, and generate both
>> > files from this.
>>
>> Curious to learn, why wouldn't you want to do it in C++ itself ?
>>
>> As an
On Fri, 9 Sept 2022 at 12:17, SAIFI wrote:
>
> >
> > let's use a simple database, a CSV file for simplicity, and generate both
> > files from this.
>
> Curious to learn, why wouldn't you want to do it in C++ itself ?
>
> As an example, please see
> https://github.com/cplusplus/lib-issues-software
>
> let's use a simple database, a CSV file for simplicity, and generate both
> files from this.
Curious to learn, why wouldn't you want to do it in C++ itself ?
As an example, please see
https://github.com/cplusplus/lib-issues-software
warm regards
Saifi.
On 9/7/22 12:56, Richard Sandiford via Gcc wrote:
> Ulrich Drepper via Gcc writes:
>> I talked to Jonathan the other day about adding all the C++ library APIs to
>> the name hint file now that the size of the table is not really a concern
>> anymore.
>>
>> Jonathan mentioned that he has to create
Ulrich Drepper via Gcc writes:
> I talked to Jonathan the other day about adding all the C++ library APIs to
> the name hint file now that the size of the table is not really a concern
> anymore.
>
> Jonathan mentioned that he has to create and maintain a similar file for
> the module support. It
13 matches
Mail list logo