wdas / SeExpr

SeExpr is an embeddable, arithmetic expression language that enables flexible artistic control and customization in creating computer graphics images. Example uses include procedural geometry synthesis, image synthesis, simulation control, crowd animation, and geometry deformation. https://wdas.github.io/SeExpr
https://www.disneyanimation.com/open-source/seexpr/
Other
406 stars 86 forks source link

llvm5 compatibility #91

Closed bartoszek closed 5 years ago

bartoszek commented 5 years ago

Fix some issues building against llvm5

davvid commented 5 years ago

Nicely done, thanks. I'll take a look at whether we need some #ifdefs to handle older versions of LLVM. I'll merge this in soon.

bartoszek commented 5 years ago

I'm glad I can help with this project, even in such minor way :blush: