Re: [Mesa-dev] [PATCH 1/5] util: Add a string buffer implementation

2017-09-13 Thread Nicolai Hähnle
Thank you for doing all the cleanup work! Two small issues that I could still find: On 11.09.2017 22:21, Thomas Helland wrote: Based on Vladislav Egorovs work on the preprocessor, but split out to a util functionality that should be universal. Setup, teardown, memory handling and general layout

[Mesa-dev] [PATCH 1/5] util: Add a string buffer implementation

2017-09-11 Thread Thomas Helland
Based on Vladislav Egorovs work on the preprocessor, but split out to a util functionality that should be universal. Setup, teardown, memory handling and general layout is modeled around the hash_table and the set, to make it familiar for everyone. A notable change is that this implementation is a