ciechowoj

Results 3 issues of ciechowoj

@jacob-carlborg what do you think about using https://github.com/atilaneves/unit-threaded as unit testing framework for dstep. We have quite a lot of unit tests and having an ability to name them and...

question

I'm wondering how to handle 'advanced' pre-processor stuff. I have two problems. The first problem is libclang only parses an active branch of pre-processor condition. E.g. ``` C #define FOO...

Cannot multiply two vectors component wise (glm 0.7.0): ``` use glm::*; let brick_size = vec2(64f32, 32f32); let brick_spacing = vec2(8f32, 8f32); let xxx = brick_size * brick_spacing; ```