Revision d733a16e524dba8c202fce2bb2c412216ea5619a authored by Alex Reinking on 18 January 2021, 18:53:20 UTC, committed by Alex Reinking on 13 February 2021, 20:30:32 UTC
* Use pybind11 2.6.0, which fixes Python-finding bugs.

* Update Generator.cpp

* Update Generator.cpp

* Update PyHalide.cpp

* 2.6.0 -> 2.6.1

Co-authored-by: Steven Johnson <srj@google.com>
(cherry picked from commit 8a12c437f66206b4263853b3bd456959c7d1502e)
1 parent 0d66862
Raw File
.gitattributes
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.cpp text
*.c text
*.h text

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.tiff binary
back to top