Quoting Emil Velikov (2016-04-21 06:16:20)
> From: Emil Velikov
>
> Rather than parsing through the same files (public headers) twice, tweak
> the python script to create both files at the same time.
>
> Chances are that if the public headers change, both files will need to
> be regenerated.
>
On 22 April 2016 at 19:02, Emil Velikov wrote:
> On 22 April 2016 at 18:52, Jason Ekstrand wrote:
>> On Fri, Apr 22, 2016 at 10:27 AM, Emil Velikov
>> wrote:
>>>
>>> On 22 April 2016 at 04:36, Kristian Høgsberg wrote:
>>> > On Thu, Apr 21, 2016 at 5:18 PM, Emil Velikov
>>> > wrote:
>>> >> On 2
On 22 April 2016 at 18:52, Jason Ekstrand wrote:
> On Fri, Apr 22, 2016 at 10:27 AM, Emil Velikov
> wrote:
>>
>> On 22 April 2016 at 04:36, Kristian Høgsberg wrote:
>> > On Thu, Apr 21, 2016 at 5:18 PM, Emil Velikov
>> > wrote:
>> >> On 21 April 2016 at 22:50, Jason Ekstrand wrote:
>> >>> On T
On Fri, Apr 22, 2016 at 10:27 AM, Emil Velikov
wrote:
> On 22 April 2016 at 04:36, Kristian Høgsberg wrote:
> > On Thu, Apr 21, 2016 at 5:18 PM, Emil Velikov
> wrote:
> >> On 21 April 2016 at 22:50, Jason Ekstrand wrote:
> >>> On Thu, Apr 21, 2016 at 6:16 AM, Emil Velikov <
> emil.l.veli...@gm
On 22 April 2016 at 04:36, Kristian Høgsberg wrote:
> On Thu, Apr 21, 2016 at 5:18 PM, Emil Velikov
> wrote:
>> On 21 April 2016 at 22:50, Jason Ekstrand wrote:
>>> On Thu, Apr 21, 2016 at 6:16 AM, Emil Velikov
>>> wrote:
From: Emil Velikov
Rather than parsing through the
On Thu, Apr 21, 2016 at 5:18 PM, Emil Velikov wrote:
> On 21 April 2016 at 22:50, Jason Ekstrand wrote:
>> On Thu, Apr 21, 2016 at 6:16 AM, Emil Velikov
>> wrote:
>>>
>>> From: Emil Velikov
>>>
>>> Rather than parsing through the same files (public headers) twice, tweak
>>> the python script to
On 21 April 2016 at 22:50, Jason Ekstrand wrote:
> On Thu, Apr 21, 2016 at 6:16 AM, Emil Velikov
> wrote:
>>
>> From: Emil Velikov
>>
>> Rather than parsing through the same files (public headers) twice, tweak
>> the python script to create both files at the same time.
>
>
> Yes, but it takes al
On Thu, Apr 21, 2016 at 6:16 AM, Emil Velikov
wrote:
> From: Emil Velikov
>
> Rather than parsing through the same files (public headers) twice, tweak
> the python script to create both files at the same time.
>
Yes, but it takes almost zero time to generate them and it's going to run
in parall
From: Emil Velikov
Rather than parsing through the same files (public headers) twice, tweak
the python script to create both files at the same time.
Chances are that if the public headers change, both files will need to
be regenerated.
Note to the python masters: this patch aims to be the least