Re: [Mesa-dev] [PATCH 0/8] Resend of preprocessor series

2017-09-06 Thread Thomas Helland
I'm busy until Sunday, but I'll see if I can find the time to address Nicolai's comments on Sunday evening. I've addressed the build issues with the tests, and the comment about using util_vsnprintf, so it's getting there. I've also done some general polishing on comments, etc. 6. sep. 2017 23.0

Re: [Mesa-dev] [PATCH 0/8] Resend of preprocessor series

2017-09-06 Thread Dieter Nützel
For the series: Tested-by: Dieter Nützel But do NOT apply on current git any longer. With Nicolai's comments addressed new version underway? ;-) Dieter Am 29.08.2017 21:56, schrieb Thomas Helland: This is a resend of the string buffer implementation and related patches sent out back in May.

Re: [Mesa-dev] [PATCH 0/8] Resend of preprocessor series

2017-08-30 Thread Emil Velikov
Hi Thomas, On 29 August 2017 at 20:56, Thomas Helland wrote: > This is a resend of the string buffer implementation and > related patches sent out back in May. I've done one more > change to the string buffer; using u_string.h for a compatible > vsnprintf version to reduce the code even more. I'v

[Mesa-dev] [PATCH 0/8] Resend of preprocessor series

2017-08-29 Thread Thomas Helland
This is a resend of the string buffer implementation and related patches sent out back in May. I've done one more change to the string buffer; using u_string.h for a compatible vsnprintf version to reduce the code even more. I've not been able to test this due to two build breakages (xmlpool and dr