Revision 51c06b77b7903b90a25394baac7d29d145db97b5 authored by Alex Reinking on 20 July 2022, 22:35:45 UTC, committed by GitHub on 20 July 2022, 22:35:45 UTC
* Move python binding sources to src/halide/halide_

* Rename native module to halide_

* Fix tests

* Avoid copying Python sources

* Fix installation rules

* Make diff smaller

* trigger buildbots

* Add issue todo

Co-authored-by: Steven Johnson <srj@google.com>
1 parent 359026a
Raw File
.clang-format-ignore
# .clang-format-ignore
./bin
./build
./cmake_build
./cmake_build_static
./cmake_build_shared
./distrib
./doc
./include
./lib
# Our tutorials have special formatting: skip them
./tutorial
# hexagon_remote/bin/src is also special
./src/runtime/hexagon_remote/bin/src
back to top